+
+
+
{{ $t('dashboard.safeDays') }}
+
+
+
+
{{ stationData.operationDays }}
+
+
{{ $t('dashboard.day') }}
+
+
+
+
+
+
+
+
+
+
{{ $t('dashboard.totalCapacity') }}
+
+
+
+
{{ totalData.totalCapacity }}
+
kWh
+
+
+
+
+
+
+
+
+
{{ $t('dashboard.systemConversionEfficiency') }}
+
+
+
+
{{ (totalData.systemEfficiency*100).toFixed(2) }}
+
%
+
+
+
+
+
+
+
+
+
{{ $t('dashboard.currentPower') }}
+
+
+
+
{{ totalData.currentPower }}
+
kW
+
+
+
+
+
+
+
+
+
{{ $t('dashboard.totalCharge') }}
+
+
+
+
{{ totalData.totalChargeElec | kwhFormat(2) }}
+
{{ totalData.totalChargeElec | kwhUnitFormat }}
+
+
+
+
+
+
+
+
+
{{ $t('dashboard.capacityIncrease') }}
+
{{ $t('dashboard.totalDischarge') }}
+
+
+
+
{{ totalData.totalDischargeElec | kwhFormat(2) }}
+
{{ totalData.totalDischargeElec | kwhUnitFormat }}
+
+
+
+
+
+
+
+
+
{{ $t('dashboard.dailyCharge') }}
+
+
+
+
{{ totalData.dailyChargeElec | kwhFormat(2) }}
+
{{ totalData.dailyChargeElec | kwhUnitFormat }}
+
+
+
+
+
+
+
+
+
{{ $t('dashboard.DailycapacityIncrease') }}
+
{{ $t('dashboard.dailyDischarge') }}
+
+
+
+
{{ totalData.dailyDischargeElec | kwhFormat(2) }}
+
{{ totalData.dailyDischargeElec | kwhUnitFormat }}
+
+
+
+
+
+