Commit ab2dbfd2 authored by 黄奎's avatar 黄奎

酒店显示优化样式修改

parent ed9fb2a2
......@@ -491,7 +491,11 @@
</p>
<p v-if="item.LineID==14 && item.HotelOrderListReports && item.HotelOrderListReports.length>0 ">
<el-popover width="800" trigger="click" popper-class="TC_HotelPop">
<commonHotelInfo :HotelObj="item.HotelOrderListReports" :showHotelObj="showHotelObj" @SetShouPeiShu="SetShouPeiShu(item.TCID,item.ShouPeiStatus)"></commonHotelInfo>
<commonHotelInfo :HotelObj="item.HotelOrderListReports" :showHotelObj="showHotelObj"
:TCID="item.TCID"
:DMCNum="item.DMCNum" :TCNUM="item.TCNUM"
@SetShouPeiShu="SetShouPeiShu(item.TCID,item.ShouPeiStatus)"></commonHotelInfo>
<span slot="reference" class="price"
style="cursor:pointer;text-decoration:underline;">酒店预订状况</span>
</el-popover>
......
......@@ -15,14 +15,14 @@
<td>
公司团号
</td>
<td colspan="3">
{{TCNUM}}
<td colspan="3" style="text-align:left;">
<span style="padding-left:5px;">{{TCNUM}}</span>
</td>
<td>
地接团号
</td>
<td colspan="3">
{{DMCNum}}
<td colspan="3" style="text-align:left;">
<span style="padding-left:5px;">{{DMCNum}}</span>
</td>
</tr>
<tr>
......
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