From f5fba15b13911207f3b8750d141b2463ce47d77c Mon Sep 17 00:00:00 2001
From: fujunling <2984387807@qq.com>
Date: 星期五, 09 六月 2023 14:21:50 +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 3fb66a1..bb871c9 100644
--- a/Source/UBCS-WEB/src/const/code/mdmrule.js
+++ b/Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -53,17 +53,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