fix:修改alert rule methods receiver 的显示

This commit is contained in:
zhangyu
2021-05-11 19:43:59 +08:00
parent e44a7bcc5d
commit d1fa2284a9
3 changed files with 45 additions and 13 deletions

View File

@@ -94,10 +94,6 @@ export default {
sortable: 'custom'
},
{
label: this.$t('alert.method'),
prop: 'method',
show: true,
}, {
label: this.$t('alert.config.expr'),
prop: 'expr',
show: true
@@ -135,7 +131,12 @@ export default {
}, {
label: this.$t('alert.config.receiver'),
prop: 'receivers',
show: true
show: false
},
{
label: this.$t('alert.notify'),
prop: 'method',
show: false
}
]
}