feat(bonus): 奖金字段调整,复购级差收益改为月复购级差收益
This commit is contained in:
parent
cfba91182e
commit
4b6c06c1cb
|
@ -211,11 +211,18 @@
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="retailMonthRepurchaseIncomeOri"
|
prop="repurRangeIncome"
|
||||||
width="130"
|
width="130"
|
||||||
:label="$t('复购级差收益') + '(¥)'"
|
:label="$t('复购级差收益') + '(¥)'"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
|
<el-table-column
|
||||||
|
align="center"
|
||||||
|
prop="retailMonthRepurchaseIncomeOri"
|
||||||
|
width="160"
|
||||||
|
:label="$t('月复购级差收益') + '(¥)'"
|
||||||
|
:formatter="stateFormat"
|
||||||
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="coachIncomeOri"
|
prop="coachIncomeOri"
|
||||||
|
|
|
@ -194,11 +194,18 @@
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="retailMonthRepurchaseIncome"
|
prop="repurRangeIncome"
|
||||||
width="130"
|
width="130"
|
||||||
:label="$t('复购级差收益') + '(¥)'"
|
:label="$t('复购级差收益') + '(¥)'"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
|
<el-table-column
|
||||||
|
align="center"
|
||||||
|
prop="retailMonthRepurchaseIncome"
|
||||||
|
width="160"
|
||||||
|
:label="$t('月复购级差收益') + '(¥)'"
|
||||||
|
:formatter="stateFormat"
|
||||||
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="coachIncome"
|
prop="coachIncome"
|
||||||
|
|
Loading…
Reference in New Issue