Compare commits
No commits in common. "fa80e61020724384f2e0c5ad788331182a6cb607" and "12fade3092929509fcf5d38d14aa30e15af7158a" have entirely different histories.
fa80e61020
...
12fade3092
|
|
@ -211,18 +211,11 @@
|
|||
/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="repurRangeIncome"
|
||||
prop="retailMonthRepurchaseIncomeOri"
|
||||
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,18 +194,11 @@
|
|||
/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="repurRangeIncome"
|
||||
prop="retailMonthRepurchaseIncome"
|
||||
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