From 76e5433c49a1dc0ccd9f0b37a385f3297d568411 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期二, 09 九月 2025 15:47:52 +0800 Subject: [PATCH] 增加手动发起流程 --- src/views/flowable/workflow/dispatchFile/DispatchFileHandle.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/flowable/workflow/dispatchFile/DispatchFileHandle.vue b/src/views/flowable/workflow/dispatchFile/DispatchFileHandle.vue index 09f1b0a..9e0de1d 100644 --- a/src/views/flowable/workflow/dispatchFile/DispatchFileHandle.vue +++ b/src/views/flowable/workflow/dispatchFile/DispatchFileHandle.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