From d1e3a87aad6f737394b33852d9496d673472ddbe Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期二, 16 五月 2023 18:19:17 +0800
Subject: [PATCH] 主要完成修改Class统一命名,与老平台命名一致,删除多余VOClass等。

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

diff --git a/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
similarity index 92%
rename from Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js
rename to Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
index 819f401..8e3c94e 100644
--- a/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js
+++ b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
@@ -256,12 +256,12 @@
       label: "蹇界暐澶у皬鍐�",
       prop: "ignorecaseflag",
       type: "select",
-      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       rules: [{
         required: true,
@@ -273,12 +273,12 @@
       label: "蹇界暐绌烘牸",
       prop: "ignorespaceflag",
       type: "select",
-      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       rules: [{
         required: true,
@@ -290,12 +290,12 @@
       label: "蹇界暐鍏ㄩ儴绌烘牸",
       prop: "ignoreallspaceflag",
       type: "select",
-      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       search: true,
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       rules: [{
         required: true,
@@ -308,11 +308,11 @@
       prop: "ignorewidthflag",
       type: "select",
       search: true,
-      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
+      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
       dataType: "String",
       props: {
-        label: "dictValue",
-        value: "dictKey"
+        label: "itemName",
+        value: "itemValue"
       },
       rules: [{
         required: true,

--
Gitblit v1.9.3