From ceb6a4d82d4f67c95d8f4dd457ec7a1bfdba0c4c Mon Sep 17 00:00:00 2001
From: ludc <pUXmgxCf6A>
Date: 星期四, 18 五月 2023 15:58:40 +0800
Subject: [PATCH] 以及发布webservice接口功能搭建,将通通用接口移植过来

---
 Source/UBCS-WEB/src/const/code/codebutton.js |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/codebutton.js b/Source/UBCS-WEB/src/const/code/codebutton.js
index 75d3028..51eb3d1 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: "",
@@ -243,10 +244,10 @@
     {
       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,
@@ -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