fix: 去除排序

This commit is contained in:
@changcode
2021-07-07 14:49:51 +08:00
parent 8a6da26217
commit 1bb2c111bd

View File

@@ -232,30 +232,26 @@ export default {
label: 'ID', label: 'ID',
prop: 'id', prop: 'id',
show: true, show: true,
width: 160, width: 160
sortable: 'custom'
},{ },{
label: this.$t('alert.alertName'), label: this.$t('alert.alertName'),
prop: 'alertRule', prop: 'alertRule',
show: true, show: true
}, { }, {
label: this.$t('alert.list.labels'), label: this.$t('alert.list.labels'),
prop: 'labels', prop: 'labels',
show: true, show: true,
NotSet: true, NotSet: true,
minWidth: 250, minWidth: 250
sortable: 'custom'
}, { }, {
label: this.$t('alert.severity'), label: this.$t('alert.severity'),
prop: 'severityId', prop: 'severityId',
show: true, show: true,
width: 110, width: 110
sortable: 'custom'
}, { }, {
label: this.$t('alert.summary'), label: this.$t('alert.summary'),
prop: 'summary', prop: 'summary',
show: true, show: true
minWidth: 200
}, { }, {
label: this.$t('overall.remark'), label: this.$t('overall.remark'),
prop: 'description', prop: 'description',
@@ -270,8 +266,7 @@ export default {
label: this.$t('alert.startAt'), label: this.$t('alert.startAt'),
prop: 'startAt', prop: 'startAt',
show: true, show: true,
width: 150, width: 150
sortable: 'custom'
}, { }, {
label: this.$t('config.terminallog.duration'), label: this.$t('config.terminallog.duration'),
prop: 'duration', prop: 'duration',