From 2ea7da06c5140d73c04d0c6f356e67122c61e2ad Mon Sep 17 00:00:00 2001 From: li_shifeng Date: Mon, 11 May 2026 14:13:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=88=A0=E9=99=A4=E4=BB=BB=E7=84=B6=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/dept/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-antd/src/views/system/dept/index.vue b/apps/web-antd/src/views/system/dept/index.vue index e85b290c2..64f998ec1 100644 --- a/apps/web-antd/src/views/system/dept/index.vue +++ b/apps/web-antd/src/views/system/dept/index.vue @@ -182,6 +182,7 @@ const [Grid, gridApi] = useVbenVxeGrid({ auth: ['system:dept:delete'], disabled: row.children && row.children.length > 0, popConfirm: { + disabled: row.children && row.children.length > 0, title: $t('ui.actionMessage.deleteConfirm', [row.name]), confirm: handleDelete.bind(null, row), },