a91b52b1 by zhangmeng

票务

1 parent f0956aae
...@@ -277,9 +277,7 @@ ...@@ -277,9 +277,7 @@
277 <el-col :lg="8"> 277 <el-col :lg="8">
278 {{ language == 0 ? '联系方式' : 'Contact' }}{{ form.phone }} 278 {{ language == 0 ? '联系方式' : 'Contact' }}{{ form.phone }}
279 </el-col> 279 </el-col>
280 <el-col :lg="8"> 280 <el-col :lg="8" />
281 {{ language == 0 ? '联系方式' : 'Contact' }}{{ form.phone }}
282 </el-col>
283 <el-row v-for="(v,i) in form.extJson?.orderCustomerList" :key="i" style="width: 100%"> 281 <el-row v-for="(v,i) in form.extJson?.orderCustomerList" :key="i" style="width: 100%">
284 <el-col :lg="8" :md="8" :sm="12" :xs="24"> 282 <el-col :lg="8" :md="8" :sm="12" :xs="24">
285 {{ v.name }} - 283 {{ v.name }} -
...@@ -291,7 +289,9 @@ ...@@ -291,7 +289,9 @@
291 }}</span> 289 }}</span>
292 </el-col> 290 </el-col>
293 <el-col :lg="8" :md="8" :sm="12" :xs="24" class="text-right"> 291 <el-col :lg="8" :md="8" :sm="12" :xs="24" class="text-right">
294 <span v-if="language == 0 " class="text-primary">{{ form.price }}</span> 292 <span v-if="language == 0 " class="text-primary">
293 {{ form.price }}
294 </span>
295 <span v-else>{{ form.priceEn || 0 }}</span> 295 <span v-else>{{ form.priceEn || 0 }}</span>
296 </el-col> 296 </el-col>
297 </el-row> 297 </el-row>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 <el-card :body-style="{ padding: '0px' }" class="mt20"> 4 <el-card :body-style="{ padding: '0px' }" class="mt20">
5 <div slot="header"> 5 <div slot="header">
6 <div class="bg-lineg father">{{ language == 0 ? '旅游服务下单' : 'Hotel booking order' }} 6 <div class="bg-lineg father">{{ language == 0 ? '旅游服务下单' : 'Hotel booking order' }}
7 <sapn class="son" @click="handleGo">{{ language == 0 ? '上一步' : 'Back go' }}</sapn> 7 <sapn class="son" @click="handleGo">{{ language == 0 ? '上一页' : 'Back' }}</sapn>
8 </div> 8 </div>
9 </div> 9 </div>
10 <!-- {{room}}--> 10 <!-- {{room}}-->
...@@ -162,6 +162,9 @@ ...@@ -162,6 +162,9 @@
162 </label> 162 </label>
163 </el-col> 163 </el-col>
164 <el-col :span="12" class="text-right"> 164 <el-col :span="12" class="text-right">
165 <el-button class=" w200px" round size="large" type="" @click="handleGo">
166 {{ language == 0 ? '上一页' : 'Back' }}
167 </el-button>
165 <el-button class="btn-lineG w200px" round size="large" type="primary" @click="submit"> 168 <el-button class="btn-lineG w200px" round size="large" type="primary" @click="submit">
166 {{ language == 0 ? '确认付款' : 'Book Now' }} 169 {{ language == 0 ? '确认付款' : 'Book Now' }}
167 </el-button> 170 </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!