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/system/modules/UserModal.vue | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/views/system/modules/UserModal.vue b/src/views/system/modules/UserModal.vue index 32c2078..d49ed5f 100644 --- a/src/views/system/modules/UserModal.vue +++ b/src/views/system/modules/UserModal.vue @@ -103,6 +103,23 @@ </a-form-model-item> <a-form-model-item + label="棣栭〉鏉冮檺" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + > + <a-radio-group + v-model="model.userType" + :defaultValue="0" + > + <a-radio :value="1">鍒�鍏风鐞�</a-radio> + <a-radio :value="2">mdc</a-radio> + <a-radio :value="3">dnc</a-radio> + <a-radio :value="4">璁惧绠$悊</a-radio> + <a-radio :value="0">鏃�</a-radio> + </a-radio-group> + </a-form-model-item> + + <a-form-model-item label="瑙掕壊鍒嗛厤" :labelCol="labelCol" :wrapperCol="wrapperCol" -- Gitblit v1.9.3