Merge branch 'dev' of 47.94.45.65:angelo/web-retail-admin into test
This commit is contained in:
commit
fa80e61020
|
@ -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