From d7ede169aa2d2c89924ebbea9a9ba80f96a288bd Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期一, 19 五月 2025 14:26:00 +0800
Subject: [PATCH] art: 设备管理-设备点检-流程修改为设备管理员确认

---
 src/views/flowable/workflow/InspectionOrder/InspectionOrderBatchHandle.vue |    2 +-
 src/views/eam/maintenance/EamInspectionOrderList.vue                       |    2 +-
 src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/eam/maintenance/EamInspectionOrderList.vue b/src/views/eam/maintenance/EamInspectionOrderList.vue
index bc708f8..ecdc95a 100644
--- a/src/views/eam/maintenance/EamInspectionOrderList.vue
+++ b/src/views/eam/maintenance/EamInspectionOrderList.vue
@@ -209,7 +209,7 @@
             dataIndex: 'operateTime',
           },
           {
-            title: '鐝粍闀跨‘璁�',
+            title: '绠$悊鍛樼‘璁�',
             align: 'center',
             dataIndex: 'confirmUser_dictText'
           },
diff --git a/src/views/flowable/workflow/InspectionOrder/InspectionOrderBatchHandle.vue b/src/views/flowable/workflow/InspectionOrder/InspectionOrderBatchHandle.vue
index e6698e0..4833ca3 100644
--- a/src/views/flowable/workflow/InspectionOrder/InspectionOrderBatchHandle.vue
+++ b/src/views/flowable/workflow/InspectionOrder/InspectionOrderBatchHandle.vue
@@ -21,7 +21,7 @@
 
       <a-form-model ref='form' :model='tableRowRecord' :labelCol="labelCol" :wrapperCol="wrapperCol"
                     :rules="validatorRules" v-if="tableRowRecord.inspectionStatus==='WAIT_CONFIRM'">
-        <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 鐝粍闀跨‘璁や俊鎭�
+        <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 绠$悊鍛樼‘璁や俊鎭�
         </a-divider>
 
         <a-row :gutter="24">
diff --git a/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue b/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue
index c99495f..156c30d 100644
--- a/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue
+++ b/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue
@@ -168,7 +168,7 @@
         </a-tabs>
 
         <template v-if="isDisplayConfirm">
-          <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 鐝粍闀跨‘璁や俊鎭�
+          <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 绠$悊鍛樼‘璁や俊鎭�
           </a-divider>
 
           <a-row :gutter="24">

--
Gitblit v1.9.3