Commit e965b8d9 authored by 黄奎's avatar 黄奎

新增价格显示

parent eb5a7d41
......@@ -649,7 +649,9 @@
<div class="TC_SeatList">{{$t('Airticket.Air_EconomyClass')}}:{{item.YSeat}}</div>
<div class="TC_SeatList">{{$t('Operation.Op_bindNum')}}:<span
style="color:red">{{item.BindNum}}</span></div>
<div class="TC_SeatList">机票数量:<span style="color:red">{{item.TicketNum}}</span></div>
<div class="TC_SeatList">机票数量:<span style="color:red">{{item.TicketNum}} {{item.TicketList!=null && item.TicketList.length>0?"价格:"+item.TicketList[0].TicketPrice:""}}</span>
</div>
</div>
</div>
<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