Procházet zdrojové kódy

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

kevin před 1 rokem
rodič
revize
29eef2d347

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

@@ -139,13 +139,13 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
                 'BONUS_SE' => [
                     'header' => Yii::t('ctx', 'superEliteBonus'), // Super_Elite奖金
                     'headerOther' => [
-                        'width' => '120',
+                        'width' => '150',
                     ],
                 ],
                 'BONUS_LB' => [
                     'header' => Yii::t('ctx', 'leaderShipBonus'), // LeaderShip奖金
                     'headerOther' => [
-                        'width' => '120',
+                        'width' => '150',
                     ],
                 ],
                 'BONUS_ST' => [
@@ -155,15 +155,15 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
                     ],
                 ],
                 'BONUS_PB' => [
-                    'header' => Yii::t('ctx', 'performanceBonus'), // Performance Bonus
+                    'header' => Yii::t('ctx', 'performanceBonus'), // 绩效奖
                     'headerOther' => [
-                        'width' => '120',
+                        'width' => '150',
                     ],
                 ],
                 'BONUS_WB' => [
                     'header' => Yii::t('ctx', 'welcomeBonus'), // 迎新奖
                     'headerOther' => [
-                        'width' => '120',
+                        'width' => '130',
                     ],
                 ],
                 'BONUS_CAR' => [