名称:
{{ selectedShorePowerItem?.name }}
位置:
{{ selectedShorePowerItem?.position }}
电压:
{{ selectedShorePowerItem?.shorePowerEquipmentInfo?.voltage }}
频率:
{{ selectedShorePowerItem?.shorePowerEquipmentInfo?.frequency }}
容量:
{{ selectedShorePowerItem?.shorePowerEquipmentInfo?.capacity }}
当前电压:
{{ getValueById(realtimeDeviceData, selectedShorePowerItem.voltageDeviceId,
'measureValue') }}
当前电流:
{{ getValueById(realtimeDeviceData, selectedShorePowerItem.currentDeviceId,
'measureValue') }}
当前频率:
{{ getValueById(realtimeDeviceData, selectedShorePowerItem.frequencyDeviceId,
'measureValue') }}
当前总用量:
{{ getValueById(realtimeDeviceData, selectedShorePowerItem.totalPowerDeviceId,
'measureValue') }}
当前状态:
{{ getOperationTypeLabel(shorePowerStatus(selectedShorePowerItem),
SHORE_POWER_FIRST_STATUS,
) }}({{ getOperationTypeLabel(shorePowerStatus(selectedShorePowerItem),
SHORE_POWER_SECOND_STATUS_MAP,
) }})