Просмотр исходного кода

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

kevin 1 год назад
Родитель
Сommit
23cb803ed4
2 измененных файлов с 3 добавлено и 3 удалено
  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: '二市场结余业绩',
     RMarketBalancePerformance: '二市场结余业绩',
     confirmAndReviseMemberPerformance: '确认修改会员业绩?',
     confirmAndReviseMemberPerformance: '确认修改会员业绩?',
     periodNo: '期数',
     periodNo: '期数',
-    bonusMonth: '所在结算月',
+    bonusMonth: '结算月',
     timeframe: '时间范围',
     timeframe: '时间范围',
     closingTime: '封期时间',
     closingTime: '封期时间',
     timeOfGeneratingPerformanceSheet: '生成业绩单时间',
     timeOfGeneratingPerformanceSheet: '生成业绩单时间',

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

@@ -13,9 +13,9 @@
           </template>
           </template>
         </el-table-column>
         </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">
           <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>
             </el-tag>
           </template>
           </template>
         </el-table-column>
         </el-table-column>