From c25b0e12c0e409f62c03a9c0d040aea483867678 Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Mon, 4 Jul 2022 18:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=86=E8=AE=8A=E5=99=A8=E4=BA=A4=E5=8F=89?= =?UTF-8?q?=E5=88=86=E6=9E=90-=E5=A0=B1=E8=A1=A8=E5=91=88=E7=8F=BE=20?= =?UTF-8?q?=E5=8E=9F=E6=AC=84=E4=BD=8D=E4=B8=AD=E6=97=A5=E7=85=A7=E8=A8=88?= =?UTF-8?q?=E9=81=B8=E9=A0=85=E6=94=B9=E6=88=90=E7=B4=AF=E7=A9=8D=E6=97=A5?= =?UTF-8?q?=E7=85=A7=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Views/AnalysisInverter/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SolarPower/Views/AnalysisInverter/Index.cshtml b/SolarPower/Views/AnalysisInverter/Index.cshtml index efb5c7e..b18e707 100644 --- a/SolarPower/Views/AnalysisInverter/Index.cshtml +++ b/SolarPower/Views/AnalysisInverter/Index.cshtml @@ -157,7 +157,7 @@ var default_compare_col = []; var current_compare_col = []; var Single_day_compare_col = [ - { key: "Irradiance", title: "日照度", default: true }, + { key: "Irradiance", title: "累積日照量", default: true }, { key: "DCKW", title: "直流功率 (KW)", default: false }, { key: "ACKW", title: "輸出功率 (KW)", default: true }, { key: "DC1V", title: "直流電壓1 (V)", default: false }, @@ -189,7 +189,7 @@ { key: "RA5", title: "RA5 (%)", default: false } ] var Range_compare_col = [ - { key: "Irradiance", title: "日照度", default: true }, + { key: "Irradiance", title: "累積日照量", default: true }, { key: "KWH", title: "KWH", default: true }, { key: "TodayKWH", title: "TodayKWH", default: false }, { key: "TotalKWH", title: "TotalKWH", default: false },