fix:ping trace 样式调整

This commit is contained in:
zhangyu
2022-05-30 11:19:51 +08:00
parent f0c71ac20f
commit aac24a168e
8 changed files with 29 additions and 29 deletions

View File

@@ -131,6 +131,9 @@ export default {
}
this.$set(item, 'alertNumtooltipShow', flag)
}
},
rowKey (row) { // ping trace的 唯一key
return row.ip + '-' + row.dc.id
}
},
watch: {