| | |
| | | title: '设备编号', |
| | | align: 'center', |
| | | dataIndex: 'equipmentId', |
| | | width: 200 |
| | | width: 225 |
| | | // sorter: true |
| | | }, |
| | | { |
| | | title: '设备名称', |
| | | align: 'center', |
| | | width: 200, |
| | | width: 225, |
| | | dataIndex: 'equipmentName' |
| | | }, |
| | | { |
| | | title: '车间', |
| | | align: 'center', |
| | | width: 200, |
| | | width: 225, |
| | | dataIndex: 'productionName' |
| | | }, |
| | | { |
| | | title: '设备类型', |
| | | align: 'center', |
| | | width: 200, |
| | | width: 225, |
| | | dataIndex: 'equipmentType' |
| | | }, |
| | | |
| | | { |
| | | title: '驱动类型', |
| | | align: 'center', |
| | | width: 200, |
| | | width: 225, |
| | | dataIndex: 'driveType' |
| | | // sorter: true |
| | | }, |
| | | { |
| | | title: '机床IP', |
| | | align: 'center', |
| | | width: 200, |
| | | width: 225, |
| | | dataIndex: 'equipmentIp' |
| | | }, |
| | | { |
| | | title: '机床端口', |
| | | align: 'center', |
| | | width: 200, |
| | | width: 225, |
| | | dataIndex: 'dataPort' |
| | | }, |
| | | { |