Commit 05b54119 authored by 黄奎's avatar 黄奎

页面修改

parent 80815319
......@@ -679,7 +679,7 @@
<td>委托方(旅游者)签字:</td>
<td>
<span>{{dataList.clientName}}</span>
<img class="signDiv" :src="dataList.companySignature" v-if="dataList.companySignature" alt="">
<img class="signDiv" style="opacity:0.9;" :src="dataList.companySignature" v-if="dataList.companySignature" alt="">
</td>
<td>
受托方(旅行社)签章:
......
......@@ -680,9 +680,6 @@
<div v-else ref="TcTravel_Table">
<table class="TcTravel_Table">
<tbody>
<tr>
<td style="width:15%">行程时间</td>
</tr>
<tr v-for="(item,index) in tripDays">
<td contenteditable="true">
<div v-for="subItem in item.dayArray">
......
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