|
{{ station.generalInfo.project }}
{{ station.name }}
|
{{ station.generalInfo?.abbr }}
|
{{ station.generalInfo.reqLevel >= 2 ? station.generalInfo.reqLevel : 'L' }}
?
|
{{ $t(`status.${station.onlineInfo.statusID}`) }}
{{
station.onlineInfo.statusID == 'online' ? timestampToString(station.onlineInfo.statusTimestamp) : ''
}}
{{ $t('status.free') }}
|
{{ station.onlineInfo ? station.onlineInfo.dispatcherName : '' }}
|
{{ 2 > station.onlineInfo.dispatcherExp ? 'L' : station.onlineInfo.dispatcherExp }}
|
{{ station.generalInfo.routes.twoWayCatenaryRouteNames.length }}
{{ station.generalInfo.routes.twoWayNoCatenaryRouteNames.length }}
{{ station.generalInfo.routes.oneWayCatenaryRouteNames.length }}
{{ station.generalInfo.routes.oneWayNoCatenaryRouteNames.length }}
|
|
|
{{ station.onlineInfo?.currentUsers || '0' }}
/
{{ station.onlineInfo?.maxUsers || '0' }}
|
{{ station.onlineInfo?.spawns.length || '0' }}
|
{{ station.onlineInfo?.scheduledTrains?.length || '0' }}
/
{{ station.onlineInfo?.scheduledTrains?.filter((train) => train.stopInfo.confirmed).length || '0' }}
|