debug: 日照度單位修正為W/m2
This commit is contained in:
parent
fc968f85be
commit
b9f5567faf
@ -118,7 +118,7 @@
|
||||
<div class="card">
|
||||
<div class="card-header bg-fusion-25 pr-3 d-flex align-items-center flex-wrap">
|
||||
<h4 class="mb-0 font-weight-bold"><span class="fal fa-sun mr-1"></span> 日照度</h4>
|
||||
<div class="ml-auto">k W/m<sup>2</sup></div>
|
||||
<div class="ml-auto">W/m<sup>2</sup></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="d-flex justify-content-between">
|
||||
@ -542,7 +542,7 @@
|
||||
data: listtemperature
|
||||
},{
|
||||
type: 'line',
|
||||
label: '日照度(kWh/㎡)',
|
||||
label: '日照度(W/㎡)',
|
||||
borderColor: 'rgb(190, 45, 45)',
|
||||
pointBackgroundColor: 'rgb(190, 45, 45)',
|
||||
pointBorderColor: 'rgb(190, 45, 45)',
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
<div class="card">
|
||||
<div class="card-header bg-fusion-25 py-2 pr-3 d-flex align-items-center flex-wrap">
|
||||
<h4 class="mb-0 font-weight-bold"><span class="fal fa-sun mr-1"></span> 日照度</h4>
|
||||
<div class="ml-auto">k W/m<sup>2</sup></div>
|
||||
<div class="ml-auto">W/m<sup>2</sup></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="d-flex justify-content-between">
|
||||
@ -346,7 +346,7 @@
|
||||
'<div class="row">' +
|
||||
'<div class="col-12">' +
|
||||
'<div>今日發電量(kW h):' + item.today_kWh.toFixed(2) + '</div>'+
|
||||
'<div>今日日照度(k W/m<sup>2</sup>):' + item.today_irradiance + '</div>'+
|
||||
'<div>今日日照度(W/m<sup>2</sup>):' + item.today_irradiance + '</div>'+
|
||||
'<div>日均發電度數(kwh/kwp):' + item.today_kwhkwp.toFixed(2) + '</div>' +
|
||||
'<div>裝置容量(kWp):' + item.generatingCapacity.toFixed(3) + '</div>' +
|
||||
'<div>掛錶日期:' + item.electricityMeterAt + '</div>' +
|
||||
|
||||
@ -2777,7 +2777,7 @@
|
||||
showEmpty: false
|
||||
}, {
|
||||
title: {
|
||||
text: "kWh/㎡"
|
||||
text: "W/㎡"
|
||||
},
|
||||
id: "B",
|
||||
opposite: true,
|
||||
@ -2814,7 +2814,7 @@
|
||||
zIndex: 4
|
||||
}, {
|
||||
type: 'spline',
|
||||
name: "日照度(kWh/㎡)",
|
||||
name: "日照度(W/㎡)",
|
||||
data: listirradiance,
|
||||
yAxis: "B",
|
||||
color: "rgb(190, 45, 45)",
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<div class="card irradiance-card">
|
||||
<div class="card-header bg-fusion-25 py-2 pr-3 d-flex align-items-center flex-wrap">
|
||||
<h4 class="mb-0 font-weight-bold"><span class="fal fa-sun mr-1"></span> 日照度</h4>
|
||||
<div class="ml-auto">k W/m<sup>2</sup></div>
|
||||
<div class="ml-auto">W/m<sup>2</sup></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="d-flex justify-content-between">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user