mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
perf: 替换批量更新图标
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user