|
|
|
@ -111,6 +111,8 @@
|
|
|
|
|
{{ item.totalHavePower }}
|
|
|
|
|
</div>
|
|
|
|
|
<div>{{ item.dayEnergy }}</div>
|
|
|
|
|
<div>{{ item.temperature }}</div>
|
|
|
|
|
<div>{{ item.totalEnergy }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -380,6 +382,8 @@
|
|
|
|
|
id: item[`inverterInfoId${index}`],
|
|
|
|
|
state: item[`state${index}`],
|
|
|
|
|
totalHavePower: item[`totalHavePower${index}`],
|
|
|
|
|
temperature: item[`temperature${index}`],
|
|
|
|
|
totalEnergy: item[`totalEnergy${index}`],
|
|
|
|
|
offLineState: cList.every(v => v.electricQuantity <= 0 || v.electricQuantity === END_NUM )
|
|
|
|
|
}
|
|
|
|
|
}).sort((a, b) => a.equipmentName.localeCompare(b.equipmentName, 'zh-CN'))
|
|
|
|
@ -699,7 +703,7 @@
|
|
|
|
|
}
|
|
|
|
|
.info-text {
|
|
|
|
|
font-size: 26upx;
|
|
|
|
|
line-height: 1.6;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|