From d57c46b531bd640b64e2cba5a1263f84b5d52ddf Mon Sep 17 00:00:00 2001 From: mll Date: Fri, 13 Mar 2026 15:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E7=B3=8A=E6=9F=A5=E8=AF=A2=E9=83=BD?= =?UTF-8?q?=E6=98=AF=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 | 1 + 1 file changed, 1 insertion(+) 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'