zhaowei
2024-12-30 c7a15f87890b358e54bd0fc07edf8cfef9e7e114
src/views/mdc/base/EquipmentList.vue
@@ -239,45 +239,45 @@
                  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'
                },
                {