| | |
| | | <!-- |
| | | * @Date: 2024-01-06 17:40:19 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-13 22:13:05 |
| | | * @LastEditTime: 2024-01-14 15:36:44 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/component/index.vue |
| | | --> |
| | | <template> |
| | |
| | | </template> |
| | | <template slot="columns"> |
| | | <el-table-column |
| | | prop="date" |
| | | prop="machineId" |
| | | label="机床名" |
| | | width="180"> |
| | | </el-table-column> |
| | |
| | | width="180"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="address" |
| | | prop="process" |
| | | label="工序号"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="address" |
| | | prop="time" |
| | | label="加工时间"> |
| | | <template slot-scope="scope"> |
| | | <span>{{scope.row.time.slice(0,10)}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </template> |
| | | </List> |