Commit ed9c2545 authored by 黄媛媛's avatar 黄媛媛
parents 706ce507 93fb822c
......@@ -549,7 +549,8 @@
</tr>
<tr>
<th width="180">使用日期</th>
<th width="180">酒店名称</th>
<th width="180">原酒店</th>
<th width="180">实际入住酒店</th>
<th width="">房间类型</th>
<th width="">预定人数 </th>
<th width="">单价/人</th>
......@@ -569,6 +570,9 @@
</td>
<td v-if="subIndex==0 && childIndex == 0" :rowspan="item.row">
{{subItem.HotelName}}
</td>
<td v-if="subIndex==0 && childIndex == 0" :rowspan="item.row">
{{subItem.NewHotelName}}
</td>
<td>
<span v-if="childItem.HouseType === 1">单间</span>
......
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