From 5ce82e474a19a31046dfb655e5eb89f46a9a6646 Mon Sep 17 00:00:00 2001 From: junjun Date: Thu, 28 Jul 2022 17:24:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=A7=86=E5=9B=BE):=20=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=95=B0=E5=AD=97=E6=AE=B5=E4=B8=8D=E5=BA=94=E6=9C=89?= =?UTF-8?q?=E5=8E=BB=E9=87=8D=E8=AE=A1=E6=95=B0=E8=81=9A=E5=90=88=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/drag-item/QuotaExtItem.vue | 2 +- frontend/src/views/chart/components/drag-item/QuotaItem.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue b/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue index 28911cc2d3..2e5f75b78b 100644 --- a/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue +++ b/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue @@ -57,7 +57,7 @@ {{ $t('chart.stddev_pop') }} {{ $t('chart.var_pop') }} {{ $t('chart.count') }} - {{ $t('chart.count_distinct') }} + {{ $t('chart.count_distinct') }} diff --git a/frontend/src/views/chart/components/drag-item/QuotaItem.vue b/frontend/src/views/chart/components/drag-item/QuotaItem.vue index 78c78dad68..a728c41dd1 100644 --- a/frontend/src/views/chart/components/drag-item/QuotaItem.vue +++ b/frontend/src/views/chart/components/drag-item/QuotaItem.vue @@ -57,7 +57,7 @@ {{ $t('chart.stddev_pop') }} {{ $t('chart.var_pop') }} {{ $t('chart.count') }} - {{ $t('chart.count_distinct') }} + {{ $t('chart.count_distinct') }}