NEZ-1165 fix;alert rule 评估日志列表不需要 字段排序
This commit is contained in:
@@ -89,19 +89,16 @@ export default {
|
|||||||
prop: 'state',
|
prop: 'state',
|
||||||
show: true,
|
show: true,
|
||||||
minWidth: 100,
|
minWidth: 100,
|
||||||
sortable: 'custom'
|
|
||||||
}, {
|
}, {
|
||||||
label: this.$t('alert.alertRuleMessage'),
|
label: this.$t('alert.alertRuleMessage'),
|
||||||
prop: 'msg',
|
prop: 'msg',
|
||||||
show: true,
|
show: true,
|
||||||
minWidth: 100,
|
minWidth: 100,
|
||||||
sortable: 'custom'
|
|
||||||
}, {
|
}, {
|
||||||
label: this.$t('alert.silence.startTime'),
|
label: this.$t('alert.silence.startTime'),
|
||||||
prop: 'stts',
|
prop: 'stts',
|
||||||
show: true,
|
show: true,
|
||||||
minWidth: 300,
|
minWidth: 300,
|
||||||
sortable: 'custom'
|
|
||||||
}, {
|
}, {
|
||||||
label: this.$t('config.terminallog.duration'),
|
label: this.$t('config.terminallog.duration'),
|
||||||
prop: 'duration',
|
prop: 'duration',
|
||||||
|
|||||||
Reference in New Issue
Block a user