From d9eb3f8449df7791df436f3d69f91814ba6ff79b Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期四, 06 三月 2025 09:47:03 +0800 Subject: [PATCH] art: 设备台账-分类设备 页面修改,直接引用 所有设备页面,统一编码和修改 --- src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportDrawerList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportDrawerList.vue b/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportDrawerList.vue index 5b84f6a..7a8424c 100644 --- a/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportDrawerList.vue +++ b/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportDrawerList.vue @@ -199,7 +199,7 @@ { title: '鍒ゅ畾缁撴灉', align: 'center', - dataIndex: 'judgmentResultName' + dataIndex: 'judgmentResult_dicText' }, { title: '鎿嶄綔', @@ -227,7 +227,7 @@ handleAdd: function () { this.$refs.modalForm.add(this.calibrationOrderId); - this.$refs.modalForm.title = "涓婁紶妫�瀹氭姤鍛�"; + this.$refs.modalForm.title = "涓婁紶閴村畾鎶ュ憡"; this.$refs.modalForm.disableSubmit = false; }, -- Gitblit v1.9.3