Merge pull request #3045 from jumpserver/pr@dev@ticket_command

fix: 工单命令复核不显示账号
This commit is contained in:
feng626
2023-04-19 13:32:49 +08:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ export default {
},
{
key: this.$t('assets.Account'),
value: object.rel_snapshot.apply_run_account
value: object.apply_run_account
},
{
key: this.$t('tickets.ApplyRunCommand'),