From 9b79f4692039dfdb1f75dbb98cebafbeec232555 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Fri, 17 Feb 2023 16:18:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=A4=87=E4=BB=BD=E6=8C=89=E9=92=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounts/AccountBackupPlan/AccountBackupPlanList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/accounts/AccountBackupPlan/AccountBackupPlanList.vue b/src/views/accounts/AccountBackupPlan/AccountBackupPlanList.vue index 4a70e0bb3..37d5b9ce4 100644 --- a/src/views/accounts/AccountBackupPlan/AccountBackupPlanList.vue +++ b/src/views/accounts/AccountBackupPlan/AccountBackupPlanList.vue @@ -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/`,