From a4ec946bd313761aee3f641c648643839a857d96 Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Fri, 12 Aug 2022 16:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A0=B1=E8=A1=A8=E6=9F=A5=E8=A9=A2-=E6=9C=88?= =?UTF-8?q?=E5=A0=B1=E8=A1=A8:=20=E4=BF=AE=E6=AD=A3=E6=97=A5=E5=9D=87?= =?UTF-8?q?=E7=99=BC=E9=9B=BB=E5=BA=A6=E6=95=B8=E7=9A=84=E5=85=AC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Views/StationReport/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SolarPower/Views/StationReport/Index.cshtml b/SolarPower/Views/StationReport/Index.cshtml index 6159fb9..7cdfc14 100644 --- a/SolarPower/Views/StationReport/Index.cshtml +++ b/SolarPower/Views/StationReport/Index.cshtml @@ -1163,7 +1163,7 @@ } else { /*stb += "" + (avghour / monthday).toFixed(2) + "";*/ - stb += "" + toThousands((monthKWH / GeneratingCapacity).toFixed(2)) + ""; + stb += "" + toThousands((monthKWH / GeneratingCapacity / monthday).toFixed(2)) + ""; stb += "" + toThousands((monthKWH / monthday).toFixed(2)) + ""; stb += "" + toThousands(monthKWH.toFixed(2)) + ""; stb += "" + toThousands(GeneratingCapacity.toFixed(2)) + "";