首页功率横坐标修改 去掉发电量单位万
This commit is contained in:
parent
8401c173aa
commit
adefe40ca4
@ -239,7 +239,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="summarize-panel-base">
|
<div class="summarize-panel-base">
|
||||||
<div><span class="content-number">{{realData.attributeMap.windfarmmonthprodenergy}}</span></div>
|
<div><span class="content-number">{{realData.attributeMap.windfarmmonthprodenergy}}</span></div>
|
||||||
<div><span>万kWh</span></div>
|
<div><span>kWh</span></div>
|
||||||
<div><span>月发电量</span></div>
|
<div><span>月发电量</span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -251,7 +251,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="summarize-panel-base">
|
<div class="summarize-panel-base">
|
||||||
<div><span class="content-number">{{realData.attributeMap.windfarmyearprodenergy}}</span></div>
|
<div><span class="content-number">{{realData.attributeMap.windfarmyearprodenergy}}</span></div>
|
||||||
<div><span>万kWh</span></div>
|
<div><span>kWh</span></div>
|
||||||
<div><span>年发电量</span></div>
|
<div><span>年发电量</span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -263,7 +263,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="summarize-panel-base">
|
<div class="summarize-panel-base">
|
||||||
<div><span class="content-number">{{realData.attributeMap.windfarmtotalprodenergy}}</span></div>
|
<div><span class="content-number">{{realData.attributeMap.windfarmtotalprodenergy}}</span></div>
|
||||||
<div><span>万kWh</span></div>
|
<div><span>kWh</span></div>
|
||||||
<div><span>总发电量</span></div>
|
<div><span>总发电量</span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -565,7 +565,8 @@ const initpowerChart = () => {
|
|||||||
color: '#999999',
|
color: '#999999',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
data: powerChartData.time.WindFarmAvgWindSpeed,
|
data: powerChartData.time.WindFarmAvgWindSpee??powerChartData.time.WindFarmActivePower
|
||||||
|
,
|
||||||
},
|
},
|
||||||
yAxis: [
|
yAxis: [
|
||||||
{
|
{
|
||||||
@ -639,7 +640,7 @@ const initpowerChart = () => {
|
|||||||
{
|
{
|
||||||
name: '全场总有功功率',
|
name: '全场总有功功率',
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
barWidth: 20,
|
//barWidth: 10,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
color: '#00A7EB',
|
color: '#00A7EB',
|
||||||
barBorderRadius: 2
|
barBorderRadius: 2
|
||||||
@ -861,7 +862,6 @@ const getTableData = (deviceCode) => {
|
|||||||
}
|
}
|
||||||
console.log(JSON.stringify(data))
|
console.log(JSON.stringify(data))
|
||||||
getAlarmListReq(data).then((res) => {
|
getAlarmListReq(data).then((res) => {
|
||||||
debugger
|
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
//tableData.value = res.rows
|
//tableData.value = res.rows
|
||||||
tableData.value = res.rows.map((item: any) => {
|
tableData.value = res.rows.map((item: any) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user