Commit 20e44630 authored by 黄奎's avatar 黄奎

页面修改

parent da26a366
...@@ -1435,8 +1435,14 @@ ...@@ -1435,8 +1435,14 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<div class="clearfix">
<el-popover popper-class="RL_Scenic" trigger="click"> <div class="leftSetInfo">
<span class="GO_Title">可退景点</span>
</div>
<div class="GO_TPright clearfix">
<el-popover popper-class="_TravelPricePopover" trigger="click">
<div>
<div class="GOScenicDiv">
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td class="_color_666">景点名称</td> <td class="_color_666">景点名称</td>
...@@ -1459,8 +1465,16 @@ ...@@ -1459,8 +1465,16 @@
</td> </td>
</tr> </tr>
</table> </table>
<span slot="reference" style="color:#f56c6c;margin-left:20px;cursor:pointer;">可退景点</span> </div>
</div>
<div slot="reference" class="SimulateDrop-box">
<span class="SD_flight" v-for="subItem in ScenicRefundList"
v-if="subItem.IsChecked">{{subItem.CouponsName}}</span>
<i class="iconfont icon-arrow-down GO_SimulaDrop"></i>
</div>
</el-popover> </el-popover>
</div>
</div>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20">
......
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