| | |
| | | <!-- |
| | | * @Date: 2024-04-27 20:04:34 |
| | | * @LastEditors: gaoshp |
| | | * @LastEditTime: 2024-09-24 21:03:08 |
| | | * @LastEditTime: 2024-11-04 20:10:30 |
| | | * @FilePath: /cps-web/src/views/tpm/MachineTab.vue |
| | | --> |
| | | <template> |
| | |
| | | <el-table-column type="selection" width="50"></el-table-column> |
| | | <el-table-column label="机器编号" prop="machineCode" width="120"></el-table-column> |
| | | <el-table-column label="机器名称" prop="machineName" width="120"></el-table-column> |
| | | <el-table-column label="所属机器组" prop="groupName" width="120"></el-table-column> |
| | | <el-table-column label="所属设备组" prop="groupName" width="120"></el-table-column> |
| | | <el-table-column label="机器类型" prop="machineTypeName" width="120"></el-table-column> |
| | | <el-table-column label="机器序列号" prop="serialNo" width="120"></el-table-column> |
| | | <el-table-column label="短编号" prop="shortCode" width="120"></el-table-column> |