mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Dodano opóźnienia/przyspieszenia w karcie rozkładu
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
<span v-if="stop.arrivalDelay != 0 && stop.confirmed">
|
||||
<s>{{ stop.arrivalTimeString }}</s>
|
||||
{{ stop.arrivalRealTimeString }}
|
||||
({{ stop.arrivalDelay > 0 ? '+' : '' }}{{ stop.arrivalDelay }})
|
||||
</span>
|
||||
|
||||
<span v-else>
|
||||
@@ -57,6 +58,8 @@
|
||||
<span v-if="stop.departureDelay != 0 && stop.confirmed">
|
||||
<s>{{ stop.departureTimeString }}</s>
|
||||
{{ stop.departureRealTimeString }}
|
||||
|
||||
({{ stop.departureDelay > 0 ? '+' : '' }}{{ stop.departureDelay }})
|
||||
</span>
|
||||
|
||||
<span v-else>
|
||||
|
||||
Reference in New Issue
Block a user