a91b52b1 by zhangmeng

票务

1 parent f0956aae
......@@ -277,9 +277,7 @@
<el-col :lg="8">
{{ language == 0 ? '联系方式' : 'Contact' }}{{ form.phone }}
</el-col>
<el-col :lg="8">
{{ language == 0 ? '联系方式' : 'Contact' }}{{ form.phone }}
</el-col>
<el-col :lg="8" />
<el-row v-for="(v,i) in form.extJson?.orderCustomerList" :key="i" style="width: 100%">
<el-col :lg="8" :md="8" :sm="12" :xs="24">
{{ v.name }} -
......@@ -291,7 +289,9 @@
}}</span>
</el-col>
<el-col :lg="8" :md="8" :sm="12" :xs="24" class="text-right">
<span v-if="language == 0 " class="text-primary">{{ form.price }}</span>
<span v-if="language == 0 " class="text-primary">
{{ form.price }}
</span>
<span v-else>{{ form.priceEn || 0 }}</span>
</el-col>
</el-row>
......
......@@ -4,7 +4,7 @@
<el-card :body-style="{ padding: '0px' }" class="mt20">
<div slot="header">
<div class="bg-lineg father">{{ language == 0 ? '旅游服务下单' : 'Hotel booking order' }}
<sapn class="son" @click="handleGo">{{ language == 0 ? '上一步' : 'Back go' }}</sapn>
<sapn class="son" @click="handleGo">{{ language == 0 ? '上一页' : 'Back' }}</sapn>
</div>
</div>
<!-- {{room}}-->
......@@ -162,6 +162,9 @@
</label>
</el-col>
<el-col :span="12" class="text-right">
<el-button class=" w200px" round size="large" type="" @click="handleGo">
{{ language == 0 ? '上一页' : 'Back' }}
</el-button>
<el-button class="btn-lineG w200px" round size="large" type="primary" @click="submit">
{{ language == 0 ? '确认付款' : 'Book Now' }}
</el-button>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!