Commit 0c8b6b81 authored by youjie's avatar youjie

no message

parent b2b3e5f7
......@@ -741,7 +741,7 @@
<div v-if="Facilities.length > 0" class="scroll q-pb-xs" :style="{'max-width': $q.platform.is.mobile?'85vw':'auto'}">
<table class="hotel-details-table q-pb-md">
<tr>
<td :colspan="itemsPerRow" class="td01 text-weight-bold">房间设施</td>
<td :colspan="itemsPerRow" class="td01 text-weight-bold">酒店设施</td>
</tr>
<tr v-for="(item,i) in Facilities" class="text-xxs">
<td v-for="(x,i) in item">{{x.description}}</td>
......
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