名詞定義: 恢復原本的內容(總發電金額)

This commit is contained in:
wanling040@gmail.com 2022-08-04 18:38:14 +08:00
parent 01bc1845a5
commit a178d4bb1b

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