diff --git a/src/components/Table/src/components/TableAction.vue b/src/components/Table/src/components/TableAction.vue
index c46e920c6..3dde71dfb 100644
--- a/src/components/Table/src/components/TableAction.vue
+++ b/src/components/Table/src/components/TableAction.vue
@@ -7,7 +7,7 @@
{{ action.label }}
-
+
{{ action.label }}
@@ -44,6 +44,7 @@
import { isBoolean, isFunction, isString } from '@/utils/is';
import { propTypes } from '@/utils/propTypes';
import { ACTION_COLUMN_FLAG } from '../const';
+ import { omit } from 'lodash-es';
defineOptions({ name: 'TableAction' });