|
|
@ -56,7 +56,8 @@ const Build = (props) => { |
|
|
|
let t1 = Object.values(buildingnumber?.townRoad || {}) |
|
|
|
|
|
|
|
let totalgongli = t1.length!==0 ? t1.reduce((x,y)=>x+y.mileage,0):0 //乡镇道路占比总公里数
|
|
|
|
let totalcount = t1.length !==0 ? t1.reduce((x,y)=>x+y.roadCount,0):0 //乡镇道路占比公路总条数
|
|
|
|
// let totalcount = t1.length !==0 ? t1.reduce((x,y)=>x+y.roadCount,0):0 //乡镇道路占比公路总条数
|
|
|
|
let totalcount = buildingnumber?.buildedRoad || 0 |
|
|
|
|
|
|
|
// let sungongli = alltype.reduce((x,y)=>x+y.value,0)
|
|
|
|
|
|
|
@ -143,7 +144,7 @@ const Build = (props) => { |
|
|
|
</div>:<NoData/>} |
|
|
|
</div> |
|
|
|
</Module> |
|
|
|
<Module title={"各乡镇道路分布统计"} style={{ width: "100%", |
|
|
|
<Module title={"各乡镇已建道路分布统计"} style={{ width: "100%", |
|
|
|
height:" 33%",marginTop:'3%' |
|
|
|
}} customize = {true}> |
|
|
|
{ totalcount && totalcount!==0?<div className='build-left-center'> |
|
|
|