fix(totalBonus-bd): 北大环境奖金汇总移除无用字段
This commit is contained in:
parent
0e75a478ba
commit
15d3542ad2
|
@ -207,38 +207,6 @@
|
|||
:formatter="stateFormat"
|
||||
/>
|
||||
|
||||
<el-table-column
|
||||
v-if="allTxt.repurPushIncomeOri"
|
||||
align="center"
|
||||
prop="repurPushIncomeOri"
|
||||
width="130"
|
||||
:label="'复购推荐收益'+ `(${isLocalSymbol()})`"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<!-- <el-table-column
|
||||
v-if="allTxt.repurPushIncome"
|
||||
align="center"
|
||||
prop="repurPushIncome"
|
||||
width="130"
|
||||
:label="'复购推荐收益' + '($)'"
|
||||
:formatter="stateFormat"
|
||||
/> -->
|
||||
<el-table-column
|
||||
v-if="allTxt.repurRangeIncomeOri"
|
||||
align="center"
|
||||
prop="repurRangeIncomeOri"
|
||||
width="130"
|
||||
:label="'复购级差收益' + `(${isLocalSymbol()})`"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<!-- <el-table-column
|
||||
v-if="allTxt.repurRangeIncome"
|
||||
align="center"
|
||||
prop="repurRangeIncome"
|
||||
width="130"
|
||||
:label="'复购级差收益' + '($)'"
|
||||
:formatter="stateFormat"
|
||||
/> -->
|
||||
<el-table-column
|
||||
v-if="allTxt.repurExpandIncomeOri"
|
||||
align="center"
|
||||
|
|
Loading…
Reference in New Issue