From b9f5567faf40aec77d492e74143ba7e00c609a0c Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Tue, 26 Jul 2022 11:44:11 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E6=97=A5=E7=85=A7=E5=BA=A6=E5=96=AE?= =?UTF-8?q?=E4=BD=8D=E4=BF=AE=E6=AD=A3=E7=82=BAW/m2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Views/AnalysisStationCombine/Index.cshtml | 4 ++-- SolarPower/Views/MapOverview/Index.cshtml | 4 ++-- SolarPower/Views/StationOverview/StationOverviewInfo.cshtml | 4 ++-- SolarPower/Views/StationOverview/_UpToDate.cshtml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SolarPower/Views/AnalysisStationCombine/Index.cshtml b/SolarPower/Views/AnalysisStationCombine/Index.cshtml index ac0ffaa..8814ac5 100644 --- a/SolarPower/Views/AnalysisStationCombine/Index.cshtml +++ b/SolarPower/Views/AnalysisStationCombine/Index.cshtml @@ -118,7 +118,7 @@

日照度

-
k W/m2
+
W/m2
@@ -542,7 +542,7 @@ data: listtemperature },{ type: 'line', - label: '日照度(kWh/㎡)', + label: '日照度(W/㎡)', borderColor: 'rgb(190, 45, 45)', pointBackgroundColor: 'rgb(190, 45, 45)', pointBorderColor: 'rgb(190, 45, 45)', diff --git a/SolarPower/Views/MapOverview/Index.cshtml b/SolarPower/Views/MapOverview/Index.cshtml index 561fba2..3c9d9f1 100644 --- a/SolarPower/Views/MapOverview/Index.cshtml +++ b/SolarPower/Views/MapOverview/Index.cshtml @@ -36,7 +36,7 @@

日照度

-
k W/m2
+
W/m2
@@ -346,7 +346,7 @@ '
' + '
' + '
今日發電量(kW h):' + item.today_kWh.toFixed(2) + '
'+ - '
今日日照度(k W/m2):' + item.today_irradiance + '
'+ + '
今日日照度(W/m2):' + item.today_irradiance + '
'+ '
日均發電度數(kwh/kwp):' + item.today_kwhkwp.toFixed(2) + '
' + '
裝置容量(kWp):' + item.generatingCapacity.toFixed(3) + '
' + '
掛錶日期:' + item.electricityMeterAt + '
' + diff --git a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml index e8105ea..ecc43bb 100644 --- a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml +++ b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml @@ -2777,7 +2777,7 @@ showEmpty: false }, { title: { - text: "kWh/㎡" + text: "W/㎡" }, id: "B", opposite: true, @@ -2814,7 +2814,7 @@ zIndex: 4 }, { type: 'spline', - name: "日照度(kWh/㎡)", + name: "日照度(W/㎡)", data: listirradiance, yAxis: "B", color: "rgb(190, 45, 45)", diff --git a/SolarPower/Views/StationOverview/_UpToDate.cshtml b/SolarPower/Views/StationOverview/_UpToDate.cshtml index b645fc6..4f61d52 100644 --- a/SolarPower/Views/StationOverview/_UpToDate.cshtml +++ b/SolarPower/Views/StationOverview/_UpToDate.cshtml @@ -35,7 +35,7 @@

日照度

-
k W/m2
+
W/m2