From c6a845528d45bfb44591a69dadb44539432d06d0 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 12 五月 2023 11:55:06 +0800
Subject: [PATCH] 枚举相关改动

---
 Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js b/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js
index 771b72c..146b664 100644
--- a/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js
+++ b/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js
@@ -4,11 +4,13 @@
   tip: false,
   searchShow: true,
   searchMenuSpan: 6,
+  searchLabelWidth:120,
   border: true,
   index: true,
   viewBtn: true,
   selection: true,
   dialogClickModal: false,
+  highlightCurrentRow: true,
   column: [
     {
       label: "",
@@ -254,12 +256,12 @@
       label: "蹇界暐澶у皬鍐�",
       prop: "ignorecaseflag",
       type: "select",
-      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       rules: [{
         required: true,
@@ -271,12 +273,12 @@
       label: "蹇界暐绌烘牸",
       prop: "ignorespaceflag",
       type: "select",
-      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       rules: [{
         required: true,
@@ -288,12 +290,12 @@
       label: "蹇界暐鍏ㄩ儴绌烘牸",
       prop: "ignoreallspaceflag",
       type: "select",
-      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       rules: [{
         required: true,
@@ -306,11 +308,11 @@
       prop: "ignorewidthflag",
       type: "select",
       search: true,
-      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       rules: [{
         required: true,

--
Gitblit v1.9.3