From 274070ac9efe449e879965abcaee6c7222dc51ff Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期二, 09 九月 2025 17:49:24 +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