Commit 93fb822c authored by 吴春's avatar 吴春

新增酒店实际入住名称

parent 9820da26
......@@ -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