forked from angelo/web-retail-admin
feat(totalBonus): 移除美元币种
This commit is contained in:
parent
40f1eb3438
commit
33a6b279d5
File diff suppressed because it is too large
Load Diff
|
@ -234,13 +234,6 @@
|
||||||
:label="$t('直推级差') + '(¥)'"
|
:label="$t('直推级差') + '(¥)'"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
prop="globalPoints"
|
|
||||||
width="130"
|
|
||||||
:label="$t('直推级差') + '($)'"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
|
@ -378,109 +371,15 @@ export default {
|
||||||
text: '全选',
|
text: '全选',
|
||||||
checked: true
|
checked: true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 21,
|
|
||||||
text: '直推收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'firstBuyAmountDollar'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 22,
|
|
||||||
text: '拓展收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'expandIncome'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 23,
|
|
||||||
text: '辅导收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'coachIncome'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 24,
|
|
||||||
text: '分红收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'shareIncome'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 25,
|
|
||||||
text: '报单收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'serviceIncome'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 26,
|
|
||||||
text: '云代直推收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'cloudDirectIncome'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 27,
|
|
||||||
text: '云代首购收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'cloudPurIncome'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 28,
|
|
||||||
text: '云代复购收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'cloudRepurIncome'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 39,
|
|
||||||
text: '复购级差收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'repurRangeIncome'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 30,
|
|
||||||
text: '复购拓展收益' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'repurExpandIncome'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 31,
|
id: 31,
|
||||||
text: '复购券',
|
text: '复购券',
|
||||||
checked: true,
|
checked: true,
|
||||||
prop: 'repurCoupon',
|
prop: 'repurCoupon',
|
||||||
flag: 1
|
flag: 1
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 32,
|
|
||||||
text: '商城重消' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'backPoints'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 35,
|
|
||||||
text: '平台服务费' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'backPoints'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 44,
|
|
||||||
text: '首购实发小计' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'purRealSubtotal'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 45,
|
|
||||||
text: '云代实发小计' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'cloudRealSubtotal'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 46,
|
|
||||||
text: '复购实发小计' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'repurRealSubtotal'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 47,
|
|
||||||
text: '实发收益总计' + '($)',
|
|
||||||
checked: true,
|
|
||||||
prop: 'realIncomeTotal'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
creationTime: [],
|
creationTime: [],
|
||||||
creationTime1: [],
|
creationTime1: [],
|
||||||
|
|
Loading…
Reference in New Issue