feat(bonusDetail): 奖金明细字段调整
This commit is contained in:
parent
091ca081ed
commit
f7575cedcb
|
@ -243,7 +243,7 @@
|
||||||
align="center"
|
align="center"
|
||||||
prop="retailRealSubtotalOri"
|
prop="retailRealSubtotalOri"
|
||||||
width="130"
|
width="130"
|
||||||
:label="$t('小计') + `(${isLocalSymbol()})`"
|
:label="$t('收益小计') + `(${isLocalSymbol()})`"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -255,30 +255,6 @@
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/> -->
|
/> -->
|
||||||
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
prop="purRealSubtotalOri"
|
|
||||||
width="130"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
:label="'首购实发小计' + `(${isLocalSymbol()})`"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
prop="cloudRealSubtotalOri"
|
|
||||||
width="130"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
:label="$t('极差小计') + '(¥)'"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
prop="repurRealSubtotalOri"
|
|
||||||
width="130"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
:label="'复购实发小计' + `(${isLocalSymbol()})`"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="realIncomeTotalOri"
|
prop="realIncomeTotalOri"
|
||||||
|
|
Loading…
Reference in New Issue