From 6ab830320b2508ee5f6a7be6cb18653e5d651f0d Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 10 九月 2025 14:37:06 +0800 Subject: [PATCH] 1、DNC首页三维工艺生成产品结构树列表增加字符数超出省略功能 2、设备调拨列表详情改为查看流程详情 --- 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