From cb4e11b19446843188cf628ac8f6be5fe1fa68c7 Mon Sep 17 00:00:00 2001 From: fujunling <2984387807@qq.com> Date: 星期二, 06 六月 2023 18:01:52 +0800 Subject: [PATCH] 配置 --- Source/UBCS-WEB/src/const/code/mdmrule.js | 12 ++++++++++-- 1 files changed, 10 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..8793588 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,10 +53,17 @@ }, { label: "鐘舵��", - prop: "lcStatusText", + prop: "lcStatus", + value: "0", search: true, searchLabelWidth: 45, searchSpan: 5, + type: 'select', + dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus", + props: { + label: "itemName", + value: "itemValue" + }, display: false, }, ] -- Gitblit v1.9.3