From 02dbaaa04bc443e860a715cf907bc0fb5c1a7da4 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 11 七月 2023 09:09:34 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

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

diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js
index 3fb66a1..72b707a 100644
--- a/Source/UBCS-WEB/src/const/code/mdmrule.js
+++ b/Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -10,7 +10,10 @@
   viewBtn: true,
   selection: true,
   dialogClickModal: false,
+  columnBtn: false,
+  searchShowBtn: false,
   highlightCurrentRow: true,
+  rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌�
   column: [
     {
       label: "缂栧彿",
@@ -18,6 +21,7 @@
       search: true,
       searchLabelWidth: 45,
       searchSpan: 4,
+      sortable: true,
       rules: [{
         required: true,
         message: "璇疯緭鍏ョ紪鍙�",
@@ -30,6 +34,7 @@
       search: true,
       searchLabelWidth: 45,
       searchSpan: 4,
+      sortable: true,
       rules: [{
         required: true,
         message: "璇疯緭鍏ュ悕绉�",
@@ -53,17 +58,25 @@
     },
     {
       label: "鐘舵��",
-      prop: "lcStatusText",
+      prop: "lcStatus",
       search: true,
       searchLabelWidth: 45,
       searchSpan: 5,
+      display: false,
+      hide: true,
       type: 'select',
-      //鐢变簬杩欎釜鎺ュ彛杩樺湪璋冭瘯鎵�浠ヨ绛夎皟濂戒簡鎵嶈兘璋冪敤
       dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus",
       props: {
         label: "itemName",
         value: "itemValue"
       },
+    },
+    {
+      label: "鐘舵��",
+      prop: "lcStatusText",
+      // search: false,
+      // searchLabelWidth: 45,
+      // searchSpan: 5,
       display: false,
     },
   ]

--
Gitblit v1.9.3