Browse Source

feat: NG-74: 调整奖金计算页面.

kevin 1 year ago
parent
commit
23cb803ed4
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/lang/zh.js
  2. 2 2
      src/views/bonus/period.vue

+ 1 - 1
src/lang/zh.js

@@ -208,7 +208,7 @@ export default {
     RMarketBalancePerformance: '二市场结余业绩',
     confirmAndReviseMemberPerformance: '确认修改会员业绩?',
     periodNo: '期数',
-    bonusMonth: '所在结算月',
+    bonusMonth: '结算月',
     timeframe: '时间范围',
     closingTime: '封期时间',
     timeOfGeneratingPerformanceSheet: '生成业绩单时间',

+ 2 - 2
src/views/bonus/period.vue

@@ -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>
           </template>
         </el-table-column>