fix:修改 alertMessage 默认时间为7天 隐藏lastAt

This commit is contained in:
zhangyu
2022-03-09 18:59:29 +08:00
parent 6dff393cde
commit 2e7d217f0e
3 changed files with 13 additions and 11 deletions

View File

@@ -227,16 +227,18 @@ export default {
}, {
label: this.$t('alert.startAt'),
prop: 'startAt',
show: false,
width: 150,
sortable: 'custom'
}, {
label: this.$t('alert.lastAt'),
prop: 'lastAt',
show: true,
width: 150,
sortable: 'custom'
}, {
},
// {
// label: this.$t('alert.lastAt'),
// prop: 'lastAt',
// show: true,
// width: 150,
// sortable: 'custom'
// },
{
label: this.$t('config.terminallog.duration'),
prop: 'duration',
show: true,