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