From 8199d1738e8b75ccad7f3465dfd88aac2bb1a160 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 04 八月 2023 14:56:11 +0800
Subject: [PATCH] 主题库切换树模板流程和阶段显示bug

---
 Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
index 9b96d9a..9a46633 100644
--- a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
+++ b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
@@ -207,6 +207,8 @@
       prop: "id",
       type: "input",
       search: true,
+      labelWidth : 110,
+
       rules: [{
         required: true,
         message: "璇疯緭鍏ヨ鍒欑紪鍙�",
@@ -219,6 +221,7 @@
       prop: "name",
       search: true,
       type: "input",
+      labelWidth : 110,
       rules: [{
         required: true,
         message: "璇疯緭鍏ヨ鍒欏悕绉�",
@@ -231,6 +234,7 @@
       prop: "description",
       type: "input",
       search: true,
+      labelWidth : 110,
       rules: [{
         required: true,
         message: "璇疯緭鍏ユ弿杩�",
@@ -263,6 +267,7 @@
       dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
+      labelWidth : 110,
       props: {
         label: "itemName",
         value: "itemValue"
@@ -281,6 +286,7 @@
       dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
+      labelWidth : 110,
       props: {
         label: "itemName",
         value: "itemValue"
@@ -299,6 +305,7 @@
       dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
+      labelWidth : 110,
       props: {
         label: "itemName",
         value: "itemValue"
@@ -317,6 +324,7 @@
       search: true,
       dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
+      labelWidth : 110,
       props: {
         label: "itemName",
         value: "itemValue"

--
Gitblit v1.9.3