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 1/2] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E7=BB=9F=E8=AE=A1-?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E6=95=B0=EF=BC=9A=E9=87=91=E5=AD=97=E5=A1=94?= =?UTF-8?q?=E8=AE=BE=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) From 05964a73e89d9fb0f2e3618f85fb67b98a72c368 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 18 Oct 2022 13:52:44 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E5=B7=B2=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/AbilityToApplyFor.vue | 48 +++++++++++++++++++++- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/front/src/views/home/AbilityToApplyFor.vue b/front/src/views/home/AbilityToApplyFor.vue index 53e5c2ee..eedf7caf 100644 --- a/front/src/views/home/AbilityToApplyFor.vue +++ b/front/src/views/home/AbilityToApplyFor.vue @@ -126,11 +126,17 @@ title="已申请摄像头列表" @ok="videoVisible = false" > + + + {{ item.name }} + +