From a5cb45db6a24630df3b8bab8df51cc153dd4c751 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 07 六月 2023 18:07:14 +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