mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
fix: remove "pt" appearing at the first stop
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@
|
|||||||
<div class="flex flex-col h-full justify-between p-1">
|
<div class="flex flex-col h-full justify-between p-1">
|
||||||
<div :class="{ 'font-bold': row.isMain }">
|
<div :class="{ 'font-bold': row.isMain }">
|
||||||
{{ row.pointName }}
|
{{ row.pointName }}
|
||||||
<span v-if="row.stopType"> ; {{ row.stopType }}</span>
|
<span v-if="row.stopTime"> ; {{ row.stopType }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
|
|||||||
Reference in New Issue
Block a user