perf: 替换批量更新图标

This commit is contained in:
“huailei000”
2024-01-08 16:03:41 +08:00
committed by huailei
parent 3800151763
commit 7e3e8fbf2f

View File

@@ -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') {