From b3042224aa7a288fc996cd2542e777362abbc9f6 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 22 八月 2024 10:24:11 +0800
Subject: [PATCH] 分类授权-数据授权取消checkTheStatus传参

---
 Source/UBCS-WEB/src/const/code/codebasic.js |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/codebasic.js b/Source/UBCS-WEB/src/const/code/codebasic.js
index 5f52389..120556d 100644
--- a/Source/UBCS-WEB/src/const/code/codebasic.js
+++ b/Source/UBCS-WEB/src/const/code/codebasic.js
@@ -1,14 +1,16 @@
 export default {
-    height:'260',
+
     tip: false,
     editBtn: false,
     addBtn: false,
     searchShow: false,
+    height:218,
     searchMenuSpan: 5,
     disablePage: false,
     border: true,
     index: true,
     viewBtn: false,
+    delBtn: false,
     selection: true,
     menuWidth:260,
     dialogClickModal: false,
@@ -42,7 +44,14 @@
       {
         label: "鐮佹绫诲瀷",
         prop: "secTypeText",
-      }
-
+      },
+      {
+        label: "鍓嶇紑",
+        prop: "prefixCode",
+      },
+      {
+        label: "鍚庣紑",
+        prop: "suffixCode",
+      },
     ]
 }

--
Gitblit v1.9.3