feature: routesInfo update

This commit is contained in:
2023-05-18 02:22:37 +02:00
parent 4847524b64
commit c6df4a3f84
6 changed files with 75 additions and 121 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<span v-else-if="propName === 'checkpoints'">{{ station[propName] ? 'POKAŻ' : 'DODAJ' }}</span>
<span v-else-if="propName === 'routes'" v-html="getRouteNames(station.routes)"></span>
<span v-else-if="propName === 'routes'" v-html="getRouteNames(station.routesInfo)"></span>
<span v-else-if="propName === 'signalType'"> {{ station[propName] }}</span>