Commit 1f267727 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/luochao/bigwood

parents 0876bf5c dbd28eaa
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<template> <template>
<q-card flat class="q-pa-md" style="background: #fff; width: 600px; min-width: 375px"> <q-card flat class="q-pa-md" style="background: #fff; width: 600px; min-width: 375px">
<div class="bacakground"> <div class="bacakground">
<div class="heading">{{ $t("travel.addTitle") }}</div> <div class="heading">{{ $t('travel.buy') }} </div>
<q-form @submit="saveOrder"> <q-form @submit="saveOrder">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
......
...@@ -245,14 +245,13 @@ ...@@ -245,14 +245,13 @@
<th width="80">{{ $t('system.query_flightNum') }}</th> <th width="80">{{ $t('system.query_flightNum') }}</th>
<th width="150">{{ $t('system.ph_flightTime') }}</th> <th width="150">{{ $t('system.ph_flightTime') }}</th>
<th width="80">{{ $t('system.query_arrivalTime') }}</th> <th width="80">{{ $t('system.query_arrivalTime') }}</th>
<!-- <th width="100">{{ $t('system.query_stopCity') }}</th> -->
</tr> </tr>
<tr v-for="(fItem, fIndex) in dialogObj.SelfFlightList" :key="fIndex" style="text-align: center"> <tr v-for="(fItem, fIndex) in dialogObj.SelfFlightList" :key="fIndex" style="text-align: center">
<td class="_d_name _color_666"> <td class="_d_name _color_666">
<span v-if="fIndex == 0">{{ $t('Airticket.Air_go') }}</span> <span v-if="fItem.FlightType==1">{{ $t('Airticket.Air_go') }}</span>
<span v-else-if="fIndex == dialogObj.SelfFlightList.length - 1">{{ $t('Airticket.Air_returnTrip') <span v-else-if="fItem.FlightType==2">{{ $t('Airticket.Air_returnTrip')
}}</span> }}</span>
<span v-else-if="fIndex > 0 && fIndex != dialogObj.SelfFlightList.length - 1">{{ <span v-else-if="fItem.FlightType==3">{{
$t('Airticket.Air_transit') $t('Airticket.Air_transit')
}}</span> }}</span>
</td> </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