Compare commits

..

No commits in common. "3e6909ac0a47d4b7a3f089eb0dd07f92d3be46bc" and "cda6543de551ec39ff2002ed55b94736880d06f5" have entirely different histories.

1 changed files with 5 additions and 0 deletions

View File

@ -184,30 +184,35 @@
<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"
/>