NEZ-771 fix: 修复图表错位问题

This commit is contained in:
@changcode
2021-07-22 10:00:29 +08:00
parent 50bf0123fe
commit 5dc9b7571c
13 changed files with 41 additions and 22 deletions

View File

@@ -99,36 +99,44 @@ export default {
label: this.$t('alert.alertName'),
prop: 'name',
show: true,
minWidth: 200,
sortable: 'custom'
},
{
label: this.$t('alert.config.expr'),
prop: 'expr',
minWidth: 200,
show: true
}, {
label: this.$t('alert.config.operator'),
prop: 'operator',
minWidth: 100,
show: true
}, {
label: this.$t('alert.config.threshold'),
prop: 'threshold',
minWidth: 100,
show: true
}, {
label: this.$t('alert.config.for'),
prop: 'last',
minWidth: 100,
show: true
}, {
label: this.$t('alert.severity'),
prop: 'severity',
show: true,
minWidth: 100,
sortable: 'custom'
}, {
label: this.$t('alert.summary'),
prop: 'summary',
minWidth: 200,
show: true
}, {
label: this.$t('overall.remark'),
prop: 'description',
minWidth: 200,
show: true
}, {
label: this.$t('alert.alert'),