From f02cf09eb0c6933dd5ccc4dac6c6c09c3b5f3d3c Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 25 八月 2025 15:17:03 +0800 Subject: [PATCH] 1、根据最新设计方案调整设备管理模块点击弹窗样式 2、mdc公司级首页设备管理模块与点击功能联调 --- src/views/eam/repair/EamRepairOrderList.vue | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/eam/repair/EamRepairOrderList.vue b/src/views/eam/repair/EamRepairOrderList.vue index e1913f3..d7946bc 100644 --- a/src/views/eam/repair/EamRepairOrderList.vue +++ b/src/views/eam/repair/EamRepairOrderList.vue @@ -188,6 +188,12 @@ dataIndex: 'reportPerson_dictText', }, { + title: '鏁呴殰寮�濮嬫椂闂�', + align: 'center', + dataIndex: 'faultStartTime', + width: 200 + }, + { title: '缁翠慨寮�濮嬫椂闂�', align: 'center', dataIndex: 'actualStartTime', @@ -200,13 +206,13 @@ width: 200 }, { - title: '缁翠慨鏃堕暱', + title: '缁翠慨鏃堕暱(灏忔椂)', align: 'center', dataIndex: 'repairDuration', width: 200 }, { - title: '鏁呴殰鏃堕暱', + title: '鏁呴殰鏃堕暱(灏忔椂)', align: 'center', dataIndex: 'faultDuration', width: 200 -- Gitblit v1.9.3