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