feat(sgsy): 奖金明细字段排序调整

This commit is contained in:
woody 2025-06-17 13:50:28 +08:00
parent 8483914d0b
commit fc605dd4b5
1 changed files with 15 additions and 14 deletions

View File

@ -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">
{{ '重复消费' }}