Commit be517b9d authored by 黄奎's avatar 黄奎

页面修改

parent 4aec1fe0
......@@ -62,28 +62,25 @@
</td>
<td>
<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>
<tr>
<th width="100">
时间
</th>
<th width="150">
<th width="170">
酒店
</th>
<th width="150">
<th width="170">
更换名称
</th>
<th width="300">
<th width="350">
价格
</th>
<th width="150">
备注
</th>
</tr>
<template v-for="(subItem,subIndex) in HotelList">
<tbody>
<tr v-for="(childItem,childIndex) in subItem.HotelOrderList">
<tbody v-for="(childItem,childIndex) in subItem.HotelOrderList">
<tr>
<td v-if="childIndex==0" :rowspan="subItem.HotelOrderList.length">
{{subIndex+1}}<br/>
{{subItem.UseTimeStr}}
......@@ -108,9 +105,10 @@
<br/>
</template>
</td>
<td>
{{childItem.Remarks}}
</td>
</tr>
<tr >
<td>备注:</td>
<td colspan="3"> {{childItem.Remarks}}</td>
</tr>
</tbody>
</template>
......
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