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