From c5fc29a498fac538aad71fd2a635f07403573f58 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 18 Oct 2022 11:12:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E7=BB=9F=E8=AE=A1-=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E6=95=B0=EF=BC=9A=E9=87=91=E5=AD=97=E5=A1=94=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/abilityStatistics/components/ResourceAggregation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index e0d3f8d4..ad7f1428 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -318,7 +318,7 @@ //来源部门漏斗图 const funnelPlot = (dataList) => { // 排序 - let arrCopy = ['0-5', '5-10', '10-15', '15-20', '20以上'] + let arrCopy = ['1-5', '5-10', '10-15', '15-20', '20以上'] // 真实数据 dataList.sort((a, b) => { return Number(a.value) - Number(b.value)