From 81c8a849ed4e57141e29c62d9b3a1ffc605ece44 Mon Sep 17 00:00:00 2001
From: xiejun <309858992@qq.com>
Date: 星期五, 05 一月 2024 18:14:42 +0800
Subject: [PATCH] fff
---
Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js | 28 +++++++++++++++++++++++-----
1 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
index 8e3c94e..693c4bb 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,
@@ -11,6 +12,7 @@
selection: true,
dialogClickModal: false,
highlightCurrentRow: true,
+ rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌�
column: [
{
label: "",
@@ -206,6 +208,7 @@
prop: "id",
type: "input",
search: true,
+ labelWidth : 110,
rules: [{
required: true,
message: "璇疯緭鍏ヨ鍒欑紪鍙�",
@@ -217,6 +220,7 @@
prop: "name",
search: true,
type: "input",
+ labelWidth : 110,
rules: [{
required: true,
message: "璇疯緭鍏ヨ鍒欏悕绉�",
@@ -228,6 +232,7 @@
prop: "description",
type: "input",
search: true,
+ labelWidth : 110,
rules: [{
required: true,
message: "璇疯緭鍏ユ弿杩�",
@@ -256,9 +261,10 @@
label: "蹇界暐澶у皬鍐�",
prop: "ignorecaseflag",
type: "select",
- dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
+ dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
dataType: "String",
search: true,
+ labelWidth : 110,
props: {
label: "itemName",
value: "itemValue"
@@ -273,9 +279,10 @@
label: "蹇界暐绌烘牸",
prop: "ignorespaceflag",
type: "select",
- dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
+ dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
dataType: "String",
search: true,
+ labelWidth : 110,
props: {
label: "itemName",
value: "itemValue"
@@ -290,9 +297,10 @@
label: "蹇界暐鍏ㄩ儴绌烘牸",
prop: "ignoreallspaceflag",
type: "select",
- dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
+ dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
dataType: "String",
search: true,
+ labelWidth : 110,
props: {
label: "itemName",
value: "itemValue"
@@ -308,8 +316,9 @@
prop: "ignorewidthflag",
type: "select",
search: true,
- dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
+ dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
dataType: "String",
+ labelWidth : 110,
props: {
label: "itemName",
value: "itemValue"
@@ -320,5 +329,14 @@
trigger: "blur"
}],
},
+ {
+ required: true,
+ label: '娣锋穯瀛楃杞崲',
+ prop:'confound',
+ labelWidth : 110,
+ search: false,
+ formslot:true,
+ display:true
+ }
]
}
--
Gitblit v1.9.3