Compare commits
2 Commits
12fade3092
...
fa80e61020
| Author | SHA1 | Date |
|---|---|---|
|
|
fa80e61020 | |
|
|
4b6c06c1cb |
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue