From 6019b3d1a79a0cd4aa903664b666bbe4910bd402 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期二, 09 九月 2025 15:04:32 +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