Commit 034014b5 authored by youjie's avatar youjie

no message

parent 8d356930
......@@ -130,7 +130,7 @@
<div class="f12 text-grey">{{ $t('hotelorder.orderMoney') }}</div>
<div class="dark q-ml-xl">
<span class="din text-subtitle1">
{{ moneyFormat(x.totalMoney)>0?moneyFormat(x.totalMoney):$t('v102.vehicle.nomoney') }}
{{ x.OfferState!=2?$t('v102.vehicle.nomoney'):moneyFormat(x.totalMoney) }}
<!-- {{ x.totalMoney.toFixed(2) }} -->
</span>
<span class="f12" v-if="moneyFormat(x.totalMoney)>0">
......@@ -163,7 +163,8 @@
<div v-else>
<div class="f12 text-green-4">{{ $t('hotelorder.payed') }}</div>
<div class="text-subtitle1 din text-green-14">
{{ moneyFormat(x.totalMoney) }}
<!-- {{ moneyFormat(x.totalMoney) }} -->
{{ moneyFormat(x.Income) }}
<span class="text-green-4 f12">
{{x.CurrencyCode}}
</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