Commit 46d0853a authored by 黄奎's avatar 黄奎

机票显示修改

parent 46288525
...@@ -652,23 +652,26 @@ ...@@ -652,23 +652,26 @@
<div class="TC_SeatList">{{$t('Airticket.Air_firstClass')}}:{{item.FSeat}}</div> <div class="TC_SeatList">{{$t('Airticket.Air_firstClass')}}:{{item.FSeat}}</div>
<div class="TC_SeatList">{{$t('Airticket.Air_businessClass')}}:{{item.CSeat}}</div> <div class="TC_SeatList">{{$t('Airticket.Air_businessClass')}}:{{item.CSeat}}</div>
<div class="TC_SeatList">{{$t('Airticket.Air_EconomyClass')}}:{{item.YSeat}}</div> <div class="TC_SeatList">{{$t('Airticket.Air_EconomyClass')}}:{{item.YSeat}}</div>
<div class="TC_SeatList" v-if="item.BindNum>0 && item.TicketList"> <div class="TC_SeatList" v-if="item.TicketNum>0 && item.TicketList">
<el-popover width="300" trigger="click" popper-class="TC_customerInfo"> <el-popover width="340" trigger="click" popper-class="TC_customerInfo">
<table width="300" border="0" cellspacing="0" cellpadding="0"> <table width="340" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th width="100">绑定数量</th> <th width="80">绑定数量</th>
<th width="100">机票数量</th> <th width="80">机票数量</th>
<th width="100">价格</th> <th width="80">价格</th>
<th width="100">PNR</th>
</tr> </tr>
<tr v-for="subItem in item.TicketList"> <tr v-for="subItem in item.TicketList">
<td>{{subItem.BindNum}}</td> <td>{{subItem.BindNum}}</td>
<td>{{subItem.TicketNum}}</td> <td>{{subItem.TicketNum}}</td>
<td>{{subItem.TicketPrice}}</td> <td>{{subItem.TicketPrice}}</td>
<td>{{subItem.PNR}}</td>
</tr> </tr>
</table> </table>
<span slot="reference" title="点击查看详情" class="price" style="cursor:pointer;color:red;" >总机位数: {{item.TicketNum}}</span> <span slot="reference" title="点击查看详情" class="price" style="cursor:pointer;color:red;text-decoration: underline;" >总机位数: {{item.TicketNum}}</span>
</el-popover> </el-popover>
</div> </div>
<div class="TC_SeatList" v-if="item.BindNum>0" style="color:red;">绑定数量: {{item.BindNum}}</div>
</div> </div>
</div> </div>
<div class="el-col" style="width:200px;"> <div class="el-col" style="width:200px;">
......
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