feat(bonusTotal): 奖金汇总字段调整
This commit is contained in:
parent
11fd392cd2
commit
355e9ed441
|
@ -230,7 +230,7 @@
|
|||
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="backPointsOri"
|
||||
prop="backPoints"
|
||||
width="130"
|
||||
:label="$t('重消收益') + `(${isLocalSymbol()})`"
|
||||
:formatter="stateFormat"
|
||||
|
@ -267,7 +267,14 @@
|
|||
:label="'开始日期'"
|
||||
v-if="allTxt.settleDate"
|
||||
/> -->
|
||||
|
||||
<el-table-column
|
||||
v-if="allTxt.realIncomeTotal"
|
||||
align="center"
|
||||
prop="realIncomeTotal"
|
||||
width="130"
|
||||
:label="'实发收益总计' + '(¥)'"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="time"
|
||||
|
|
Loading…
Reference in New Issue