fix: 更正国际化码

This commit is contained in:
chenjinsong
2021-10-12 18:17:53 +08:00
parent 25a2da8d4b
commit 05cfaa0f57

View File

@@ -960,7 +960,7 @@ export default {
labelText = this.$t('networkAppPerformance.sslResponse')
} else if (r.sequenceGapLossPercent || r.sequenceGapLossPercent === 0) {
key = 'sequenceGapLossPercent'
labelText = this.$t('networkAppPerformance.packetlossRate')
labelText = this.$t('networkAppPerformance.packetLossRate')
} else if (r.pktRetransPercent || r.pktRetransPercent === 0) {
key = 'pktRetransPercent'
labelText = this.$t('networkAppPerformance.retransmissionRate')