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) 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 }} + +