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