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

feat: NG-71: 会员奖金计算调整

kevin 1 год назад
Родитель
Сommit
47fb90b6d5
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      backendApi/modules/v1/models/lists/bonus/PeriodBonusList.php

+ 6 - 6
backendApi/modules/v1/models/lists/bonus/PeriodBonusList.php

@@ -118,6 +118,12 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
                         'width' => '150',
                     ],
                 ],
+                'BONUS_PB' => [
+                    'header' => Yii::t('ctx', 'performanceBonus'), // 绩效奖
+                    'headerOther' => [
+                        'width' => '150',
+                    ],
+                ],
                 'BONUS_TOTAL' => [
                     'header' => Yii::t('ctx', 'totalBonus'), // 总奖金
                     'headerOther' => [
@@ -154,12 +160,6 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
                         'width' => '120',
                     ],
                 ],
-                'BONUS_PB' => [
-                    'header' => Yii::t('ctx', 'performanceBonus'), // 绩效奖
-                    'headerOther' => [
-                        'width' => '150',
-                    ],
-                ],
                 'BONUS_WB' => [
                     'header' => Yii::t('ctx', 'welcomeBonus'), // 迎新奖
                     'headerOther' => [