能力统计-部门数:金字塔设计修改

This commit is contained in:
a0049873 2022-10-18 11:12:01 +08:00
parent 2ebec87514
commit c5fc29a498
1 changed files with 1 additions and 1 deletions

View File

@ -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)