Commit 6315f4da authored by youjie's avatar youjie

no message

parent 8ec8cf19
......@@ -77,7 +77,7 @@
:class="getMealType(subItem.meals)==ScatMeaList[0].name?'HD_Black':'HD_Green'">{{getMealType(subItem.meals)}}</div>
<div class="col-2 text-grey-6" v-if="$q.platform.is.desktop">{{subItem.bookingDeadline}}</div>
<div class="col-3" :class="{'q-pl-lg':$q.platform.is.desktop}" v-if="$q.platform.is.desktop">{{subItem.minNights}}</div>
<div class="row text-red" :class="{'q-pl-lg':$q.platform.is.desktop}" v-if="$q.platform.is.desktop">
<div class="row text-red" :class="{'col q-pl-lg':$q.platform.is.desktop}" v-if="$q.platform.is.desktop">
<div class="column">
<span class="wrap-title">{{$t('v101.scatteredDetails.Time1')}}</span>
<span>{{subItem['check-inStartTime']}}</span>
......@@ -91,7 +91,7 @@
<span>{{subItem['finalCheck-outTime']}}</span>
</div>
</div>
<div class="row no-wrap justify-end items-center" :class="{'col-4 q-pl-lg':$q.platform.is.desktop}">
<div class="row no-wrap justify-end items-center" :class="{'q-pl-lg':$q.platform.is.desktop}">
<div class="row no-wrap items-center q-pr-lg">
<span class="text-grey-6"></span>
<span class="fz20 text-red q-px-sm">{{getPrice(subItem.chargeableRateInfoPerPersonForANightBySetCurrency)}}</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