From b6d970175e3d160cff58464736d030a46be0f37b Mon Sep 17 00:00:00 2001 From: mll Date: Fri, 13 Mar 2026 15:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E5=93=81=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E7=AD=89=E6=94=B9=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LowDesign/src/LowReport/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index 5e38fe5..d71fa81 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -306,7 +306,8 @@ const initTable = async () => { pageNo:1 } config.filterable= true - // config.props ={ label:config.prop , value:config.prop } + config.multiple= true + config.collapseTags=true config.dicFormatter= (res) => { //请求数据格式化 const arr=[...new Set(res.records.map(item=>item[config.prop]))] return arr.map(item=>({label:item,value:item}))