Commit ff9e7160 authored by 吴春's avatar 吴春

1

parent 96993d6e
...@@ -171,7 +171,8 @@ ...@@ -171,7 +171,8 @@
<div class="f12 text-green-4">{{ $t('hotelorder.payed') }}</div> <div class="f12 text-green-4">{{ $t('hotelorder.payed') }}</div>
<div class="text-subtitle1 din text-green-14"> <div class="text-subtitle1 din text-green-14">
{{ x.Income.toFixed(2) }} {{ x.Income.toFixed(2) }}
<span class="text-green-4 f12">{{ $t('unit.jp') }}</span> <span class="text-green-4 f12">{{ x.CurrencyCode }}</span>
<!-- <span class="text-green-4 f12">{{ $t('unit.jp') }}</span> -->
</div> </div>
</div> </div>
</div> </div>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,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 }">
...@@ -319,7 +319,8 @@ ...@@ -319,7 +319,8 @@
style="border-top: 1px dashed #607d8b33" 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">円</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