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