|
@ -290,13 +290,15 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
img: Lfc, |
|
|
img: Lfc, |
|
|
status: "%", |
|
|
status: "%", |
|
|
other: true, |
|
|
other: true, |
|
|
|
|
|
tod: true, |
|
|
url: "/dataAlyPrediction/parkUsageAly", |
|
|
url: "/dataAlyPrediction/parkUsageAly", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
text: "出入场流率", |
|
|
|
|
|
|
|
|
text: "昨日出入场流率", |
|
|
value: "flowrate", |
|
|
value: "flowrate", |
|
|
img: Lfc, |
|
|
img: Lfc, |
|
|
status: "%", |
|
|
status: "%", |
|
|
|
|
|
tod: true, |
|
|
other: true, |
|
|
other: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -305,6 +307,7 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
img: Lff, |
|
|
img: Lff, |
|
|
status: "次", |
|
|
status: "次", |
|
|
other: true, |
|
|
other: true, |
|
|
|
|
|
tod: true, |
|
|
url: "/dataAlyPrediction/parkTurnoverAly", |
|
|
url: "/dataAlyPrediction/parkTurnoverAly", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -348,6 +351,7 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
value: "usage", |
|
|
value: "usage", |
|
|
img: Lfc, |
|
|
img: Lfc, |
|
|
status: "%", |
|
|
status: "%", |
|
|
|
|
|
tod: true, |
|
|
other: true, |
|
|
other: true, |
|
|
url: "/dataAlyPrediction/parkUsageAly", |
|
|
url: "/dataAlyPrediction/parkUsageAly", |
|
|
}, |
|
|
}, |
|
@ -356,6 +360,7 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
value: "flowrate", |
|
|
value: "flowrate", |
|
|
img: Lfb, |
|
|
img: Lfb, |
|
|
status: "%", |
|
|
status: "%", |
|
|
|
|
|
tod: true, |
|
|
other: true, |
|
|
other: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -363,6 +368,7 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
value: "turnoverRate", |
|
|
value: "turnoverRate", |
|
|
img: Lff, |
|
|
img: Lff, |
|
|
status: "次", |
|
|
status: "次", |
|
|
|
|
|
tod: true, |
|
|
other: true, |
|
|
other: true, |
|
|
url: "/dataAlyPrediction/parkTurnoverAly", |
|
|
url: "/dataAlyPrediction/parkTurnoverAly", |
|
|
}, |
|
|
}, |
|
@ -1548,9 +1554,9 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
<div |
|
|
<div |
|
|
className="r_xld" |
|
|
className="r_xld" |
|
|
onClick={() => { |
|
|
onClick={() => { |
|
|
if (qfdata.length) { |
|
|
|
|
|
setQf(true); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// if (qfdata.length) { |
|
|
|
|
|
setQf(true); |
|
|
|
|
|
// } |
|
|
}} |
|
|
}} |
|
|
> |
|
|
> |
|
|
<BellOutlined /> |
|
|
<BellOutlined /> |
|
@ -1559,7 +1565,7 @@ const ParkingOverview = connect(function mapStateToProps(state) { |
|
|
<div className="right_home"> |
|
|
<div className="right_home"> |
|
|
<div> |
|
|
<div> |
|
|
<div className="pkh_title"> |
|
|
<div className="pkh_title"> |
|
|
{CarRoad[CarShow]?.type == 2 ? "收费员排行Top5" : "车场收入排行"} |
|
|
|
|
|
|
|
|
{CarRoad[CarShow]?.type == 2 ? "收费员排行Top5" : "车场收入排行榜"} |
|
|
</div> |
|
|
</div> |
|
|
{CarRoad[CarShow]?.type == 2 ? ( |
|
|
{CarRoad[CarShow]?.type == 2 ? ( |
|
|
"" |
|
|
"" |
|
|