Commit c55064c3 authored by 黄奎's avatar 黄奎

用款计划修改

parent 834ae066
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
<th>酒店</th> <th>酒店</th>
</tr> </tr>
<tr v-for='item in nav'> <tr v-for='item in nav'>
<td>{{item.StartCityNames}}</td> <td>{{item.StartCityNames}}
</td>
<td> <td>
<div class="padding10">{{item.Titles}}</div> <div class="padding10">{{item.Titles}}</div>
</td> </td>
...@@ -27,7 +28,8 @@ ...@@ -27,7 +28,8 @@
<td>{{item.GuideName}}</td> <td>{{item.GuideName}}</td>
<td> <td>
<el-popover width="900" trigger="click" popper-class="DMC_HotelPop"> <el-popover width="900" trigger="click" popper-class="DMC_HotelPop">
<commonHotelInfo :HotelObj="item.CommonReport.PriceHotelResult" :showHotelObj="showHotelObj"></commonHotelInfo> <commonHotelInfo :HotelObj="item.CommonReport.PriceHotelResult" :showHotelObj="showHotelObj" :TCID="item.TCIDS" :DMCNum="NewCombinationNum" :TCNUM="item.TCNUMS"
></commonHotelInfo>
<span slot="reference" class="price" style="cursor:pointer;text-decoration:underline;">酒店信息</span> <span slot="reference" class="price" style="cursor:pointer;text-decoration:underline;">酒店信息</span>
</el-popover> </el-popover>
</td> </td>
......
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