Lius
2025-01-09 bd0d5396694b67e39ebaa44535b0df39895d5743
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'
                },
                {