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