From 047659c06a1099b64db83778f470799d1e3d6c47 Mon Sep 17 00:00:00 2001 From: Kai Date: Mon, 4 Oct 2021 10:49:38 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9=20google=20map=20window?= =?UTF-8?q?=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Views/MapOverview/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SolarPower/Views/MapOverview/Index.cshtml b/SolarPower/Views/MapOverview/Index.cshtml index 79aea0f..a8f3d46 100644 --- a/SolarPower/Views/MapOverview/Index.cshtml +++ b/SolarPower/Views/MapOverview/Index.cshtml @@ -278,7 +278,7 @@ '
' + '
' + '
' + - '
今日發電量(kW h):' + item.today_kWh + '
'+ + '
今日發電量(kW h):' + item.today_kWh.toFixed(2) + '
'+ '
即時日照度(k W/m2):' + item.today_irradiance + '
'+ '
有效日照時數(kwh/kwp):' + item.today_kwhkwp.toFixed(2) + '
' + '
裝置容量(kWp):' + item.generatingCapacity.toFixed(3) + '
' +