From 926cbd6186778da6379d1c12ec149f82e5151e20 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 10 九月 2025 18:01:30 +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