feat(topPerformanceTotal): 顶点奖金拨比列表统计页面去除无用字段
This commit is contained in:
parent
2b6e580667
commit
47089566e4
|
@ -79,40 +79,6 @@
|
|||
</el-col>
|
||||
</el-row>
|
||||
<el-row />
|
||||
<!-- <el-row>
|
||||
<el-col>
|
||||
<el-form-item :label="'隶属体系'">
|
||||
<el-checkbox-group @change="getpkVertex"
|
||||
v-model="select.pkVertexList">
|
||||
<el-checkbox v-for="item in verList"
|
||||
:key="item.value"
|
||||
:value="item.pkId"
|
||||
:label="item.pkId">{{ item.vertexName }}</el-checkbox>
|
||||
</el-checkbox-group>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col>
|
||||
<el-form-item :label="'隶属团队'">
|
||||
<el-checkbox-group @change="getTeam"
|
||||
v-model="select.pkMemberTeamList">
|
||||
<el-checkbox v-for="item in memberList"
|
||||
:key="item.value"
|
||||
:value="item.pkId"
|
||||
:label="item.pkId">{{ item.vertexName }}</el-checkbox>
|
||||
</el-checkbox-group>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row> -->
|
||||
<!-- <el-row style="margin-left:10px">
|
||||
<el-col :span="4">
|
||||
<el-button type="primary"
|
||||
@click="getDataList"> {{ '搜索' }}</el-button>
|
||||
<el-button type="primary"
|
||||
@click="reset"> {{ '重置' }}</el-button>
|
||||
</el-col>
|
||||
</el-row> -->
|
||||
</el-form>
|
||||
<div class="maintop">
|
||||
<div class="mainbtn">
|
||||
|
@ -124,19 +90,6 @@
|
|||
>
|
||||
{{ '导出' }}</el-button>
|
||||
</div>
|
||||
<!-- <div>
|
||||
<el-dropdown :hide-on-click="false" placement="top">
|
||||
<span class="el-dropdown-link kuang">
|
||||
{{ '下拉菜单' }}<i class="el-icon-arrow-down el-icon--right"></i>
|
||||
</span>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item v-for="item in menuList"
|
||||
:key="item.id" >
|
||||
<el-checkbox v-model="item.checked"
|
||||
@change="getMenu($event,item.id)">{{ item.text }}</el-checkbox></el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="maintable">
|
||||
<!-- <div class="itemTrading"> -->
|
||||
|
@ -157,7 +110,7 @@
|
|||
v-if="item.id != 0"
|
||||
:key="item.id"
|
||||
align="center"
|
||||
width="120"
|
||||
min-width="140"
|
||||
:prop="item.prop"
|
||||
:label="item.text"
|
||||
>
|
||||
|
@ -283,20 +236,6 @@ export default {
|
|||
prop: 'mainUpAmount',
|
||||
total: 'mainUpAmountSum'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
text: `${'云代注册'}(¥)`,
|
||||
checked: true,
|
||||
prop: 'agentRegAmount',
|
||||
total: 'agentRegAmountSum'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
text: `${'云代升级'}(¥)`,
|
||||
checked: true,
|
||||
prop: 'agentUpAmount',
|
||||
total: 'agentUpAmountSum'
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
text: `${'首购金额'}(¥)`,
|
||||
|
@ -304,13 +243,6 @@ export default {
|
|||
prop: 'firstPurchaseAll',
|
||||
total: 'firstPurchaseAllSum'
|
||||
},
|
||||
{
|
||||
id: 30,
|
||||
text: `能量舱金额(¥)`,
|
||||
checked: true,
|
||||
prop: 'energyAmountAll',
|
||||
total: 'energyAmountAllSum'
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
text: `${'直推收益'}(¥)`,
|
||||
|
@ -332,13 +264,6 @@ export default {
|
|||
prop: 'leaderBonus',
|
||||
total: 'leaderBonusSum'
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
text: `${'分红收益'}(¥)`,
|
||||
checked: true,
|
||||
prop: 'shareBonus',
|
||||
total: 'shareBonusSum'
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
text: `${'服务补贴'}(¥)`,
|
||||
|
@ -346,27 +271,6 @@ export default {
|
|||
prop: 'serviceBonus',
|
||||
total: 'serviceBonusSum'
|
||||
},
|
||||
{
|
||||
id: 13,
|
||||
text: `${'云代直推'}(¥)`,
|
||||
checked: true,
|
||||
prop: 'agentIntroduceBonus',
|
||||
total: 'agentIntroduceBonusSum'
|
||||
},
|
||||
{
|
||||
id: 14,
|
||||
text: `${'云代首购'}(¥)`,
|
||||
checked: true,
|
||||
prop: 'agentFirstAmount',
|
||||
total: 'agentFirstAmountSum'
|
||||
},
|
||||
{
|
||||
id: 15,
|
||||
text: `${'云代复购'}(¥)`,
|
||||
checked: true,
|
||||
prop: 'agentRepurAmount',
|
||||
total: 'agentRepurAmountSum'
|
||||
},
|
||||
{
|
||||
id: 16,
|
||||
text: `${'复购专区'}(¥)`,
|
||||
|
@ -374,19 +278,6 @@ export default {
|
|||
prop: 'mainRepurAmount',
|
||||
total: 'mainRepurAmountSum'
|
||||
},
|
||||
{
|
||||
id: 17,
|
||||
text: `${'海粉专区'}(¥)`,
|
||||
checked: true,
|
||||
prop: 'hifansRegAmount',
|
||||
total: 'hifansRegAmountSum'
|
||||
},
|
||||
// {
|
||||
// id: 16,
|
||||
// text: `${'云代复购'}(¥)`,
|
||||
// checked: false,
|
||||
// prop: 'agentRepurAmount',
|
||||
// },
|
||||
{
|
||||
id: 18,
|
||||
text: `${'复购金额'}(¥)`,
|
||||
|
@ -408,6 +299,13 @@ export default {
|
|||
prop: 'repurOrgBonus',
|
||||
total: 'repurOrgBonusSum'
|
||||
},
|
||||
{
|
||||
id: 'repurLeaderBonus',
|
||||
text: `${'复购辅导收益'}(¥)`,
|
||||
checked: false,
|
||||
prop: 'repurLeaderBonus',
|
||||
total: 'repurLeaderBonus'
|
||||
},
|
||||
{
|
||||
id: 21,
|
||||
text: `${'首购拨出金额'}(¥)`,
|
||||
|
|
Loading…
Reference in New Issue