mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 22:36:23 +00:00
Fixed: Record
This commit is contained in:
@@ -121,6 +121,20 @@ export default {
|
|||||||
vm.visible = true
|
vm.visible = true
|
||||||
vm.reportUrl = `${this.url}${row.id}/report/`
|
vm.reportUrl = `${this.url}${row.id}/report/`
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'record',
|
||||||
|
title: this.$t('Record'),
|
||||||
|
can: this.$hasPerm('accounts.view_changesecretrecord'),
|
||||||
|
callback: function({ row }) {
|
||||||
|
return this.$router.push({
|
||||||
|
name: 'AccountChangeSecretList',
|
||||||
|
query: {
|
||||||
|
tab: 'ChangeSecretRecord',
|
||||||
|
execution_id: row.id
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user