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');