diff --git a/apps/web-antd/src/components/table-action/index.ts b/apps/web-antd/src/components/table-action/index.ts index 7dad46ea5..c813f1dfa 100644 --- a/apps/web-antd/src/components/table-action/index.ts +++ b/apps/web-antd/src/components/table-action/index.ts @@ -1,2 +1,4 @@ export { default as TableAction } from './table-action.vue'; + +export const ACTION_KEY = 'action_key_msg'; 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 329a70451..8e373dd48 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) {