歷史資料(更
This commit is contained in:
parent
5abf511256
commit
afa81d62c5
@ -2426,6 +2426,7 @@
|
|||||||
|
|
||||||
function getTable()
|
function getTable()
|
||||||
{
|
{
|
||||||
|
$('#all').hide();
|
||||||
if (historyRange == "")
|
if (historyRange == "")
|
||||||
{
|
{
|
||||||
var today = new Date();
|
var today = new Date();
|
||||||
@ -2793,6 +2794,7 @@
|
|||||||
'<td>' + tempALL.toFixed(2) + '</td>' +
|
'<td>' + tempALL.toFixed(2) + '</td>' +
|
||||||
'</tr>');
|
'</tr>');
|
||||||
}
|
}
|
||||||
|
$('#all').show();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -50,8 +50,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="all">
|
||||||
|
|
||||||
<div class="row mb-5">
|
<div class="row mb-5">
|
||||||
<div class="card p-3 w-100">
|
<div class="card p-3 w-100">
|
||||||
<h5 class="font-weight-bold mb-3 pl-5 pb-3">總結</h5>
|
<h5 class="font-weight-bold mb-3 pl-5 pb-3">總結</h5>
|
||||||
@ -84,7 +83,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>時間</th>
|
<th>時間</th>
|
||||||
<th>發電量(kWh)</th>
|
<th>發電量(kWh)</th>
|
||||||
<th>有效日照時數</th>
|
<th>有效發電小時</th>
|
||||||
<th>日照度(W/m2)</th>
|
<th>日照度(W/m2)</th>
|
||||||
<th>PR(%)</th>
|
<th>PR(%)</th>
|
||||||
<th>溫度(℃)</th>
|
<th>溫度(℃)</th>
|
||||||
@ -95,3 +94,5 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user