新增創建時間

This commit is contained in:
b110212000 2021-08-25 13:55:26 +08:00
parent 79cacfe612
commit 6688649c8b
4 changed files with 13 additions and 4 deletions

View File

@ -97,6 +97,7 @@
<th>本次作業預計</th>
<th>檔案</th>
<th>完成時間</th>
<th>創建時間</th>
@if (ViewBag.myUser.Role.Layer != (int)RoleLayerEnum.CompanyUser)
{
<th>功能</th>
@ -390,7 +391,7 @@
"info": true,
"autoWidth": false,
"responsive": true,
@*"order": [[5, "desc"]],*@
"order": [[10, "desc"]],
"columns": [{
"data": "powerStationName"
}, {
@ -409,6 +410,8 @@
"data": "recodeFiles"
}, {
"data": "finishTime"
},{
"data": "createdAt"
}, {
"data": null,
"defaultContent": '<button class="btn btn-danger del-btn">刪除</button>'
@ -1144,11 +1147,9 @@
function Search() {
Searchtype = true;
AllidsType = false;
AllpoweridsType = false;
Allcity2();
//operationRecodeTable.ajax.reload();
}
</script>
}

View File

@ -271,7 +271,11 @@
<th class="bg-info-100" style="width: 6.66%">總售電收入(NT$)</th>
<th class="bg-success-100" style="width: 6.66%">總發電量(度數)</th>
<th class="bg-success-100" style="width: 6.66%">總售電收入(NT$)</th>
<th class="bg-primary-50" colspan="5">平均發電度數明細<br>(/kW/日)</th>
<th class="bg-primary-50" style="width: 6.66%">CBA每KW平均發電度數</th>
<th class="bg-primary-50" style="width: 6.66%">監控系統每KW平均發電度數</th>
<th class="bg-primary-50" style="width: 6.66%">每KW平均發電度數比較(CBA vs 監控系統)</th>
<th class="bg-primary-50" style="width: 6.66%">實際售電收入每KW品駿發電度數</th>
<th class="bg-primary-50" style="width: 6.66%">每KW平均發電度數比較(CBA vs 實際售電收入)</th>
</tr>
</thead>
<tbody id="asbody">

View File

@ -827,6 +827,7 @@
"info": true,
"autoWidth": false,
"responsive": true,
"order": [[9, "desc"]],
"columns": [{
"data": "powerStationName"
}, {
@ -845,6 +846,8 @@
"data": "recodeFiles"
}, {
"data": "finishTime"
}, {
"data": "createdAt"
}],
"columnDefs": [{
'targets': 7,

View File

@ -36,6 +36,7 @@
<th>本次作業預計</th>
<th>照片</th>
<th>完成時間</th>
<th>創建時間</th>
</tr>
</thead>
<tbody>