From 239e7b5f63c4f5ecffb2da9c312337cbe69f4993 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Fri, 17 May 2024 17:52:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E8=A7=A6=E5=8F=91=E6=8E=92=E5=BA=8F=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/pure/ms-table/base-table.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/pure/ms-table/base-table.vue b/frontend/src/components/pure/ms-table/base-table.vue index ec0cc1a2e3..67f3cddc86 100644 --- a/frontend/src/components/pure/ms-table/base-table.vue +++ b/frontend/src/components/pure/ms-table/base-table.vue @@ -108,6 +108,7 @@ v-bind="item.filterConfig" :filter="filterData" @handle-confirm="(v) => handleFilterConfirm(v, item.dataIndex as string, item.isCustomParam || false)" + @click.stop="null" >