feat(firstPurchase): 奖金明细字段顺序调整

This commit is contained in:
woody 2025-06-17 15:20:03 +08:00
parent f7639e65a6
commit 22d6fd518f
2 changed files with 18 additions and 19 deletions

View File

@ -63,6 +63,20 @@
:formatter="stateFormat"
:label="'直推收益' + `(${isLocalSymbol()})`"
></el-table-column>
<el-table-column
align="center"
prop="repurRangeIncome"
:formatter="stateFormat"
:label="'级差收益' + `(${isLocalSymbol()})`"
v-if="hasKey('repurRangeIncome')"
></el-table-column>
<el-table-column
align="center"
v-if="hasKey1()"
prop="globalPoints"
:formatter="stateFormat"
:label="$t('直推级差') + '(¥)'"
></el-table-column>
<el-table-column
align="center"
prop="expandIncome"
@ -81,20 +95,6 @@
:formatter="stateFormat"
:label="'服务补贴' + `(${isLocalSymbol()})`"
></el-table-column>
<el-table-column
align="center"
prop="repurRangeIncome"
:formatter="stateFormat"
:label="'级差收益' + `(${isLocalSymbol()})`"
v-if="hasKey('repurRangeIncome')"
></el-table-column>
<el-table-column
align="center"
v-if="hasKey1()"
prop="globalPoints"
:formatter="stateFormat"
:label="$t('直推级差') + '(¥)'"
></el-table-column>
<el-table-column
align="center"

View File

@ -1,7 +1,7 @@
<template>
<div class="contain">
<div class="rightbox" style="width: 100%">
<div class="top-lists">
<!-- <div class="top-lists">
<div
class="nav-view"
@click="clickHref(item.path)"
@ -12,16 +12,15 @@
>
{{ item.name }}
</div>
</div>
</div> -->
<template>
<firstPurchase v-if="navIndex == 0" />
<repurchase v-if="navIndex == 1" />
<!-- <repurchase v-if="navIndex == 1" />
<hignFans v-if="navIndex == 2" />
<!-- <seaFans v-if="navIndex==3" />-->
<sbyd v-if="navIndex == 3" />
<repurchaseTicket v-if="navIndex == 4" />
<markerSpace v-if="navIndex == 5" />
<bonusTotal v-if="navIndex == 6" />
<bonusTotal v-if="navIndex == 6" /> -->
</template>
<!-- <div class="topbox">-->
<!-- <el-form label-width="120px">-->