From 9412cc46c7d135d29dc6bf9b7ae36a3b6b17347c Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 07 六月 2023 18:11:21 +0800
Subject: [PATCH] 分类树组件封装,联调真实表格数据

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

diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js
index b18b03c..8793588 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: "缂栧彿",
@@ -52,10 +53,17 @@
     },
     {
       label: "鐘舵��",
-      prop: "lcStatusText",
+      prop: "lcStatus",
+      value: "0",
       search: true,
       searchLabelWidth: 45,
       searchSpan: 5,
+      type: 'select',
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus",
+      props: {
+        label: "itemName",
+        value: "itemValue"
+      },
       display: false,
     },
   ]

--
Gitblit v1.9.3