NEZ-1165 fix;alert rule 评估日志列表不需要 字段排序

This commit is contained in:
zhangyu
2021-11-03 09:14:08 +08:00
parent d8321f4df3
commit 08817f726f

View File

@@ -89,19 +89,16 @@ export default {
prop: 'state',
show: true,
minWidth: 100,
sortable: 'custom'
}, {
label: this.$t('alert.alertRuleMessage'),
prop: 'msg',
show: true,
minWidth: 100,
sortable: 'custom'
}, {
label: this.$t('alert.silence.startTime'),
prop: 'stts',
show: true,
minWidth: 300,
sortable: 'custom'
}, {
label: this.$t('config.terminallog.duration'),
prop: 'duration',