From e3410e9cdb22cfea4e46537d34db303612411e93 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期日, 21 五月 2023 23:22:45 +0800
Subject: [PATCH] 代码整合

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

diff --git a/Source/UBCS-WEB/src/const/code/codebutton.js b/Source/UBCS-WEB/src/const/code/codebutton.js
index 75d3028..b9ded2d 100644
--- a/Source/UBCS-WEB/src/const/code/codebutton.js
+++ b/Source/UBCS-WEB/src/const/code/codebutton.js
@@ -11,6 +11,7 @@
   viewBtn: true,
   selection: true,
   dialogClickModal: false,
+  highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜�
   column: [
     {
       label: "",
@@ -236,23 +237,23 @@
     // },
     {
       label: "鐘舵��",
-      prop: "lcstatusName",
+      prop: "lcStatusText",
       slot: true,
       display: false
     },
     {
       label: "鐘舵��",
       type: "select",
-      dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeLcstatus",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeLcstatus",
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       dataType: "String",
       search: true,
       hide: true,
       display: true,
-      prop: "lcstatus",
+      prop: "lcStatus",
       rules: [{
         required: true,
         message: "鐘舵��",
@@ -288,7 +289,7 @@
     // },
     {
       label: "鎸夐挳鐨勪綅缃�",
-      prop: "usedpositiontypeName",
+      prop: "usedpositiontypeText",
       slot: true,
       display: false
     },
@@ -296,10 +297,10 @@
       label: "鎸夐挳鐨勪綅缃�",
       type: "select",
       weight :'140px',
-      dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeButtonPosition",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeButtonPosition",
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       dataType: "String",
       search: true,

--
Gitblit v1.9.3