zhaowei
2024-12-16 3ff60c60d867b0ad00221d913502f3b453c79776
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'
                },
                {