mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-16 16:21:21 +00:00
fix: 修复改密页面执行按钮权限位
This commit is contained in:
parent
59336c3418
commit
c8f038aad8
@ -92,7 +92,7 @@ export default {
|
||||
{
|
||||
title: vm.$t('xpack.Execute'),
|
||||
name: 'execute',
|
||||
can: this.$hasPerm('accounts.add_changesecretautomation'),
|
||||
can: this.$hasPerm('accounts.add_changesecretexection'),
|
||||
type: 'info',
|
||||
callback: function({ row }) {
|
||||
this.$axios.post(
|
||||
|
Loading…
Reference in New Issue
Block a user