From 81e1bdcf2953c8f91b343c7e59fc40f5a016594d Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 14 三月 2025 11:09:56 +0800 Subject: [PATCH] 删除idea配置文件 --- src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.vue b/src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.vue index b1f97f1..e5b9345 100644 --- a/src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.vue +++ b/src/views/mdc/base/modules/EquipmentRepairTime/EquipmentRepairTimeList.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: 'repairLong', width: 300 -- Gitblit v1.9.3