feat(bonus): 奖金字段调整,复购级差收益改为月复购级差收益

This commit is contained in:
woody 2025-07-09 15:13:22 +08:00
parent cfba91182e
commit 4b6c06c1cb
2 changed files with 16 additions and 2 deletions

View File

@ -211,11 +211,18 @@
/>
<el-table-column
align="center"
prop="retailMonthRepurchaseIncomeOri"
prop="repurRangeIncome"
width="130"
:label="$t('复购级差收益') + '(¥)'"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="retailMonthRepurchaseIncomeOri"
width="160"
:label="$t('月复购级差收益') + '(¥)'"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="coachIncomeOri"

View File

@ -194,11 +194,18 @@
/>
<el-table-column
align="center"
prop="retailMonthRepurchaseIncome"
prop="repurRangeIncome"
width="130"
:label="$t('复购级差收益') + '(¥)'"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="retailMonthRepurchaseIncome"
width="160"
:label="$t('月复购级差收益') + '(¥)'"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="coachIncome"