From 715ae856f0838d03578e4f5e509eb92c96821bf7 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Mon, 6 Nov 2023 18:01:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B9=E5=AF=86=20=E6=8E=A8=E9=80=81?= =?UTF-8?q?=20=E8=AF=A6=E6=83=85=E9=87=8C=E6=89=A7=E8=A1=8C=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=9A=84=E6=9D=83=E9=99=90=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AccountChangeSecretDetail/AccountChangeSecretInfo.vue | 2 +- .../accounts/AccountPush/AccountPushDetail/AccountPushInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretInfo.vue b/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretInfo.vue index 991043ee3..74f8861b4 100644 --- a/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretInfo.vue +++ b/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretInfo.vue @@ -35,7 +35,7 @@ export default { attrs: { type: 'primary', label: this.$t('accounts.AccountChangeSecret.Execute'), - disabled: !this.$hasPerm('accounts.add_changesecretexection') || !this.object.is_active + disabled: !this.$hasPerm('accounts.add_changesecretexecution') || !this.object.is_active }, callbacks: { click: function() { diff --git a/src/views/accounts/AccountPush/AccountPushDetail/AccountPushInfo.vue b/src/views/accounts/AccountPush/AccountPushDetail/AccountPushInfo.vue index aea522ede..9f215874f 100644 --- a/src/views/accounts/AccountPush/AccountPushDetail/AccountPushInfo.vue +++ b/src/views/accounts/AccountPush/AccountPushDetail/AccountPushInfo.vue @@ -35,7 +35,7 @@ export default { attrs: { type: 'primary', label: this.$t('accounts.AccountChangeSecret.Execute'), - disabled: !this.$hasPerm('accounts.add_changesecretexection') || !this.object.is_active + disabled: !this.$hasPerm('accounts.add_changesecretexecution') || !this.object.is_active }, callbacks: { click: function() {