mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
chore(timetable): added 0.000 km at the top of timetable
This commit is contained in:
@@ -110,14 +110,14 @@
|
|||||||
class="align-top border-t text-inherit"
|
class="align-top border-t text-inherit"
|
||||||
:class="{
|
:class="{
|
||||||
'border-t-0 text-transparent':
|
'border-t-0 text-transparent':
|
||||||
row.lastRowRef == null ||
|
row.lastRowRef &&
|
||||||
(row.lastRowRef.departureSpeedL == row.arrivalSpeedL &&
|
row.lastRowRef.departureSpeedL == row.arrivalSpeedL &&
|
||||||
row.lastRowRef.departureSpeedP == row.arrivalSpeedP &&
|
row.lastRowRef.departureSpeedP == row.arrivalSpeedP &&
|
||||||
row.lastRowRef.departureTracks == row.arrivalTracks &&
|
row.lastRowRef.departureTracks == row.arrivalTracks &&
|
||||||
row.lastRowRef.arrivalLineNumber == row.arrivalLineNumber)
|
row.lastRowRef.arrivalLineNumber == row.arrivalLineNumber
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
{{ row.arrivalKm }}
|
{{ row.arrivalKm }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@
|
|||||||
row.departureSpeedP == row.arrivalSpeedP
|
row.departureSpeedP == row.arrivalSpeedP
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<td>{{ row.departureKm == '0.000' ? '' : row.departureKm }}</td>
|
<td> {{ row.departureKm }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user