## 奖金来源、奖金汇总添加培育津贴;

This commit is contained in:
cabbage 2025-06-27 11:41:18 +08:00
parent a02a70787f
commit ed161f53f3
2 changed files with 16 additions and 2 deletions

View File

@ -213,7 +213,14 @@
align="center"
prop="retailMonthRepurchaseIncomeOri"
width="130"
:label="$t('复购极差收益') + '(¥)'"
:label="$t('复购级差收益') + '(¥)'"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="coachIncomeOri"
width="130"
:label="$t('培育津贴') + '(¥)'"
:formatter="stateFormat"
/>

View File

@ -196,7 +196,14 @@
align="center"
prop="retailMonthRepurchaseIncome"
width="130"
:label="$t('复购极差收益') + '(¥)'"
:label="$t('复购级差收益') + '(¥)'"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="coachIncome"
width="130"
:label="$t('培育津贴') + '(¥)'"
:formatter="stateFormat"
/>
<el-table-column