perf: add account backup execution perm

This commit is contained in:
wangruidong
2024-06-27 16:22:15 +08:00
committed by w940853815
parent 4eefb448ed
commit e60dd28212

View File

@@ -75,7 +75,7 @@ export default {
title: vm.$t('Execute'),
name: 'execute',
type: 'info',
can: this.$hasPerm('accounts.view_accountbackupexecution'),
can: this.$hasPerm('accounts.add_accountbackupexecution'),
callback: function({ row }) {
this.$axios.post(
`/api/v1/accounts/account-backup-plan-executions/`,