From b053f20bbee907d37e10c452da5e72fe200c913e Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Thu, 4 Aug 2022 20:24:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B3=E6=99=82=E8=B3=87=E8=A8=8A-=E5=90=8D?= =?UTF-8?q?=E8=A9=9E=E5=AE=9A=E7=BE=A9:=20=E4=BF=AE=E6=94=B9=E7=B8=BD?= =?UTF-8?q?=E7=99=BC=E9=9B=BB=E9=87=91=E9=A1=8D(=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=85=A7=E5=AE=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StationOverview/StationOverviewInfo.cshtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml index a82b6ec..67d7a0e 100644 --- a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml +++ b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml @@ -311,16 +311,16 @@ if (stationOverview.solarType == 0) { $("#money-card-title").html("發電金額"); - $("#money-card-subtitle-total").html("總發電金額"); - $("#money-card-subtitle-avg").html("今日發電金額"); + $("#money-card-subtitle-total").html("總計"); + $("#money-card-subtitle-avg").html("今日"); } else if (stationOverview.solarType == 1) { $("#money-card-title").html("租金收入"); - $("#money-card-subtitle-total").html("總租金收入"); - $("#money-card-subtitle-avg").html("今日租金收入"); + $("#money-card-subtitle-total").html("總計"); + $("#money-card-subtitle-avg").html("今日"); } else { $("#money-card-title").html("省電費用"); - $("#money-card-subtitle-total").html("總省電費用"); - $("#money-card-subtitle-avg").html("今日省電費用"); + $("#money-card-subtitle-total").html("總計"); + $("#money-card-subtitle-avg").html("今日"); } hideLoading(); }, 'json');