From a56c7f5fbe4b171a82561dce3b3b0ff6c5c30386 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 22 一月 2024 17:30:58 +0800
Subject: [PATCH] 可用字符集,前后缀,应用,可以用字符集接口下拉和正则接口提交

---
 Source/UBCS-WEB/src/const/code/codebasic.js |   14 +++++++++++---
 1 files changed, 11 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..511f52b 100644
--- a/Source/UBCS-WEB/src/const/code/codebasic.js
+++ b/Source/UBCS-WEB/src/const/code/codebasic.js
@@ -1,5 +1,5 @@
 export default {
-    height:'260',
+
     tip: false,
     editBtn: false,
     addBtn: false,
@@ -9,6 +9,7 @@
     border: true,
     index: true,
     viewBtn: false,
+    delBtn: false,
     selection: true,
     menuWidth:260,
     dialogClickModal: false,
@@ -42,7 +43,14 @@
       {
         label: "鐮佹绫诲瀷",
         prop: "secTypeText",
-      }
-
+      },
+      {
+        label: "鍓嶇紑",
+        prop: "prefixCode",
+      },
+      {
+        label: "鍚庣紑",
+        prop: "suffixCode",
+      },
     ]
 }

--
Gitblit v1.9.3