3
0
Fork 0

fix(bonusDetail): 奖金明细移除四舍五入

This commit is contained in:
woody 2025-09-01 11:30:50 +08:00
parent bbb770fcf2
commit 71b5682457
1 changed files with 0 additions and 4 deletions

View File

@ -179,26 +179,22 @@
prop="retailRangeIncome"
width="130"
:label="$t('直推级差收益')"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="repurRangeIncome"
width="130"
:label="$t('复购级差收益')"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="retailAreaIncome"
width="130"
:label="$t('复购配送收益')"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="realIncomeTotal"
:formatter="stateFormat"
:label="'实发收益总计'"
/>
</el-table>