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}))