From 49122bb2139adce8e95cfbc0981e86cc02ac5716 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Tue, 24 Oct 2023 10:49:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E6=94=B9=E5=AF=86=E6=89=A7=E8=A1=8C=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accounts/AccountChangeSecret/AccountChangeSecretList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeSecretList.vue b/src/views/accounts/AccountChangeSecret/AccountChangeSecretList.vue index 82af9a304..c4ca707b4 100644 --- a/src/views/accounts/AccountChangeSecret/AccountChangeSecretList.vue +++ b/src/views/accounts/AccountChangeSecret/AccountChangeSecretList.vue @@ -93,7 +93,7 @@ export default { title: vm.$t('xpack.Execute'), name: 'execute', can: ({ row }) => { - return row.is_active && vm.$hasPerm('accounts.add_changesecretexection') + return row.is_active && vm.$hasPerm('accounts.add_changesecretexecution') }, type: 'info', disabled: ({ row }) => !row.is_active,