From a9df192e431f408671734548b2c4a55857083110 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 28 七月 2023 15:42:56 +0800
Subject: [PATCH] 1、对关键属性换行的查询问题进行了修改。

---
 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 13c659e..f1f5e45 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: "璇疯緭鍏ヨ鍒欑紪鍙�",
@@ -218,6 +220,7 @@
       prop: "name",
       search: true,
       type: "input",
+      labelWidth : 110,
       rules: [{
         required: true,
         message: "璇疯緭鍏ヨ鍒欏悕绉�",
@@ -229,6 +232,7 @@
       prop: "description",
       type: "input",
       search: true,
+      labelWidth : 110,
       rules: [{
         required: true,
         message: "璇疯緭鍏ユ弿杩�",
@@ -260,6 +264,7 @@
       dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
+      labelWidth : 110,
       props: {
         label: "itemName",
         value: "itemValue"
@@ -277,6 +282,7 @@
       dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
+      labelWidth : 110,
       props: {
         label: "itemName",
         value: "itemValue"
@@ -294,6 +300,7 @@
       dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
+      labelWidth : 110,
       props: {
         label: "itemName",
         value: "itemValue"
@@ -311,6 +318,7 @@
       search: true,
       dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
+      labelWidth : 110,
       props: {
         label: "itemName",
         value: "itemValue"

--
Gitblit v1.9.3