src/views/mdc/base/DeviceParamThresholdManagement.vue
@@ -67,6 +67,7 @@
        bordered
        size="middle"
        rowKey="id"
        :scroll="{x:'max-content',y:600}"
        :columns="columns"
        :dataSource="dataSource"
        :pagination="ipagination"
@@ -131,32 +132,32 @@
            title: '中文名',
            align: 'center',
            dataIndex: 'chineseName',
            width: 120
            width: 350
            // sorter: true
          },
          {
            title: '英文名',
            align: 'center',
            width: 150,
            width: 350,
            dataIndex: 'englishName'
          },
          {
            title: '驱动类型',
            align: 'center',
            width: 180,
            width: 350,
            dataIndex: 'controlSystemType'
          },
          {
            title: '阈值上限',
            align: 'center',
            width: 120,
            width: 270,
            dataIndex: 'maxThreshold'
            // scopedSlots: {customRender: "avatarslot"}
          },
          {
            title: '阈值下限',
            align: 'center',
            width: 80,
            width: 270,
            dataIndex: 'minThreshold'
            // sorter: true
          },
@@ -165,7 +166,8 @@
            dataIndex: 'action',
            scopedSlots: { customRender: 'action' },
            align: 'center',
            width: 120
            fixed: 'right',
            width: 150
          }
        ],
        driveTypeList: [],