feat(bonusDetail): 奖金明细字段调整
This commit is contained in:
parent
5c3517400a
commit
126232fa02
|
@ -243,7 +243,7 @@
|
|||
align="center"
|
||||
prop="retailRealSubtotalOri"
|
||||
width="130"
|
||||
:label="$t('小计') + `(${isLocalSymbol()})`"
|
||||
:label="$t('收益小计') + `(${isLocalSymbol()})`"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
|
||||
|
@ -255,30 +255,6 @@
|
|||
: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
|
||||
align="center"
|
||||
prop="realIncomeTotalOri"
|
||||
|
|
Loading…
Reference in New Issue