perf: 优化历史会话列表显示

This commit is contained in:
“huailei000”
2023-02-13 16:38:43 +08:00
committed by Jiangjie.Bai
parent f8c74c21b9
commit 5d8e623e1e

View File

@@ -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'),