Browse Source

fix(): 解决大屏位置问题

tags/PMS_Frontend_v1.0.5-develop
chenqiang 1 year ago
parent
commit
c6fe9eed85
  1. 2
      src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx
  2. 4
      src/pages/DataAnalysisPrediction/ParkingOverview/index.scss
  3. 16
      src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx

2
src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx

@ -701,7 +701,7 @@ function ExceptionParkReport() {
Data?.total && setOpen(true);
tipForm.setFieldsValue({
filename: moment().format("YYYY-MM-DD"),
filename: "设备运行统计-" + moment().format("YYYY-MM-DD"),
});
// setFormDatas({ ...FormData });
}}

4
src/pages/DataAnalysisPrediction/ParkingOverview/index.scss

@ -386,8 +386,8 @@ $color-primary : var(--color-primary);
width: 30px;
height: 30px;
position: absolute;
top: 70px;
right: 390px;
top: 20px;
right: 30px;
cursor: pointer;
.anticon {

16
src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx

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

Loading…
Cancel
Save