Commit 566558d8 authored by 黄奎's avatar 黄奎

页面修改

parent c2eb9ace
...@@ -491,8 +491,11 @@ ...@@ -491,8 +491,11 @@
<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>
<template v-if="item.AuditStatus==1">
<el-popover width="500" trigger="click"> <span class="AuditRedType">审核中</span>
</template>
<template v-else>
<el-popover width="500" trigger="click">
<table class="singeRowTable" style="margin-top:20px;"> <table class="singeRowTable" style="margin-top:20px;">
<tr> <tr>
<th width="70">审核人</th> <th width="70">审核人</th>
...@@ -520,6 +523,8 @@ ...@@ -520,6 +523,8 @@
<div slot="reference" title="审核信息" <div slot="reference" title="审核信息"
style="cursor:pointer;color:rgb(71,191,140);text-decoration:underline;width:50px;">审核信息</div> style="cursor:pointer;color:rgb(71,191,140);text-decoration:underline;width:50px;">审核信息</div>
</el-popover> </el-popover>
</template>
</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