mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-30 05:42:19 +00:00
fix: 修改账号改密执行权限
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user