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) {