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/codebutton.js | 18 +++++++++--------- 1 files changed, 9 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..f509090 100644 --- a/Source/UBCS-WEB/src/const/code/codebutton.js +++ b/Source/UBCS-WEB/src/const/code/codebutton.js @@ -236,23 +236,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 +288,7 @@ // }, { label: "鎸夐挳鐨勪綅缃�", - prop: "usedpositiontypeName", + prop: "usedpositiontypeText", slot: true, display: false }, @@ -296,10 +296,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