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³"}