{{ $n(totalVeData.total.YieldTotal.v, 'decimal', {
minimumFractionDigits: totalVeData.total.YieldTotal.d,
maximumFractionDigits:totalVeData.total.YieldTotal.d
}) }}
{{ totalVeData.total.YieldTotal.u }}
{{ $n(totalVeData.total.YieldDay.v, 'decimal', {
minimumFractionDigits: totalVeData.total.YieldDay.d,
maximumFractionDigits: totalVeData.total.YieldDay.d
}) }}
{{ totalVeData.total.YieldDay.u }}
{{ $n(totalVeData.total.Power.v, 'decimal', {
minimumFractionDigits: totalVeData.total.Power.d,
maximumFractionDigits: totalVeData.total.Power.d
}) }}
{{ totalVeData.total.Power.u }}
{{
$n(totalData.YieldTotal.v, 'decimal', {
minimumFractionDigits: totalData.YieldTotal.d,
maximumFractionDigits: totalData.YieldTotal.d,
})
}}
{{ totalData.YieldTotal.u }}
{{
$n(totalData.YieldDay.v, 'decimal', {
minimumFractionDigits: totalData.YieldDay.d,
maximumFractionDigits: totalData.YieldDay.d,
})
}}
{{ totalData.YieldDay.u }}
{{
$n(totalData.Power.v, 'decimal', {
minimumFractionDigits: totalData.Power.d,
maximumFractionDigits: totalData.Power.d,
})
}}
{{ totalData.Power.u }}
{{ $n(totalBattData.soc.v, 'decimal', {
minimumFractionDigits: totalBattData.soc.d,
maximumFractionDigits: totalBattData.soc.d
}) }}
{{ totalBattData.soc.u }}
{{ $n(totalBattData.voltage.v, 'decimal', {
minimumFractionDigits: totalBattData.voltage.d,
maximumFractionDigits: totalBattData.voltage.d
}) }}
{{ totalBattData.voltage.u }}
{{ $n(totalBattData.power.v, 'decimal', {
minimumFractionDigits: totalBattData.power.d,
maximumFractionDigits: totalBattData.power.d
}) }}
{{ totalBattData.power.u }}
{{ $n(totalBattData.current.v, 'decimal', {
minimumFractionDigits: totalBattData.current.d,
maximumFractionDigits: totalBattData.current.d
}) }}
{{ totalBattData.current.u }}
{{ $n(powerMeterData.Power.v, 'decimal', {
minimumFractionDigits: powerMeterData.Power.d,
maximumFractionDigits: powerMeterData.Power.d
}) }}
{{powerMeterData.Power.u }}
{{ $n(huaweiData.Power.v, 'decimal', {
minimumFractionDigits: huaweiData.Power.d,
maximumFractionDigits: huaweiData.Power.d
}) }}
{{huaweiData.Power.u }}