fix(bonusDetail): 奖金明细列表列宽度调整

This commit is contained in:
woody 2025-10-09 09:20:24 +08:00
parent 5e841bef60
commit 202db76e99
1 changed files with 0 additions and 5 deletions

View File

@ -184,35 +184,30 @@
<el-table-column
align="center"
prop="directIncome"
width="130"
:label="$t('直推收益')"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="storeIncome"
width="130"
:label="$t('阶段收益')"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="globalPoints"
width="130"
:label="$t('见点收益')"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="retailRangeIncome"
width="130"
:label="$t('领导奖')"
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="retailSameLevelIncome"
width="130"
:label="$t('平级奖')"
:formatter="stateFormat"
/>