Commit 8e523146 authored by youjie's avatar youjie

no message

parent 55025855
......@@ -13,15 +13,19 @@
<div class="col-6 q-py-xs" v-if="priceFlight.gatherAddres">集合详细地址: {{priceFlight.gatherAddress}}</div>
<div class="col-6 q-py-xs" v-if="priceFlight.startDate||priceFlight.gatherTime">集合时间: {{priceFlight.startDate}} {{priceFlight.gatherTime}}</div>
<div class="col-6 q-py-xs" v-if="detailsObj.returnArriveCityName">返回抵达城市: {{detailsObj.returnArriveCityName}}</div>
<div class="col-6 q-py-xs" v-if="detailsObj.currentPriceInfo">
剩余席位:
{{detailsObj.currentPriceInfo.surplusCSeat+detailsObj.currentPriceInfo.surplusFSeat+detailsObj.currentPriceInfo.surplusYSeat}}
</div>
<div class="col-6 q-py-xs text-red">暂不支持候补</div>
</div>
</div>
</div>
<div>
<div class="row items-center q-mt-md text-grey-600 q-mb-md" v-if="$q.platform.is.desktop">
<!-- <div class="row items-center q-mt-md text-grey-600 q-mb-md" v-if="$q.platform.is.desktop">
<div class="col q-mr-md">姓名:<span class="text-dark q-pl-md">{{parameters.ContactName}}</span></div>
<div class="col q-mr-md">{{ $t('v102.ticket.sjc.c4') }}:<span class="text-dark q-pl-md">{{parameters.ContactMobile}}</span></div>
</div>
</div> -->
<!-- <div style="border-top: 1px dashed #eee" :class="{'row items-center':$q.platform.is.desktop,'column':$q.platform.is.mobile}">
<q-input dense standout v-model="parameters.ContactName" class="col q-mt-md" :class="{'q-mr-md':$q.platform.is.desktop}" :placeholder="$t('v102.ticket.sjcp.c1')" :rules="[ val => val && val.length > 0 || ' ']" ref="guestName" readonly/>
<q-input dense standout v-model="parameters.ContactMobile" class="col q-mt-md" :class="{'q-mr-md':$q.platform.is.desktop}" :placeholder="$t('v102.ticket.sjcp.c4')" :rules="[ val => val && val.length == 11 || ' ']" ref="guestMobile" readonly/>
......
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