fix:处理 下拉框无法收回的问题 以及 alertRule 校验规则的添加

This commit is contained in:
zhangyu
2021-05-08 11:25:05 +08:00
parent c89e5315e1
commit 3e12acaddb
7 changed files with 53 additions and 17 deletions

View File

@@ -122,12 +122,12 @@ export default {
width: 80,
sortable: 'custom'
}, {
label: 'matchers',
label: 'Matchers',
prop: 'matchers',
show: true,
sortable: 'custom'
}, {
label: 'Start time',
label: this.$t('alert.silence.startTime'),
prop: 'startAt',
show: true,
width: 300,
@@ -143,12 +143,12 @@ export default {
show: true,
width: 120
}, {
label: 'Update time',
label: this.$t('alert.silence.upTime'),
prop: 'utime',
show: true,
width: 120
}, {
label: 'State',
label: this.$t('alert.silence.state'),
prop: 'state',
show: true,
width: 120