NEZ-871 feat: asset支持talon配置,列表增加talon列

This commit is contained in:
@changcode
2021-07-28 14:12:58 +08:00
parent 60ce814186
commit 79b1b94171
5 changed files with 126 additions and 42 deletions

View File

@@ -138,7 +138,7 @@ export default {
{
label: this.$t('config.terminallog.source'),
prop: 'remoteAddr',
minWidth: 200,
minWidth: 100,
show: true
},
{
@@ -154,7 +154,7 @@ export default {
{
label: this.$t('config.terminallog.startTime'),
prop: 'startTime',
minWidth: 200,
minWidth: 100,
show: true
},
{
@@ -171,7 +171,7 @@ export default {
label: this.$t('config.terminallog.status'), // killusername鼠标悬停形式
prop: 'status',
show: true,
width: 100
width: 150
}
]
}