From 6fd426d7199bc4e0c46c33a07a3a9d38c5e26e6c Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 4 Feb 2026 17:10:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BD=93=20showToolbar=20=E4=B8=BA=20fa?= =?UTF-8?q?lse=20=E6=97=B6=E7=A6=81=E7=94=A8=E5=B7=A5=E5=85=B7=E6=A0=8F(vx?= =?UTF-8?q?e-table)=EF=BC=8C=E5=87=8F=E5=B0=91=E6=97=A0=20Toolbar=20?= =?UTF-8?q?=E7=9A=84=20Gird=20=E7=95=99=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/effects/plugins/src/vxe-table/use-vxe-grid.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/effects/plugins/src/vxe-table/use-vxe-grid.vue b/packages/effects/plugins/src/vxe-table/use-vxe-grid.vue index 7b044b9a0..3fcea78b3 100644 --- a/packages/effects/plugins/src/vxe-table/use-vxe-grid.vue +++ b/packages/effects/plugins/src/vxe-table/use-vxe-grid.vue @@ -165,6 +165,7 @@ const toolbarOptions = computed(() => { } if (!showToolbar.value) { + toolbarConfig.enabled = false; return { toolbarConfig }; }