From f114901a2ccd0eae0eb9ede1aa1e5c4e432589a8 Mon Sep 17 00:00:00 2001 From: Kai Date: Thu, 2 Sep 2021 16:23:04 +0800 Subject: [PATCH] =?UTF-8?q?1.=20bug=20fix=202.=20css=20=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/AnalysisStationCombine/Index.cshtml | 24 +++++++------- SolarPower/Views/StationOverview/Index.cshtml | 32 +++++++++---------- .../Views/StationOverview/_UpToDate.cshtml | 24 +++++++------- 3 files changed, 41 insertions(+), 39 deletions(-) diff --git a/SolarPower/Views/AnalysisStationCombine/Index.cshtml b/SolarPower/Views/AnalysisStationCombine/Index.cshtml index dc3444e..60ad5a9 100644 --- a/SolarPower/Views/AnalysisStationCombine/Index.cshtml +++ b/SolarPower/Views/AnalysisStationCombine/Index.cshtml @@ -84,11 +84,11 @@

今日發電量

-

0.00

+

0.00

總發電量

-

0.00

+

0.00

@@ -102,14 +102,14 @@

今日發電金額

-

0.00

+

0.00

總發金額

-

0.00

+

0.00

- + }
@@ -119,11 +119,11 @@

今日有效日照時數

-

0.00

+

0.00

平均有效日照時數

-

0.00

+

0.00

@@ -135,11 +135,11 @@

今日PR值

-

0.00

+

0.00

平均 PR 值

-

0.00

+

0.00

@@ -152,11 +152,11 @@

今日減碳量

-

0.00

+

0.00

總減碳量

-

0.00

+

0.00

@@ -398,6 +398,7 @@ $('#total_kwhkwp').html(rel.data.all_KWH_KWP.toFixed(2)); $('#total_PR').html(rel.data.all_PR.toFixed(2)); $('#total_carbon').html(rel.data.all_Carbon.toFixed(2)); + $('#total_irradiance').html(rel.data.all_Carbon.toFixed(2)); $('#today_kwh').html(rel.data.now_kwh.toFixed(2)); @@ -405,6 +406,7 @@ $('#today_kwhkwp').html(rel.data.now_KWH_KWP.toFixed(2)); $('#today_PR').html(rel.data.now_PR.toFixed(2)); $('#today_carbon').html(rel.data.now_Carbon.toFixed(2)); + $('#today_irradiance').html(rel.data.now_Carbon.toFixed(2)); chart(); }) diff --git a/SolarPower/Views/StationOverview/Index.cshtml b/SolarPower/Views/StationOverview/Index.cshtml index 091756c..26babc6 100644 --- a/SolarPower/Views/StationOverview/Index.cshtml +++ b/SolarPower/Views/StationOverview/Index.cshtml @@ -71,7 +71,7 @@
-
+

發電量

kW h
@@ -79,15 +79,15 @@

今日發電量

-

0.00

+

0.00

累積發電量

-

0.00

+

0.00

-
+

日照度

k W/㎡
@@ -95,15 +95,15 @@

即時平均日照度

-

0.00

+

0.00

平均日照度(30天)

-

0.00

+

0.00

-
+

PR值

%
@@ -111,15 +111,15 @@

即時平均 PR 值

-

0.00

+

0.00

平均 PR 值(30天)

-

0.00

+

0.00

-
+

有效日照時數

hr
@@ -127,15 +127,15 @@

即時平均有效日照時數

-

0.00

+

0.00

平均有效日照時數(30天)

-

0.00

+

0.00

-
+

減碳量

kG
@@ -143,11 +143,11 @@

今日減碳量

-

0.00

+

0.00

累積減碳量

-

0.00

+

0.00

@@ -185,7 +185,7 @@ {
@*

發電金額

*@ -

2,5840 NT

+

0 NT

}
diff --git a/SolarPower/Views/StationOverview/_UpToDate.cshtml b/SolarPower/Views/StationOverview/_UpToDate.cshtml index ae82fa9..41976de 100644 --- a/SolarPower/Views/StationOverview/_UpToDate.cshtml +++ b/SolarPower/Views/StationOverview/_UpToDate.cshtml @@ -8,11 +8,11 @@

今日發電量

-

0.00

+

0.00

累積發電量

-

0.00

+

0.00

@@ -23,12 +23,12 @@
-

總發金額

-

0.00

+

發電金額

+

0.00

-

平均發電金額

-

0.00

+

總發電金額

+

0.00

@@ -40,11 +40,11 @@

即時平均日照度

-

0.00

+

0.00

平均日照度(30天)

-

0.00

+

0.00

@@ -56,11 +56,11 @@

即時平均 PR 值

-

0.00

+

0.00

平均 PR 值(30天)

-

0.00

+

0.00

@@ -72,11 +72,11 @@

即時平均有效日照時數

-

0.00

+

0.00

平均有效日照時數(30天)

-

0.00

+

0.00