Commit 6998146c authored by youjie's avatar youjie

no message

parent 12265ae5
...@@ -100,7 +100,15 @@ ...@@ -100,7 +100,15 @@
<div> <div>
<div style="opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;">{{$t('v101.scattered.titleHeard3')}}</div> <div style="opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;">{{$t('v101.scattered.titleHeard3')}}</div>
<div class=""> <div class="">
<span>{{props.row.lowrateBySetCurrency.toFixed(2)}}</span> <span>
<template v-if="props.row.type==1">
{{getPrice(props.row.lowrateBySetCurrency)}}
</template>
<template v-else>
{{props.row.lowrateBySetCurrency}}
</template>
</span>
<span class="q-pl-xs">{{$t('v101.scattered.qi')}}</span>
</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