From 8dc075f93804507baf2fecafc1e5342e8211b88e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Mon, 8 Jan 2024 16:03:41 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=BF=E6=8D=A2=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/ListTable/TableAction/LeftSide.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/ListTable/TableAction/LeftSide.vue b/src/components/Table/ListTable/TableAction/LeftSide.vue index 0b86f4d4c..48c48d618 100644 --- a/src/components/Table/ListTable/TableAction/LeftSide.vue +++ b/src/components/Table/ListTable/TableAction/LeftSide.vue @@ -104,7 +104,7 @@ export default { title: this.$t('common.BatchUpdate'), name: 'actionUpdateSelected', has: this.hasBulkUpdate, - icon: 'fa fa-refresh', + fa: 'batch-update', can: function({ selectedRows }) { let canBulkUpdate = vm.canBulkUpdate if (typeof canBulkUpdate === 'function') {