From 0ee8d7e7c06c3eaf2662039ce810f6758903c6e5 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 7 Sep 2022 11:49:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20npm=20=3D=E3=80=8B?= =?UTF-8?q?=20=E6=80=BB=E6=B5=81=E9=87=8F=E6=8A=98=E7=BA=BF=E5=9B=BE?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts2/charts/npm/NpmTrafficLine.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/charts2/charts/npm/NpmTrafficLine.vue b/src/views/charts2/charts/npm/NpmTrafficLine.vue index 6fd47c95..aa49206d 100644 --- a/src/views/charts2/charts/npm/NpmTrafficLine.vue +++ b/src/views/charts2/charts/npm/NpmTrafficLine.vue @@ -13,7 +13,7 @@ :popper-append-to-body="false" @change="metricChange" > - + @@ -86,23 +86,23 @@ export default { }, { value: 'establishLatencyMs', - label: 'networkAppPerformance.tcpConnectionEstablishLatency' + label: this.$t('networkAppPerformance.tcpConnectionEstablishLatency') }, { value: 'httpResponseLatency', - label: 'networkAppPerformance.httpResponse' + label: this.$t('networkAppPerformance.httpResponse') }, { value: 'sslConLatency', - label: 'networkAppPerformance.sslResponseLatency' + label: this.$t('networkAppPerformance.sslResponseLatency') }, { value: 'tcpLostlenPercent', - label: 'networkAppPerformance.packetLoss' + label: this.$t('networkAppPerformance.packetLoss') }, { value: 'pktRetransPercent', - label: 'overall.packetRetrans' + label: this.$t('overall.packetRetrans') } ], npmShowType: 'Bits/s'