Commit 07937029 authored by 吴春's avatar 吴春

修改语言问题

parent 7785f8e7
...@@ -327,7 +327,8 @@ ...@@ -327,7 +327,8 @@
<div class="f12 text-grey">{{ $t("hotelorder.orderMoney") }}</div> <div class="f12 text-grey">{{ $t("hotelorder.orderMoney") }}</div>
<div class="dark q-ml-xl"> <div class="dark q-ml-xl">
<span class="din text-subtitle1">{{ moneyFormat(x.Money) }}</span> <span class="din text-subtitle1">{{ moneyFormat(x.Money) }}</span>
<span class="f12">{{ $t("unit.jp") }}</span> <!-- <span class="f12">{{ $t("unit.jp") }}</span> -->
<span class="f12">{{ x.CurrencyCode }}</span>
</div> </div>
</div> </div>
<div <div
...@@ -338,7 +339,8 @@ ...@@ -338,7 +339,8 @@
<div class="f12 text-grey">{{ $t("hotelorder.payType.t1") }}</div> <div class="f12 text-grey">{{ $t("hotelorder.payType.t1") }}</div>
<div class="dark"> <div class="dark">
<span class="f12">{{ moneyFormat(x.SelfPayMoney) }}</span> <span class="f12">{{ moneyFormat(x.SelfPayMoney) }}</span>
<span class="f12">{{ $t("unit.jp") }}</span> <span class="f12">{{ x.CurrencyCode }}</span>
<!-- <span class="f12">{{ $t("unit.jp") }}</span> -->
</div> </div>
</div> </div>
<div <div
...@@ -348,7 +350,8 @@ ...@@ -348,7 +350,8 @@
<div class="f12 text-grey">{{ $t("hotelorder.payType.t2") }}</div> <div class="f12 text-grey">{{ $t("hotelorder.payType.t2") }}</div>
<div class="dark"> <div class="dark">
<span class="f12">{{ moneyFormat(x.BeforeMoney) }}</span> <span class="f12">{{ moneyFormat(x.BeforeMoney) }}</span>
<span class="f12">{{ $t("unit.jp") }}</span> <span class="f12">{{ x.CurrencyCode }}</span>
<!-- <span class="f12">{{ $t("unit.jp") }}</span> -->
</div> </div>
</div> </div>
</div> </div>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</div> </div>
<div class="text-negative text-weight-bolder din"> <div class="text-negative text-weight-bolder din">
<span class="text-weight-thin">{{$t('hotel.car.sumPrice')}}</span> <span class="text-weight-thin">{{$t('hotel.car.sumPrice')}}</span>
<span class="fz14"></span> <span class="fz14">{{order.CurrencyCode}}</span>
<span class="text-h6">{{ moneyFormat(order.Money) }}</span> <span class="text-h6">{{ moneyFormat(order.Money) }}</span>
</div> </div>
<div :class="{'text-right q-mt-sm':$q.platform.is.mobile}"> <div :class="{'text-right q-mt-sm':$q.platform.is.mobile}">
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</div> </div>
<div class="text-right text-primary q-mt-sm" style="border-top: 1px dashed #607d8b33"> <div class="text-right text-primary q-mt-sm" style="border-top: 1px dashed #607d8b33">
<span class="text-weight-thin">{{ $t('hotel.groupPrice') }}:</span> <span class="text-weight-thin">{{ $t('hotel.groupPrice') }}:</span>
<span class="fz14"></span> <span class="fz14">{{order.CurrencyCode}}</span>
<span class="text-subtitle1">{{ moneyFormat(y.HotelMoeny) }}</span> <span class="text-subtitle1">{{ moneyFormat(y.HotelMoeny) }}</span>
</div> </div>
</div> </div>
......
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