feat(bonusDetail): 奖金明细字段调整

This commit is contained in:
woody 2025-06-23 17:22:52 +08:00
parent 5c3517400a
commit 126232fa02
1 changed files with 1 additions and 25 deletions

View File

@ -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"