即時資訊-名詞定義: 修改總發電金額(卡片內容)
This commit is contained in:
parent
8fa15f190d
commit
b053f20bbe
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user