Commit 73831c5c authored by 沈良进's avatar 沈良进

页面修改

parent f5fd6fea
...@@ -2097,8 +2097,8 @@ ...@@ -2097,8 +2097,8 @@
<span style="color: blue !important" v-for="(childItem,childIndex) in item.GuestList" :key="childIndex" <span style="color: blue !important" v-for="(childItem,childIndex) in item.GuestList" :key="childIndex"
@click="goToPassenger(childItem, 2)">{{ childItem.userName }}<span @click="goToPassenger(childItem, 2)">{{ childItem.userName }}<span
style="color:#f56c6c">{{childItem.VisaType==1?'(个签)':''}}</span> style="color:#f56c6c">{{childItem.VisaType==1?'(个签)':''}}</span>
<span style="color:#f56c6c">{{childItem.TicketOutTypeStr}} <!-- <span style="color:#f56c6c">{{childItem.TicketOutTypeStr}}
</span> </span> -->
</span> </span>
</p> </p>
<p v-if="item.CancelGuestList.length > 0"> <p v-if="item.CancelGuestList.length > 0">
...@@ -2636,10 +2636,10 @@ ...@@ -2636,10 +2636,10 @@
<template v-for="(fourthItem,fourthIndex) in childItem.GuestList"> <template v-for="(fourthItem,fourthIndex) in childItem.GuestList">
<span style="color: blue !important" :key="fourthIndex" <span style="color: blue !important" :key="fourthIndex"
@click="goToPassenger2(msg.TCID, fourthItem.OrderId, 2)">{{ fourthItem.userName }} @click="goToPassenger2(msg.TCID, fourthItem.OrderId, 2)">{{ fourthItem.userName }}
<span style="color:#f56c6c">{{fourthItem.TicketOutTypeStr==1?'(个签)':''}} <span style="color:#f56c6c">{{fourthItem.VisaType==1?'(个签)':''}}
</span>
<span style="color:#f56c6c">{{fourthItem.TicketOutTypeStr}}
</span> </span>
<!-- <span style="color:#f56c6c">{{fourthItem.TicketOutTypeStr}}
</span> -->
</span> </span>
</template> </template>
</span> </span>
......
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