feat:alertMessage 添加 Trouble shooting按钮

This commit is contained in:
zhangyu
2021-09-09 16:00:37 +08:00
parent 60099d66ac
commit d75ae40c19
6 changed files with 219 additions and 10 deletions

View File

@@ -245,6 +245,10 @@ export default {
},
closeDialog () {
this.silenceBoxShow = false
},
showText (row) {
this.dialogShowText = true
this.dialogText = row.alertRule.trbShot
}
},
watch: {