From 7174e189187ee77c14123230cbaf28b2854e591f Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Mon, 19 May 2025 16:18:48 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96table=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/components/table-action/index.ts | 4 ++-- apps/web-antd/src/components/table-action/table-action.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web-antd/src/components/table-action/index.ts b/apps/web-antd/src/components/table-action/index.ts index c813f1df..672c0a53 100644 --- a/apps/web-antd/src/components/table-action/index.ts +++ b/apps/web-antd/src/components/table-action/index.ts @@ -1,4 +1,4 @@ -export { default as TableAction } from './table-action.vue'; +export * from './icons'; -export const ACTION_KEY = 'action_key_msg'; +export { default as TableAction } from './table-action.vue'; export * from './typing'; 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 8d483f6f..1ad69eb2 100644 --- a/apps/web-antd/src/components/table-action/table-action.vue +++ b/apps/web-antd/src/components/table-action/table-action.vue @@ -181,10 +181,10 @@ function handleMenuClick(e: any) { - @@ -228,7 +228,7 @@ function handleMenuClick(e: any) {