feat(sgsy): 奖金明细字段排序调整
This commit is contained in:
parent
8483914d0b
commit
fc605dd4b5
|
@ -48,6 +48,20 @@
|
|||
{{ item.directIncome | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left"> 级差收益 </view>
|
||||
<view class="data-right">
|
||||
{{ item.repurRangeIncome | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ $t('直推级差') }}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{ item.globalPoints | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ '拓展收益' }}
|
||||
|
@ -80,20 +94,7 @@
|
|||
{{ item.serviceIncome | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left"> 级差收益 </view>
|
||||
<view class="data-right">
|
||||
{{ item.repurRangeIncome | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{ $t('直推级差') }}
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{ item.globalPoints | toThousandthAndKeepDecimal }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="flex_s" v-if="userInfo.pkCountry == 1">
|
||||
<view class="data-left">
|
||||
{{ '重复消费' }}
|
||||
|
|
Loading…
Reference in New Issue