Commit 7910f004 authored by youjie's avatar youjie

no message

parent 29653547
......@@ -40,13 +40,13 @@
<span class="text-grey-8 q-pl-xs">{{$t('v101.scattered.qi')}}</span>
</q-td>
</template>
<template v-slot:body-cell-type="props">
<!-- <template v-slot:body-cell-type="props">
<q-td :props="props">
<span class="q-ml-xs text-green-4 fz14" >
{{props.row.type==2?$t('v101.scattered.ziying'):$t('v101.scattered.jalan')}}
</span>
</q-td>
</template>
</template> -->
<template v-slot:body-cell-hotelFeaturesMask="props">
<q-td :props="props">
<span v-for="(subItem,index) in props.row.hotelFeaturesMask" :key="index">
......@@ -154,7 +154,7 @@ export default defineComponent({
{ name: 'hotelName', label: t('v101.scattered.titleHeard1'), align: 'left' },
{ name: 'reviewRating', label: t('v101.scattered.titleHeard2'), field: (row: any) => (row.reviewRating), align: 'left' },
{ name: 'lowrateBySetCurrency', label: t('v101.scattered.titleHeard3'), align: 'left' },
{ name: 'type', label: t('v101.scattered.titleHeard4'), field: (row: any) => row.type==2?t('v101.scattered.ziying'):t('v101.scattered.jalan'), align: 'left' },
// { name: 'type', label: t('v101.scattered.titleHeard4'), field: (row: any) => row.type==2?t('v101.scattered.ziying'):t('v101.scattered.jalan'), align: 'left' },
{ name: 'hotelFeaturesMask', label: t('v101.scattered.titleHeard5'), align: 'left' },
{ name: 'address', label: t('v101.scattered.titleHeard6'), field: (row: any) => (row.address), align: 'left' },
] as any,
......
......@@ -52,7 +52,7 @@
<div class="column">
<div class="text-green-6 fz20 text-weight-bold q-pb-sm" :class="{'row justify-end':$q.platform.is.mobile}"><span>{{$t('v101.scatteredOrder.orderamount')}}</span></div>
<div :class="{'row justify-end':$q.platform.is.mobile}">
<div class="row justify-between">
<!-- <div class="row justify-between">
<div class="row no-wrap items-center">
<span class="text-grey-10">円</span>
<span class="text-red fz18 q-pl-xs">{{sureMsg.totalPriceJapanese}}</span>
......@@ -61,7 +61,7 @@
<span class="text-grey-9">{{$t('v101.scatteredOrder.renmingbi')}}</span>
<span class="text-red fz18 q-pl-xs">{{sureMsg.totalChargeableRateInfo}}</span>
</div>
</div>
</div> -->
<div class="row justify-between">
<div class="q-pt-xs row no-wrap items-center" v-if="sureMsg.DiscountMoney>0">
<span class="text-grey-10">{{$t('v101.scatteredOrder.youhui')}}</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