From 5845950aa395da1a1f56a5fff4c80358cf4b5f7f Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 16 五月 2023 21:03:56 +0800 Subject: [PATCH] 新增引用码段下的参照配置界面,代码整合 --- Source/UBCS-WEB/src/const/code/codebutton.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codebutton.js b/Source/UBCS-WEB/src/const/code/codebutton.js index 6b43ddb..51eb3d1 100644 --- a/Source/UBCS-WEB/src/const/code/codebutton.js +++ b/Source/UBCS-WEB/src/const/code/codebutton.js @@ -244,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, @@ -297,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