Commit 5624c0e9 authored by zhengke's avatar zhengke
parents ae0e397b 4b15ddb9
...@@ -62,28 +62,25 @@ ...@@ -62,28 +62,25 @@
</td> </td>
<td> <td>
<el-tooltip class="item" effect="dark" content="酒店信息" placement="top-start"> <el-tooltip class="item" effect="dark" content="酒店信息" placement="top-start">
<el-popover placement="bottom" width="900" trigger="click"> <el-popover placement="bottom" width="800" trigger="click">
<table> <table>
<tr> <tr>
<th width="100"> <th width="100">
时间 时间
</th> </th>
<th width="150"> <th width="170">
酒店 酒店
</th> </th>
<th width="150"> <th width="170">
更换名称 更换名称
</th> </th>
<th width="300"> <th width="350">
价格 价格
</th> </th>
<th width="150">
备注
</th>
</tr> </tr>
<template v-for="(subItem,subIndex) in HotelList"> <template v-for="(subItem,subIndex) in HotelList">
<tbody> <tbody v-for="(childItem,childIndex) in subItem.HotelOrderList">
<tr v-for="(childItem,childIndex) in subItem.HotelOrderList"> <tr>
<td v-if="childIndex==0" :rowspan="subItem.HotelOrderList.length"> <td v-if="childIndex==0" :rowspan="subItem.HotelOrderList.length">
{{subIndex+1}}<br/> {{subIndex+1}}<br/>
{{subItem.UseTimeStr}} {{subItem.UseTimeStr}}
...@@ -108,9 +105,10 @@ ...@@ -108,9 +105,10 @@
<br/> <br/>
</template> </template>
</td> </td>
<td> </tr>
{{childItem.Remarks}} <tr >
</td> <td>备注:</td>
<td colspan="3"> {{childItem.Remarks}}</td>
</tr> </tr>
</tbody> </tbody>
</template> </template>
......
...@@ -309,7 +309,7 @@ ...@@ -309,7 +309,7 @@
class="hollowFixedBtn" class="hollowFixedBtn"
type="button" type="button"
@click="DownLoadFile()" @click="DownLoadFile()"
>导出</button> >下载</button>
</li> </li>
</ul> </ul>
</div> </div>
......
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