mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 23:59:22 +00:00
perf: 优化历史会话列表显示
This commit is contained in:
committed by
Jiangjie.Bai
parent
f8c74c21b9
commit
5d8e623e1e
@@ -69,6 +69,7 @@ export default {
|
||||
}
|
||||
},
|
||||
is_finished: {
|
||||
width: '86px',
|
||||
formatterArgs: {
|
||||
showFalse: false
|
||||
}
|
||||
@@ -98,10 +99,10 @@ export default {
|
||||
formatter: null
|
||||
},
|
||||
date_start: {
|
||||
width: '100px'
|
||||
width: '150px'
|
||||
},
|
||||
date_end: {
|
||||
width: '100px'
|
||||
width: '150px'
|
||||
},
|
||||
duration: {
|
||||
label: this.$t('sessions.duration'),
|
||||
|
Reference in New Issue
Block a user