From 5f2e78a86df57506f499c61c5e1b91af930c89bf Mon Sep 17 00:00:00 2001 From: qiankanghui Date: Thu, 28 May 2026 11:15:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor(eam):=20=E9=87=8D=E6=9E=84=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=B9=B6=E5=90=AF=E7=94=A8=E6=95=85=E9=9A=9C=E7=8E=B0=E8=B1=A1?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉故障现象标签页的相关代码 - 将故障现象表格的列宽从80调整为250 - 启用被注释的检查项目、点检计划、保养项目等功能模块的数据获取逻辑 - 恢复故障行为数据获取功能 - 重新激活历史工单和维护计划等模块的调用逻辑 --- src/views/modules/eam/eam_device_list.vue | 108 +++++++++++----------- 1 file changed, 55 insertions(+), 53 deletions(-) diff --git a/src/views/modules/eam/eam_device_list.vue b/src/views/modules/eam/eam_device_list.vue index 06f68e1..0516d28 100644 --- a/src/views/modules/eam/eam_device_list.vue +++ b/src/views/modules/eam/eam_device_list.vue @@ -286,45 +286,45 @@ - - - - 新增设备故障 - 复制到其他设备 - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 新增点检计划 @@ -3374,7 +3374,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 80, + columnWidth: 250, }, { userId: this.$store.state.user.name, @@ -4314,19 +4314,21 @@ } else if (this.activeTable === 'calibration_record') { this.getCalibrationRecordData() } - // else if (this.activeTable === 'check_item') { - // this.getCheckItemData() - // } else if (this.activeTable === 'check_plan') { - // this.getCheckPlanData() - // } else if (this.activeTable === 'maintenance_item') { - // this.getMaintenanceItemData() - // } else if (this.activeTable === 'maintenance_plan') { - // this.getMaintenancePlanData() - // } else if (this.activeTable === 'history_order') { - // this.getHistoryOrderData() - // } else if (this.activeTable === 'fault_behavior') { - // this.getFaultBehaviorData() - // } + else if (this.activeTable === 'check_item') { + this.getCheckItemData() + } + else if (this.activeTable === 'check_plan') { + this.getCheckPlanData() + } else if (this.activeTable === 'maintenance_item') { + this.getMaintenanceItemData() + } else if (this.activeTable === 'maintenance_plan') { + this.getMaintenancePlanData() + } else if (this.activeTable === 'history_order') { + this.getHistoryOrderData() + } + else if (this.activeTable === 'fault_behavior') { + this.getFaultBehaviorData() + } }, // 刷新派设备文档的列表