Explorar el Código

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

kevin hace 1 año
padre
commit
1fd323eeba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backendApi/modules/v1/models/lists/bonus/PeriodBonusList.php

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

@@ -66,7 +66,7 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
                 'PERIOD_NUM' => [
                     'header' => \Yii::t('ctx', 'payCycle'), // 结算期数
                     'headerOther' => [
-                        'width' => '150',
+                        'width' => '100',
                     ],
                     'valueOther' => [
                         'tag'=>['type'=>'', 'size' => 'small', 'class'=>'no-border'],