Commit af7d792c authored by 黄奎's avatar 黄奎

页面修改

parent 9d42fc62
...@@ -114,10 +114,9 @@ ...@@ -114,10 +114,9 @@
{{item.AirportPickUpStr}} {{item.AirportPickUpStr}}
<template v-if="item.AirportPickUp==15 && item.MergeList && item.MergeList.length>0" <template v-if="item.AirportPickUp==15 && item.MergeList && item.MergeList.length>0"
v-for="(subItem,subIndex) in item.MergeList"> v-for="(subItem,subIndex) in item.MergeList">
<br v-show="subIndex==0" /> <div :key="subIndex" style="color:blue;white-space:nowrap;">
<span :key="subIndex" style="color:blue;"> 套车团号:{{subItem.MTCNUM}}({{subItem.MTCID}})
{{subItem.MTCNUM}}({{subItem.MTCID}}) </div>
</span>
</template> </template>
</td> </td>
<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