Commit aec0aa12 authored by 吴春's avatar 吴春

包车已支付币种修改

parent e232dc74
...@@ -320,7 +320,12 @@ ...@@ -320,7 +320,12 @@
<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> <template v-if="b2bUserInfo && b2bUserInfo.groupId == 2">
<span class="text-green-4 f12">{{$t('unit.jp')}}</span>
</template>
<template v-if="b2bUserInfo && b2bUserInfo.groupId != 2">
<span class="text-green-4 f12">{{x.CurrencyCode}}</span>
</template>
</div> </div>
</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