mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-18 23:07:41 +00:00
perf: 优化会话记录详情
This commit is contained in:
parent
b709333b1b
commit
f86af9c8b8
@ -116,8 +116,9 @@ export default {
|
|||||||
value: this.session.asset
|
value: this.session.asset
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: this.$t('sessions.systemUser'),
|
key: this.$t('assets.Account'),
|
||||||
value: this.session.system_user
|
value: this.session.account
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: this.$t('sessions.protocol'),
|
key: this.$t('sessions.protocol'),
|
||||||
@ -125,7 +126,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: this.$t('sessions.loginFrom'),
|
key: this.$t('sessions.loginFrom'),
|
||||||
value: this.session.login_from
|
value: this.session.login_from?.label || '-'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: this.$t('sessions.remoteAddr'),
|
key: this.$t('sessions.remoteAddr'),
|
||||||
|
Loading…
Reference in New Issue
Block a user