Commit ab2dbfd2 authored by 黄奎's avatar 黄奎

酒店显示优化样式修改

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