From ff76f24db66636e33f0bbaba738bae9a4a31ce4d Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Sat, 21 Jun 2025 16:23:10 +0800 Subject: [PATCH] perf: table actions --- .../src/components/table-action/table-action.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 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 72f7bf16e..88e47d356 100644 --- a/apps/web-antd/src/components/table-action/table-action.vue +++ b/apps/web-antd/src/components/table-action/table-action.vue @@ -293,8 +293,13 @@ function getActionKey(action: ActionItem, index: number) {