| | |
| | | [ |
| | | { "title": "站台类型", "field": "stationType", type: "selectList", dataKey: "stationType", data: [], }, |
| | | { "title": "线体编号", "field": "stationChildCode", type: "text" }, |
| | | |
| | | // { "title": "巷道号", "field": "roadway", type: "text" }, |
| | | |
| | | ], |
| | | // [ |
| | | // { "title": "设备区域", "field": "stationArea", type: "text" }, |
| | | // { "title": "MOM设备编号", "field": "stationEquipMOM", type: "text" }, |
| | | // { "title": "NG子设备编号", "field": "stationNGChildCode", type: "text" }, |
| | | |
| | | // ], |
| | | // [ |
| | | // { "title": "NG子设备坐标", "field": "remark", type: "text" }, |
| | | // { "title": "所属PLC", "field": "stationPLC", type: "text" }, |
| | | // { "title": "产线", "field": "productLine", type: "text" }, |
| | | |
| | | // ] |
| | | ]); |
| | | const columns = ref([{ field: 'stationID', title: '主键', type: 'int', sort: true, hidden: true, width: 110, readonly: true, require: true, align: 'left' }, |
| | | { field: 'stationType', title: '站台类型', type: 'int', sort: true, width: 110, require: true, align: 'left', sort: true, bind: { key: "stationType", data: [] }, }, |