Lius
2024-12-16 1c3afa6404643594a4c8158768fdc759a2c718ae
src/views/mdc/base/EquipmentList.vue
@@ -27,20 +27,6 @@
          </a-col>
          <a-col :md="4" :sm="4">
            <a-form-item label="设备级别">
              <j-dict-select-tag placeholder="请选择设备级别" dictCode="device_level" v-model="queryParam.deviceLevel"
                                 allow-clear/>
            </a-form-item>
          </a-col>
          <a-col :md="4" :sm="4">
            <a-form-item label="设备种类">
              <j-dict-select-tag placeholder="请选择设备种类" dictCode="device_category" v-model="queryParam.deviceCategory"
                                 allow-clear/>
            </a-form-item>
          </a-col>
          <a-col :md="4" :sm="4">
            <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
            <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
          </a-col>
@@ -195,23 +181,16 @@
            dataIndex: 'equipmentIp'
          },
          {
            title: '设备功率',
            title: '机床端口',
            align: 'center',
            width: 200,
            dataIndex: 'devicePower'
            dataIndex: 'dataPort'
          },
          {
            title: '部门',
            align: 'center',
            width: 200,
            dataIndex: 'orgCodeTxt'
          },
          {
            title: '系统版本',
            align: 'center',
            width: 200,
            dataIndex: 'systemVersion'
          },
          {
            title: '操作',
@@ -296,16 +275,10 @@
                  dataIndex: 'equipmentIp'
                },
                {
                  title: '设备功率',
                  title: '机床端口',
                  align: 'center',
                  width: 200,
                  dataIndex: 'devicePower'
                },
                {
                  title: '系统版本',
                  align: 'center',
                  width: 200,
                  dataIndex: 'systemVersion'
                  dataIndex: 'dataPort'
                },
                {
                  title: '操作',
@@ -369,23 +342,16 @@
                  dataIndex: 'equipmentIp'
                },
                {
                  title: '设备功率',
                  title: '机床端口',
                  align: 'center',
                  width: 200,
                  dataIndex: 'devicePower'
                  dataIndex: 'dataPort'
                },
                {
                  title: '部门',
                  align: 'center',
                  width: 200,
                  dataIndex: 'orgCodeTxt'
                },
                {
                  title: '系统版本',
                  align: 'center',
                  width: 200,
                  dataIndex: 'systemVersion'
                },
                {
                  title: '操作',