From c6a845528d45bfb44591a69dadb44539432d06d0 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 12 五月 2023 11:55:06 +0800
Subject: [PATCH] 枚举相关改动

---
 Source/UBCS-WEB/src/const/code/mdmrule.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js
index b18b03c..518b503 100644
--- a/Source/UBCS-WEB/src/const/code/mdmrule.js
+++ b/Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -1,5 +1,5 @@
 export default {
-  height:"200px",
+  height:"220px",
   calcHeight: 30,
   tip: false,
   editBtn:false,
@@ -10,6 +10,7 @@
   viewBtn: true,
   selection: true,
   dialogClickModal: false,
+  highlightCurrentRow: true,
   column: [
     {
       label: "缂栧彿",
@@ -56,6 +57,13 @@
       search: true,
       searchLabelWidth: 45,
       searchSpan: 5,
+      type: 'select',
+      //鐢变簬杩欎釜鎺ュ彛杩樺湪璋冭瘯鎵�浠ヨ绛夎皟濂戒簡鎵嶈兘璋冪敤
+      dicUrl: "/api/ubcs-omd/dict/dictionary?code=user_type",
+      props: {
+        label: "dictValue",
+        value: "dictKey"
+      },
       display: false,
     },
   ]

--
Gitblit v1.9.3