fix: 修复执行账号备份按钮权限问题

This commit is contained in:
Aaron3S
2023-02-17 16:18:15 +08:00
parent 722dd4ad66
commit 9b79f46920

View File

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