|
|
@ -74,7 +74,7 @@ const OutRoadOverview = () => { |
|
|
|
data: dates.map((item) => { |
|
|
|
for (const { pay_date, income } of areaData) { |
|
|
|
console.log(pay_date, income); |
|
|
|
if (pay_date === item) return numberFormat(income); |
|
|
|
if (pay_date === item) return income; |
|
|
|
} |
|
|
|
return 0; |
|
|
|
}), |
|
|
@ -446,8 +446,8 @@ const OutRoadOverview = () => { |
|
|
|
</div> |
|
|
|
<div id="body"> |
|
|
|
<div className="left"> |
|
|
|
{/* <div className="revenue-left card" style={{ visibility: displayMapping['13'] ? '' : 'hidden' }}> */} |
|
|
|
<div className="revenue-left card"> |
|
|
|
<div className="revenue-left card" style={{ visibility: displayMapping['13'] ? '' : 'hidden' }}> |
|
|
|
{/* <div className="revenue-left card"> */} |
|
|
|
<div style={{ fontSize: '18px', fontWeight: '800' }}>停车场收入概览</div> |
|
|
|
<ReactEcharts |
|
|
|
option={revenueData} |
|
|
|