From d52c624128c7bd8cef671b0da86d4a6eaa73f648 Mon Sep 17 00:00:00 2001 From: "Jiangjie.Bai" Date: Mon, 14 Mar 2022 17:49:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E8=B4=A6=E5=8F=B7=E6=9D=83=E9=99=90=E6=8E=A7?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AccountListTable/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AccountListTable/index.vue b/src/components/AccountListTable/index.vue index aa9c72da2..0375f8a68 100644 --- a/src/components/AccountListTable/index.vue +++ b/src/components/AccountListTable/index.vue @@ -139,7 +139,7 @@ export default { { name: 'Update', title: this.$t('common.Update'), - can: this.$hasPerm('assets.change_authbook') && !this.$store.getters.currentOrgIsRoot, + can: this.$hasPerm('assets.change_assetaccountsecret') && !this.$store.getters.currentOrgIsRoot, callback: ({ row }) => { vm.account = row vm.showUpdateSecretDialog = false