diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index d71fa81..cdaccd3 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -332,6 +332,7 @@ const initTable = async () => { hideColumns.value.push( config.prop ) } if (item.queryMode == 'RANGE') config.searchRange = true + if (item.queryMode == 'LIKE') config.multiple = config.collapseTags=true if (['Integer', 'BigInt', 'BigDecimal'].includes(item.fieldType)) config.type = 'number' else if (item.fieldType == 'Date') { config.type = 'date'