forked from angelo/web-retail-admin
fix(bonusDetail): 奖金明细移除四舍五入
This commit is contained in:
parent
0f1383fc71
commit
090ffcc1e6
|
@ -179,26 +179,22 @@
|
|||
prop="retailRangeIncome"
|
||||
width="130"
|
||||
:label="$t('直推级差收益')"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="repurRangeIncome"
|
||||
width="130"
|
||||
:label="$t('复购级差收益')"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="retailAreaIncome"
|
||||
width="130"
|
||||
:label="$t('复购配送收益')"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="realIncomeTotal"
|
||||
:formatter="stateFormat"
|
||||
:label="'实发收益总计'"
|
||||
/>
|
||||
</el-table>
|
||||
|
|
Loading…
Reference in New Issue