NEZ-1165 fix;alert rule 评估日志列表不需要 字段排序
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user