fix: 修改账号改密执行权限

This commit is contained in:
feng
2023-10-24 10:49:41 +08:00
parent 263c4d3f89
commit 49122bb213

View File

@@ -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,