From 311cdfc5f77ea8932bf08f3a99c7786a1435d3f6 Mon Sep 17 00:00:00 2001 From: gtz <535262213@qq.com> Date: Wed, 24 Apr 2024 17:02:20 +0800 Subject: [PATCH] 1' --- .../Modules/EnergyCostAnalysis/Energy/index.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Modules/EnergyCostAnalysis/Energy/index.jsx b/src/components/Modules/EnergyCostAnalysis/Energy/index.jsx index 97564e5..9751f92 100644 --- a/src/components/Modules/EnergyCostAnalysis/Energy/index.jsx +++ b/src/components/Modules/EnergyCostAnalysis/Energy/index.jsx @@ -146,13 +146,13 @@ function Energy(props) { - 水耗量/Km³(昨日) + 水耗量(昨日)/Km³ {(+energyInfo?.waterQty)?.toFixed(2) || 0} - 天然气I/Nm³(累计) + 天然气I(累计)/Nm³ {energyInfo?.ngQty1?.replace("Nm³", "") || "0Nm³"} @@ -160,7 +160,7 @@ function Energy(props) { - 电耗量/kWh(昨日) + 电耗量(昨日)/kWh {(+energyInfo?.elecQty2)?.toFixed(2) || 0} @@ -168,7 +168,7 @@ function Energy(props) { - 天然气II/Nm³(累计) + 天然气II(累计)/Nm³ {energyInfo?.ngQty2?.replace("Nm³", "") || "0Nm³"}