From 8905bdd0a74c4bd6cabc206c36a299341488041e Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 11 九月 2025 11:00:26 +0800
Subject: [PATCH] 合并设备借出与归还流程,增加借出归还列表详情功能

---
 src/views/flowable/workflow/standardizedProcess/StandardizedProcessHandle.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/flowable/workflow/standardizedProcess/StandardizedProcessHandle.vue b/src/views/flowable/workflow/standardizedProcess/StandardizedProcessHandle.vue
index 6e074b0..5d8f8df 100644
--- a/src/views/flowable/workflow/standardizedProcess/StandardizedProcessHandle.vue
+++ b/src/views/flowable/workflow/standardizedProcess/StandardizedProcessHandle.vue
@@ -64,7 +64,7 @@
                   </a-row>
                   <a-row>
                     <a-col :span='span'>
-                      <a-form-model-item label='鍑哄簱鐘舵��' :labelCol='labelCol' :wrapperCol='wrapperCol' prop='pullStatus_dictText'>
+                      <a-form-model-item label='鐢熷懡鍛ㄦ湡' :labelCol='labelCol' :wrapperCol='wrapperCol' prop='pullStatus_dictText'>
                         <a-input :disabled='coldisabled' v-model='tableRowRecord.pullStatus_dictText'></a-input>
                       </a-form-model-item>
                     </a-col>

--
Gitblit v1.9.3