From b826e9a0c17ddcc2c2984b71469bc9d1f4b20ac7 Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期三, 17 五月 2023 14:29:58 +0800 Subject: [PATCH] 业务类型页面修正被git覆盖的部分 --- Source/UBCS-WEB/src/const/code/codebutton.js | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codebutton.js b/Source/UBCS-WEB/src/const/code/codebutton.js index df3fc5b..51eb3d1 100644 --- a/Source/UBCS-WEB/src/const/code/codebutton.js +++ b/Source/UBCS-WEB/src/const/code/codebutton.js @@ -2,13 +2,16 @@ height:'auto', calcHeight: 30, tip: false, + searchLabelWidth:120, searchShow: true, searchMenuSpan: 6, + // searchSpan:8, border: true, index: true, viewBtn: true, selection: true, dialogClickModal: false, + highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜� column: [ { label: "", @@ -241,10 +244,10 @@ { label: "鐘舵��", type: "select", - dicUrl: "/api/ubcs-omd/dict-biz/dictionary?code=codeLcstatus", + dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeLcstatus", props: { - label: "dictValue", - value: "dictKey" + label: "itemName", + value: "itemValue" }, dataType: "String", search: true, @@ -294,10 +297,10 @@ label: "鎸夐挳鐨勪綅缃�", type: "select", weight :'140px', - dicUrl: "/api/ubcs-omd/dict-biz/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