## 奖金来源、奖金汇总添加培育津贴;
This commit is contained in:
parent
a02a70787f
commit
ed161f53f3
|
@ -213,7 +213,14 @@
|
||||||
align="center"
|
align="center"
|
||||||
prop="retailMonthRepurchaseIncomeOri"
|
prop="retailMonthRepurchaseIncomeOri"
|
||||||
width="130"
|
width="130"
|
||||||
:label="$t('复购极差收益') + '(¥)'"
|
:label="$t('复购级差收益') + '(¥)'"
|
||||||
|
:formatter="stateFormat"
|
||||||
|
/>
|
||||||
|
<el-table-column
|
||||||
|
align="center"
|
||||||
|
prop="coachIncomeOri"
|
||||||
|
width="130"
|
||||||
|
:label="$t('培育津贴') + '(¥)'"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
@ -196,7 +196,14 @@
|
||||||
align="center"
|
align="center"
|
||||||
prop="retailMonthRepurchaseIncome"
|
prop="retailMonthRepurchaseIncome"
|
||||||
width="130"
|
width="130"
|
||||||
:label="$t('复购极差收益') + '(¥)'"
|
:label="$t('复购级差收益') + '(¥)'"
|
||||||
|
:formatter="stateFormat"
|
||||||
|
/>
|
||||||
|
<el-table-column
|
||||||
|
align="center"
|
||||||
|
prop="coachIncome"
|
||||||
|
width="130"
|
||||||
|
:label="$t('培育津贴') + '(¥)'"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|
Loading…
Reference in New Issue