From b2339739746740eaaf4adee3ef16757f3b05ec86 Mon Sep 17 00:00:00 2001
From: Li Kui <90845831+likui628@users.noreply.github.com>
Date: Mon, 19 Feb 2024 19:44:55 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20TableAction=E8=AE=BE=E7=BD=AEicon?=
=?UTF-8?q?=E6=98=BE=E7=A4=BAiconify=E5=85=B3=E9=94=AE=E5=AD=97=20(#3608)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Table/src/components/TableAction.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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' });