diff --git a/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx b/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx index c2ec50b..723a17e 100644 --- a/src/pages/DataAnalysisPrediction/EquipmentAly/EquipmentRunningStat/loadable.jsx +++ b/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 }); }} diff --git a/src/pages/DataAnalysisPrediction/ParkingOverview/index.scss b/src/pages/DataAnalysisPrediction/ParkingOverview/index.scss index a4587d0..fb2dd46 100644 --- a/src/pages/DataAnalysisPrediction/ParkingOverview/index.scss +++ b/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 { diff --git a/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx b/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx index cee14b0..63195ce 100644 --- a/src/pages/DataAnalysisPrediction/ParkingOverview/loadable.jsx +++ b/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) {