From cf515a18de1fb80786aef2cbccc2716ae1366513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 21 Jun 2023 10:53:33 +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/icons/svg/batch-update.svg | 1 + src/views/assets/Asset/AssetList/components/BaseList.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/icons/svg/batch-update.svg diff --git a/src/icons/svg/batch-update.svg b/src/icons/svg/batch-update.svg new file mode 100644 index 000000000..1e29b7fca --- /dev/null +++ b/src/icons/svg/batch-update.svg @@ -0,0 +1 @@ + diff --git a/src/views/assets/Asset/AssetList/components/BaseList.vue b/src/views/assets/Asset/AssetList/components/BaseList.vue index 3cbcba444..e7704f270 100644 --- a/src/views/assets/Asset/AssetList/components/BaseList.vue +++ b/src/views/assets/Asset/AssetList/components/BaseList.vue @@ -270,7 +270,7 @@ export default { { name: 'actionUpdateSelected', title: this.$t('common.BatchUpdate'), - icon: 'fa fa-refresh', + fa: 'batch-update', can: ({ selectedRows }) => { return selectedRows.length > 0 && !vm.currentOrgIsRoot &&