Commit 9ac88744 authored by liudong1993's avatar liudong1993
parents cdda812f 9c942397
...@@ -146,10 +146,10 @@ ...@@ -146,10 +146,10 @@
</font> </font>
<br/> <br/>
<template v-if="childItem.DayNum==1"> <template v-if="childItem.DayNum==1">
{{childItem.ArrivalCityName}} {{childItem.StartCityName}}
</template> </template>
<template v-else-if="childItem.DayNum==childItem.ColumnNum"> <template v-else-if="childItem.DayNum==childItem.ColumnNum">
{{childItem.StartCityName}} {{childItem. ArrivalCityName}}
</template> </template>
</template> </template>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment