From 8d9f6e79d55a645ddd18ec25417ca313513a818b Mon Sep 17 00:00:00 2001 From: Fe <677@luqiqi.com> Date: Mon, 5 Aug 2024 03:38:15 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=E5=BD=93=E8=A1=A8=E6=A0=BC=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E6=90=9C=E7=B4=A2=E5=AD=97=E6=AE=B5=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E4=B8=BA=20tag=20=E4=B8=94=E6=93=8D=E4=BD=9C=E4=B8=BA=20in=20?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=94=AF=E6=8C=81=E5=A4=9A=E9=80=89=20!162?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/table/comSearch/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/table/comSearch/index.vue b/web/src/components/table/comSearch/index.vue index c40df8ab..beddcfd8 100644 --- a/web/src/components/table/comSearch/index.vue +++ b/web/src/components/table/comSearch/index.vue @@ -103,6 +103,7 @@ (item.render == 'tag' || item.render == 'tags' || item.comSearchRender == 'select') && item.replaceValue " v-model="baTable.comSearch.form[item.prop!]" + :multiple="item.operator == 'IN' || item.operator == 'NOT IN'" :clearable="true" >