feat(sgsy): 奖金明细添加见点收益字段
This commit is contained in:
parent
8e1fc10696
commit
e9f8842fd2
|
@ -72,6 +72,12 @@
|
||||||
{{ item.serviceIncome | toThousandthAndKeepDecimal }}
|
{{ item.serviceIncome | toThousandthAndKeepDecimal }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="flex_s">
|
||||||
|
<view class="data-left">见点收益</view>
|
||||||
|
<view class="data-right">
|
||||||
|
{{ item.glohalPoints | toThousandthAndKeepDecimal }}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
<!-- <view class="flex_s">
|
<!-- <view class="flex_s">
|
||||||
<view class="data-left">
|
<view class="data-left">
|
||||||
级差收益
|
级差收益
|
||||||
|
|
Loading…
Reference in New Issue