NEZ-1740 feat:告警列 最近告警柱形图 根据 告警数量显示不同高度

This commit is contained in:
zhangyu
2022-03-28 12:30:51 +08:00
parent 0132be7c1f
commit c42ddd6e24
11 changed files with 12 additions and 12 deletions

View File

@@ -228,7 +228,7 @@ export default {
label: this.$t('alert.alert'),
prop: 'alertNum',
show: true,
minWidth: 170,
width: 120,
sortable: 'custom'
}, {
label: this.$t('alert.config.receiver'),

View File

@@ -253,7 +253,7 @@ export default {
label: this.$t('asset.alertNum'),
prop: 'alertNum',
show: true,
minWidth: 170,
width: 120,
sortable: 'custom'
}, {
label: this.$t('asset.endpointNum2'),

View File

@@ -173,7 +173,7 @@ export default {
}, {
label: this.$t('config.dc.alert'),
prop: 'alertNum',
minWidth: 170,
width: 120,
show: true
}, {
label: this.$t('asset.tel'),

View File

@@ -147,7 +147,7 @@ export default {
label: this.$t('project.module.alerts'),
prop: 'alertNum',
show: true,
width: 170,
width: 120,
sortable: 'custom'
},
{

View File

@@ -148,7 +148,7 @@ export default {
label: this.$t('project.endpoint.alerts'),
prop: 'alertNum',
show: true,
width: 170,
width: 120,
sortable: 'custom'
}
]