feat(bonusTotal): 奖金汇总字段调整

This commit is contained in:
woody 2025-07-22 09:40:02 +08:00
parent 11fd392cd2
commit 355e9ed441
1 changed files with 9 additions and 2 deletions

View File

@ -230,7 +230,7 @@
<el-table-column
align="center"
prop="backPointsOri"
prop="backPoints"
width="130"
:label="$t('重消收益') + `(${isLocalSymbol()})`"
:formatter="stateFormat"
@ -267,7 +267,14 @@
:label="'开始日期'"
v-if="allTxt.settleDate"
/> -->
<el-table-column
v-if="allTxt.realIncomeTotal"
align="center"
prop="realIncomeTotal"
width="130"
:label="'实发收益总计' + '(¥)'"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="time"