From fab1e8f1779f98cc43816e6b06c55458a1bd1133 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 27 十二月 2023 09:44:18 +0800 Subject: [PATCH] 整合代码 --- Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js index f1f5e45..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, @@ -208,7 +209,6 @@ type: "input", search: true, labelWidth : 110, - rules: [{ required: true, message: "璇疯緭鍏ヨ鍒欑紪鍙�", @@ -329,5 +329,14 @@ trigger: "blur" }], }, + { + required: true, + label: '娣锋穯瀛楃杞崲', + prop:'confound', + labelWidth : 110, + search: false, + formslot:true, + display:true + } ] } -- Gitblit v1.9.3