即時資訊-名詞定義: 修改總發電金額(卡片內容)

This commit is contained in:
wanling040@gmail.com 2022-08-04 20:24:13 +08:00
parent 8fa15f190d
commit b053f20bbe

View File

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