-
-
-
- 余热发电
-
-
- {(+energyInfo?.elecQty1)?.toFixed(2) || 0}kWh
-
-
-
-
-
- 水耗量
-
-
- {(+energyInfo?.waterQty)?.toFixed(2) || 0}Km³
-
-
-
-
- 天然气I
-
-
- {energyInfo?.ngQty1 || "0Nm³"}
-
-
-
-
- 电耗量
-
-
- {(+energyInfo?.elecQty2)?.toFixed(2) || 0}kWh
-
-
-
-
- 天然气II
-
-
- {energyInfo?.ngQty2 || "0Nm³"}
-
-
-
-
+
diff --git a/src/components/Common/TodayGood/components/GoodRateChart/index.jsx b/src/components/Common/TodayGood/components/GoodRateChart/index.jsx
index 0488e0a..8581b44 100644
--- a/src/components/Common/TodayGood/components/GoodRateChart/index.jsx
+++ b/src/components/Common/TodayGood/components/GoodRateChart/index.jsx
@@ -28,7 +28,12 @@ const GoodRateChart = (props) => {
setShowMore(val);
}
- const [timestr, setTimestr] = useState("");
+ const [timestr, setTimestr] = useState(
+ dayjs().subtract(1, "day").format("YYYY.MM.DD") +
+ " 7点 - " +
+ dayjs().format("YYYY.MM.DD") +
+ " 7点"
+ );
function handleDateChange(value) {
// e: Event
let v = "day";