zhuzhuanzhuan
2023-08-09 856ec5148e36fcdf4a832ba72565703503a138ef
src/views/mdc/base/MdcUtilizationRateList.vue
@@ -35,6 +35,9 @@
        <span slot="action" slot-scope="text, record">
          <a href="javascript:;" @click="handleEdit(record)">编辑</a>
        </span>
        <span slot="action1" slot-scope="text,record">
          <span><=</span>
        </span>
      </a-table>
    </div>
    <!-- table区域-end -->
@@ -97,6 +100,14 @@
            dataIndex: 'minimumRange'
          },
          {
            title:'',
            dataIndex:'action1',
            align:'center',
            scopedSlots: {
              customRender: 'action1'
            }
          },
          {
            title: '最大范围(单位:%)',
            align: 'center',
            dataIndex: 'maximumRange'