Commit 1a4344c4 authored by 黄奎's avatar 黄奎

酒店统计修改

parent 8cf0bc44
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
<th width="300">酒店名称</th> <th width="300">酒店名称</th>
<th width="80"></th> <th width="80"></th>
<th v-for="item in dataList[0].subList"> <th v-for="item in dataList[0].subList">
<!-- {{item.DateStr}} -->
{{getDateList(item.DateStr)}} {{getDateList(item.DateStr)}}
</th> </th>
</tr> </tr>
...@@ -41,7 +40,7 @@ ...@@ -41,7 +40,7 @@
</tr> </tr>
<tr v-for="item in dataList"> <tr v-for="item in dataList">
<td> <td>
<div style="min-width:300px;">{{item.HotelName}}</div> <div style="min-width:300px; text-align:left;padding-left:5px;">{{item.HotelName}}</div>
</td> </td>
<td> <td>
<div class="Hotel_kong" style="min-width:60px;">空房</div> <div class="Hotel_kong" style="min-width:60px;">空房</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