| | |
| | | width: 350, |
| | | operation: [ |
| | | { |
| | | name: "查看", |
| | | name: "生产参数", |
| | | type: "text", |
| | | clickFun: row => { |
| | | showProcessParamModal(row); |
| | |
| | | |
| | | // 设备列表列配置 |
| | | const deviceColumns = ref([ |
| | | { label: "设备编号", prop: "deviceCode" }, |
| | | { label: "设备名称", prop: "deviceName" }, |
| | | { label: "规格型号", prop: "deviceModel" }, |
| | | { label: "设备品牌", prop: "deviceBrand" }, |
| | |
| | | |
| | | // 可选设备列表列配置 |
| | | const selectDeviceColumns = ref([ |
| | | { label: "设备编号", prop: "deviceCode" }, |
| | | { label: "设备名称", prop: "deviceName" }, |
| | | { label: "规格型号", prop: "deviceModel" }, |
| | | { label: "设备品牌", prop: "deviceBrand" }, |