feat(bonus): 奖金明细-合计标题改名
This commit is contained in:
parent
835e6984ca
commit
1e1aa3a6a0
|
@ -9,8 +9,8 @@
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<view class="sum-val">
|
<view class="sum-val">
|
||||||
<view v-if="monthIncomeTotal" style="margin-right: 20rpx;">本月实发合计: <span>{{monthIncomeTotal | toThousandthAndKeepDecimal}}</span></view>
|
<view v-if="monthIncomeTotal" style="margin-right: 20rpx;">本月合计: <span>{{monthIncomeTotal | toThousandthAndKeepDecimal}}</span></view>
|
||||||
昨日实发合计: <span>{{toSum | toThousandthAndKeepDecimal}}</span>
|
昨日合计: <span>{{toSum | toThousandthAndKeepDecimal}}</span>
|
||||||
</view>
|
</view>
|
||||||
<template>
|
<template>
|
||||||
<sgsy v-if="navIndex==0" ref="sgsyData" :checkRule="marketList[0].isShow" :num="page.pageNum" />
|
<sgsy v-if="navIndex==0" ref="sgsyData" :checkRule="marketList[0].isShow" :num="page.pageNum" />
|
||||||
|
|
Loading…
Reference in New Issue