feat(bonusDetail): 奖金明细列表字段调整
This commit is contained in:
parent
489812cbc6
commit
5c3517400a
|
@ -199,25 +199,38 @@
|
||||||
align="center"
|
align="center"
|
||||||
prop="retailAreaIncomeOri"
|
prop="retailAreaIncomeOri"
|
||||||
width="130"
|
width="130"
|
||||||
:label="$t('区域收益') + `(${isLocalSymbol()})`"
|
:label="$t('区域分红') + `(${isLocalSymbol()})`"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="retailBenefitRangeIncomeOri"
|
prop="retailBenefitRangeIncomeOri"
|
||||||
width="130"
|
width="130"
|
||||||
:label="$t('福利极差收益') + `(${isLocalSymbol()})`"
|
:label="$t('福利级差收益') + `(${isLocalSymbol()})`"
|
||||||
|
:formatter="stateFormat"
|
||||||
|
/>
|
||||||
|
<el-table-column
|
||||||
|
align="center"
|
||||||
|
prop="retailMonthRepurchaseIncomeOri"
|
||||||
|
width="130"
|
||||||
|
:label="$t('复购极差收益') + '(¥)'"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="retailBenefitIncomeOri"
|
prop="retailBenefitAvgIncomeOri"
|
||||||
width="130"
|
width="160"
|
||||||
:label="$t('福利分红收益') + `(${isLocalSymbol()})`"
|
:label="$t('福利分红平均收益') + `(${isLocalSymbol()})`"
|
||||||
|
:formatter="stateFormat"
|
||||||
|
/>
|
||||||
|
<el-table-column
|
||||||
|
align="center"
|
||||||
|
prop="retailBenefitIncomeOri"
|
||||||
|
width="160"
|
||||||
|
:label="$t('福利分红加权收益') + `(${isLocalSymbol()})`"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="backPointsOri"
|
prop="backPointsOri"
|
||||||
|
@ -234,45 +247,13 @@
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
align="center"
|
|
||||||
prop="repurCouponOri"
|
|
||||||
width="130"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
:label="'复购券' + `(${isLocalSymbol()})`"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
prop="repurCouponShareOri"
|
|
||||||
width="130"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
:label="'复购券均分'"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
prop="backPointsOri"
|
|
||||||
width="130"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
:label="'商城重消' + `(${isLocalSymbol()})`"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
prop="serviceSpendOri"
|
|
||||||
width="130"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
:label="'平台服务费' + `(${isLocalSymbol()})`"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
align="center"
|
||||||
prop="globalPointsOri"
|
prop="globalPointsOri"
|
||||||
width="130"
|
width="130"
|
||||||
:label="$t('直推极差') + '(¥)'"
|
:label="$t('直推极差') + '(¥)'"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/> -->
|
||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
|
@ -298,14 +279,6 @@
|
||||||
:label="'复购实发小计' + `(${isLocalSymbol()})`"
|
:label="'复购实发小计' + `(${isLocalSymbol()})`"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
prop="repurCouponSubtotalOri"
|
|
||||||
width="160"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
:label="'复购券实发小计' + `(${isLocalSymbol()})`"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="realIncomeTotalOri"
|
prop="realIncomeTotalOri"
|
||||||
|
|
Loading…
Reference in New Issue