zhaowei
2025-02-27 c5f1d9790f712b5d7d5de9c5e58a0f0de5dec928
src/views/mdc/base/modules/EquipmentFailureCloseTime/EquipmentFailureCloseTimeList.vue
@@ -61,6 +61,7 @@
        :dataSource="dataSource"
        :pagination="ipagination"
        :loading="loading"
        @change="handleTableChange"
        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}">
        <template slot="action" slot-scope="text, record">
          <a @click="handleEdit(record)">编辑</a>
@@ -135,7 +136,7 @@
            width: 440
          },
          {
            title: '故障停机时长(min)',
            title: '故障停机时长(h)',
            align: 'center',
            dataIndex: 'downLong',
            width: 300