| | |
| | | return parseInt(index) + 1 |
| | | } |
| | | }, |
| | | { title: '设备名称', dataIndex: 'deviceName', align: 'center' }, |
| | | { title: '设备编号', dataIndex: 'deviceNo', align: 'center' }, |
| | | { title: '设备型号', dataIndex: 'deviceModel', align: 'center' }, |
| | | { title: '所属部门', dataIndex: 'departName', align: 'center' }, |
| | | { title: '设备分组', dataIndex: 'groupName', align: 'center' }, |
| | | { title: '控制系统', dataIndex: 'controlSystem', align: 'center' } |
| | | { title: '设备名称', dataIndex: 'equipmentName', align: 'center' }, |
| | | { title: '设备编号', dataIndex: 'equipmentId', align: 'center' }, |
| | | { title: '设备类型', dataIndex: 'equipmentType', align: 'center' }, |
| | | { title: '设备型号', dataIndex: 'equipmentModel', align: 'center' }, |
| | | { title: '所属车间', dataIndex: 'productionName', align: 'center' }, |
| | | { title: '数控系统', dataIndex: 'controlSystem', align: 'center' } |
| | | ], |
| | | url: { |
| | | list: '/doc/relative/get/device' |