mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-09 10:49:24 +00:00
fix: 修复改密页面执行按钮权限位
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user