From ca6ec80da1bffc13e67b2ce5e34ff67f485cc74f Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期二, 16 五月 2023 17:51:56 +0800 Subject: [PATCH] 业务类型新增按钮联调修正。 业务类型弹出表单细节修正。 --- Source/UBCS-WEB/src/const/code/codebutton.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codebutton.js b/Source/UBCS-WEB/src/const/code/codebutton.js index df3fc5b..6b43ddb 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,7 +244,7 @@ { label: "鐘舵��", type: "select", - dicUrl: "/api/ubcs-omd/dict-biz/dictionary?code=codeLcstatus", + dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeLcstatus", props: { label: "dictValue", value: "dictKey" @@ -294,7 +297,7 @@ label: "鎸夐挳鐨勪綅缃�", type: "select", weight :'140px', - dicUrl: "/api/ubcs-omd/dict-biz/dictionary?code=codeButtonPosition", + dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeButtonPosition", props: { label: "dictValue", value: "dictKey" -- Gitblit v1.9.3