名詞定義: 恢復原本的內容(總發電金額)
This commit is contained in:
parent
01bc1845a5
commit
a178d4bb1b
@ -311,16 +311,16 @@
|
|||||||
|
|
||||||
if (stationOverview.solarType == 0) {
|
if (stationOverview.solarType == 0) {
|
||||||
$("#money-card-title").html("發電金額");
|
$("#money-card-title").html("發電金額");
|
||||||
$("#money-card-subtitle-total").html("總計");
|
$("#money-card-subtitle-total").html("總發電金額");
|
||||||
$("#money-card-subtitle-avg").html("今日");
|
$("#money-card-subtitle-avg").html("今日發電金額");
|
||||||
} else if (stationOverview.solarType == 1) {
|
} else if (stationOverview.solarType == 1) {
|
||||||
$("#money-card-title").html("租金收入");
|
$("#money-card-title").html("租金收入");
|
||||||
$("#money-card-subtitle-total").html("總計");
|
$("#money-card-subtitle-total").html("總租金收入");
|
||||||
$("#money-card-subtitle-avg").html("今日");
|
$("#money-card-subtitle-avg").html("今日租金收入");
|
||||||
} else {
|
} else {
|
||||||
$("#money-card-title").html("省電費用");
|
$("#money-card-title").html("省電費用");
|
||||||
$("#money-card-subtitle-total").html("總計");
|
$("#money-card-subtitle-total").html("總省電費用");
|
||||||
$("#money-card-subtitle-avg").html("今日");
|
$("#money-card-subtitle-avg").html("今日省電費用");
|
||||||
}
|
}
|
||||||
hideLoading();
|
hideLoading();
|
||||||
}, 'json');
|
}, 'json');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user