From 5c32897f2dcc9ee5b71e595cad967d6368d0e1ea Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 10 十一月 2023 09:52:17 +0800
Subject: [PATCH] 前端代码打包
---
Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
index 13c659e..4aba109 100644
--- a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
+++ b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
@@ -1,6 +1,7 @@
export default {
height:'auto',
- calcHeight: 30,
+ calcHeight: 20,
+ columnBtn:false,
tip: false,
searchShow: true,
searchMenuSpan: 6,
@@ -207,6 +208,7 @@
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