From e2a8ad9678fe870b534ede9a36eb391faa430b0f Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Thu, 7 Apr 2022 10:19:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20dns=E5=8A=A0=E5=AF=86=20=E5=8D=A0?= =?UTF-8?q?=E6=AF=94=20=E5=9B=BD=E9=99=85=E5=8C=96=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts/charts/ChartSingleValue.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/charts/charts/ChartSingleValue.vue b/src/views/charts/charts/ChartSingleValue.vue index 3006e5da..7e31c6f3 100644 --- a/src/views/charts/charts/ChartSingleValue.vue +++ b/src/views/charts/charts/ChartSingleValue.vue @@ -179,7 +179,7 @@ {{ $_.get(chartData, 'count', '-') }}
- 占比{{ $_.get(chartData, 'percent', '-') }}% + {{$t('protocol.proportion')}}{{ $_.get(chartData, 'percent', '-') }}%
@@ -203,7 +203,7 @@
{{$t('protocol.requestVolume')}}
{{unitConvert($_.get(chartData, 'bytes'), chartInfo.params.unitType).join(' ')}}
-
占比  {{unitConvert($_.get(chartData, 'bytesPercent') * 100, unitTypes.percent).join('')}}
+
{{$t('protocol.proportion')}}  {{unitConvert($_.get(chartData, 'bytesPercent') * 100, unitTypes.percent).join('')}}
@@ -213,7 +213,7 @@
{{$t('protocol.totalFlow')}}
{{unitConvert($_.get(chartData, 'count'), chartInfo.params.unitType).join(' ')}}
-
占比  {{ unitConvert($_.get(chartData, 'countPercent') * 100, unitTypes.percent).join('')}}
+
{{$t('protocol.proportion')}}  {{ unitConvert($_.get(chartData, 'countPercent') * 100, unitTypes.percent).join('')}}