Commit a96e6a14 authored by 华国豪's avatar 华国豪 🙄

领用用款计划页面酒店房间类型不显示问题修复

parent 81f8a7d9
...@@ -154,8 +154,8 @@ ...@@ -154,8 +154,8 @@
</td> </td>
<td> <td>
<div class="alcenter"> <div class="alcenter">
<div v-for="subItem in outItem.HotelOrderList"> <div v-for="subItem in outItem.HotelOrderList">
<p v-for="childItem in subItem.OrderDetailsList"> <p v-for="childItem in subItem.HouseStatistics.HouseTypeList">
{{childItem.HouseTypeName}} {{childItem.HouseTypeName}}
</p> </p>
</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