feat(bonus): 奖金明细-合计标题改名

This commit is contained in:
woody 2025-05-20 10:33:55 +08:00
parent 835e6984ca
commit 1e1aa3a6a0
1 changed files with 2 additions and 2 deletions

View File

@ -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" />