From e8af9e2a6d0b509a807a6bb22a6efbfb3678be6d Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期二, 10 六月 2025 17:27:38 +0800
Subject: [PATCH] 设备维修修改
---
src/views/eam/EquipmentCalibrationOrder.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/eam/EquipmentCalibrationOrder.vue b/src/views/eam/EquipmentCalibrationOrder.vue
index 473b949..613fc4a 100644
--- a/src/views/eam/EquipmentCalibrationOrder.vue
+++ b/src/views/eam/EquipmentCalibrationOrder.vue
@@ -239,7 +239,7 @@
<a-tab-pane
key='2'
- tab='妫�瀹氭姤鍛�'
+ tab='閴村畾鎶ュ憡'
>
<equipment-calibration-order-report-list
ref='EquipmentCalibrationOrderReportList'
@@ -480,7 +480,7 @@
handleOrderExe(record) {
this.$refs.EquipmentCalibrationOrderExeDrawer.visible = true
- this.$refs.EquipmentCalibrationOrderExeDrawer.title = '妫�瀹氬伐鍗曟墽琛�'
+ this.$refs.EquipmentCalibrationOrderExeDrawer.title = '閴村畾宸ュ崟鎵ц'
this.$refs.EquipmentCalibrationOrderExeDrawer.handleShow(record)
if (record.status === '4') {
this.$refs.EquipmentCalibrationOrderExeDrawer.buttonDistable = true//淇濆瓨銆佹殏瀛樸�佹姤宸�
@@ -534,7 +534,7 @@
// 鐩存帴涓婁紶閴村畾鎶ュ憡
handleAddOrderReport: function (record) {
this.$refs.equipmentCalibrationOrderReportModal.add(record.id)
- this.$refs.equipmentCalibrationOrderReportModal.title = '涓婁紶妫�瀹氭姤鍛�'
+ this.$refs.equipmentCalibrationOrderReportModal.title = '涓婁紶閴村畾鎶ュ憡'
this.$refs.equipmentCalibrationOrderReportModal.disableSubmit = false
},
handleFinal(record) {
--
Gitblit v1.9.3