{{ $t('screen.capacity') }}
{{ info.capacity |kwhFormat }}
{{ info.capacity | kwhUnitFormat }}
{{ $t('screen.stationNum') }}
{{ info.stationNumber }}
{{ lang === 'zh'? 'δΈͺ':'' }}
{{ $t('screen.dailyPowerGeneration') }}
{{ info.dayCharge |kwhFormat }}
{{ info.dayCharge |kwhUnitFormat }}
{{ $t('screen.yearlyPowerGeneration') }}
{{ info.dayDischarge |kwhFormat }}
{{ info.dayDischarge |kwhUnitFormat }}
{{ $t('screen.cumulativePowerGeneration') }}
{{ info.yearCharge |kwhFormat }}
{{ info.yearCharge |kwhUnitFormat }}