Commit 69b68682 authored by 黄奎's avatar 黄奎

页面修改

parent a73a3e57
...@@ -83,10 +83,11 @@ ...@@ -83,10 +83,11 @@
</th> </th>
</tr> </tr>
<template v-for="(subItem,subIndex) in HotelList"> <template v-for="(subItem,subIndex) in HotelList">
<tbody v-for="(childItem,childIndex) in subItem.HotelOrderList"> <tbody >
<template v-for="(childItem,childIndex) in subItem.HotelOrderList">
<tr> <tr>
<td v-if="childIndex==0" :rowspan="subItem.HotelOrderList.length+1" style="text-align:center;"> <td v-if="childIndex==0" :rowspan="subItem.HotelOrderList.length>1?subItem.HotelOrderList.length*2:subItem.HotelOrderList.length+1" style="text-align:center;">
{{subIndex+1}}<br/> {{subIndex+1}} <br/>
{{subItem.UseTimeStr}} {{subItem.UseTimeStr}}
</td> </td>
<td> <td>
...@@ -114,10 +115,11 @@ ...@@ -114,10 +115,11 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="4"> <td colspan="4">
<span style="display:inline-block;width:40px;vertical-align:top;">备注:</span> <span style="display:inline-block;width:40px;vertical-align:top;">备注:</span>
<span style="display:inline-block;width:400px;">{{childItem.Remarks}}</span></td> <span style="display:inline-block;width:400px;">{{childItem.Remarks}}</span></td>
</tr> </tr>
</template>
</tbody> </tbody>
</template> </template>
</table> </table>
......
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