Commit 6bd25bb3 authored by liudong1993's avatar liudong1993

1

parent 5a7ee97d
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<th width="12%">单号</th> <th width="12%">单号</th>
<th width="8.5%">客人</th> <th width="8.5%">客人</th>
<th width="6.5%">人数</th> <th width="6.5%">人数</th>
<th width="8.5%">起始城市</th> <th width="8.5%">出行概述</th>
<th width="6.5%">应收</th> <th width="6.5%">应收</th>
<th width="6.5%">实收</th> <th width="6.5%">实收</th>
<th width="6.5%">退款</th> <th width="6.5%">退款</th>
...@@ -70,8 +70,7 @@ ...@@ -70,8 +70,7 @@
</td> </td>
<td style="border:none">{{item.GuestCount}}</td> <td style="border:none">{{item.GuestCount}}</td>
<td style="border:none"> <td style="border:none">
{{item.StartCityName}}-> {{item.StartCityName}}
{{item.EndCityName}}
</td> </td>
<td style="border:none"> <td style="border:none">
<p @click="editOrderAmount(item)" class="cp" <p @click="editOrderAmount(item)" class="cp"
......
...@@ -520,7 +520,7 @@ ...@@ -520,7 +520,7 @@
<div v-if="name=='凭证图'" class="Credentials-box"> <div v-if="name=='凭证图'" class="Credentials-box">
<div class="Credentials-text"> <div class="Credentials-text">
<div class="Credentialstext-box"> <div class="Credentialstext-box">
<p>熔断凭证</p> <p>熔断/取消凭证</p>
<div class="Credentialsimg-box"> <div class="Credentialsimg-box">
<el-image v-for="(items,index) in obj.CancelVoucherList" :key="index" <el-image v-for="(items,index) in obj.CancelVoucherList" :key="index"
:src="domainManager().ViittoFileUrl+items"></el-image> :src="domainManager().ViittoFileUrl+items"></el-image>
...@@ -528,7 +528,7 @@ ...@@ -528,7 +528,7 @@
</div> </div>
<div class="Credentialstext-box"> <div class="Credentialstext-box">
<p>取消凭证</p> <p>出票凭证</p>
<div class="Credentialsimg-box"> <div class="Credentialsimg-box">
<el-image v-for="(items,index) in obj.TicketVoucherList" :key="index" <el-image v-for="(items,index) in obj.TicketVoucherList" :key="index"
:src="domainManager().ViittoFileUrl+items"> :src="domainManager().ViittoFileUrl+items">
......
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