@@ -208,7 +208,7 @@ export default {
RMarketBalancePerformance: '二市场结余业绩',
confirmAndReviseMemberPerformance: '确认修改会员业绩?',
periodNo: '期数',
- bonusMonth: '所在结算月',
+ bonusMonth: '结算月',
timeframe: '时间范围',
closingTime: '封期时间',
timeOfGeneratingPerformanceSheet: '生成业绩单时间',
@@ -13,9 +13,9 @@
</template>
</el-table-column>
- <el-table-column :label="$t('bonus.bonusMonth')" width="110"><!-- 所在结算月 -->
+ <el-table-column :label="$t('bonus.bonusMonth')" width="110"><!-- 结算月 -->
<template slot-scope="scope">
- <el-tag type="warning" size="small" class="no-border">{{scope.row.CALC_YEAR}}-{{scope.row.CALC_MONTH}}
+ <el-tag type="warning" size="small" class="no-border">{{ scope.row.CALC_YEAR_MONTH }}
</el-tag>