From 0602e8d620c12273efbc6f826149aa69f1e8586d Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Mon, 19 May 2025 10:45:14 +0800 Subject: [PATCH] perf: table action --- .../src/components/table-action/table-action.vue | 5 ++--- apps/web-antd/src/views/system/tenant/index.vue | 16 ++++++---------- packages/locales/src/langs/en-US/ui.json | 1 + packages/locales/src/langs/zh-CN/ui.json | 1 + 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/apps/web-antd/src/components/table-action/table-action.vue b/apps/web-antd/src/components/table-action/table-action.vue index 329a7045..8e373dd4 100644 --- a/apps/web-antd/src/components/table-action/table-action.vue +++ b/apps/web-antd/src/components/table-action/table-action.vue @@ -69,7 +69,6 @@ const getActions = computed(() => { .map((action) => { const { popConfirm } = action; return { - // getPopupContainer: document.body, type: 'link' as ButtonType, ...action, ...popConfirm, @@ -135,7 +134,7 @@ function handleMenuClick(e: any) {