From 2ff8dd1f7d2f71944c25c9e116d12d9fb418ac0a Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 17 一月 2024 17:00:08 +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