mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
feature: nawigacja URL w widoku scenerii
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
<tbody>
|
||||
<tr v-for="historyItem in historyList" :key="historyItem.id">
|
||||
<td>
|
||||
<router-link :to="`/journal/timetables?timetableId=${historyItem.id}`"
|
||||
>#{{ historyItem.id }}</router-link
|
||||
>
|
||||
<router-link :to="`/journal/timetables?timetableId=${historyItem.id}`">
|
||||
#{{ historyItem.id }}
|
||||
</router-link>
|
||||
</td>
|
||||
<td>
|
||||
<b class="text--primary">{{ historyItem.trainCategoryCode }}</b> <br />
|
||||
|
||||
Reference in New Issue
Block a user