From 44e88cb3c7d2f46eb9dbbbdddf0aa3f8a623b6e2 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 13 六月 2023 18:59:51 +0800 Subject: [PATCH] 继续完善主题库定义 --- Source/UBCS-WEB/src/const/code/mdmrule.js | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js index b18b03c..bb871c9 100644 --- a/Source/UBCS-WEB/src/const/code/mdmrule.js +++ b/Source/UBCS-WEB/src/const/code/mdmrule.js @@ -1,5 +1,5 @@ export default { - height:"200px", + height:"220px", calcHeight: 30, tip: false, editBtn:false, @@ -10,6 +10,7 @@ viewBtn: true, selection: true, dialogClickModal: false, + highlightCurrentRow: true, column: [ { label: "缂栧彿", @@ -52,11 +53,26 @@ }, { label: "鐘舵��", - prop: "lcStatusText", + prop: "lcStatus", search: true, searchLabelWidth: 45, searchSpan: 5, display: false, + hide: true, + type: 'select', + dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus", + props: { + label: "itemName", + value: "itemValue" + }, + }, + { + label: "鐘舵��", + prop: "lcStatusText", + // search: false, + // searchLabelWidth: 45, + // searchSpan: 5, + display: false, }, ] } \ No newline at end of file -- Gitblit v1.9.3