diff --git a/src/views/sound/function/collect/index.vue b/src/views/sound/function/collect/index.vue index 60ffdc6..e2fb0aa 100644 --- a/src/views/sound/function/collect/index.vue +++ b/src/views/sound/function/collect/index.vue @@ -159,9 +159,9 @@ export default { const reportDate = aoa[1][0].replace(/[^\d]+/g, "-"); const functionNoiseList = aoa.filter((item) => { - return item.length >= 35 && item[0] != "行政区划代码"; + return item.length >= 28 && typeof item[0] != "string"; }); - + // 解析成对象数组 const billName = aoa[0][0]; const billData = utils.toAreaObjData(functionNoiseList); diff --git a/src/views/sound/function/collect/noise-bill.vue b/src/views/sound/function/collect/noise-bill.vue index f9f0fa9..ce8090c 100644 --- a/src/views/sound/function/collect/noise-bill.vue +++ b/src/views/sound/function/collect/noise-bill.vue @@ -7,6 +7,13 @@ + + + + 市级 + 县级 + + 已审核 diff --git a/src/views/sound/function/collect/noise.vue b/src/views/sound/function/collect/noise.vue index 3511079..29c12d8 100644 --- a/src/views/sound/function/collect/noise.vue +++ b/src/views/sound/function/collect/noise.vue @@ -202,6 +202,16 @@ allow-clear /> + + + + + @@ -222,6 +232,15 @@ /> + + + + +