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