|
|
@@ -119,59 +119,59 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
],
|
|
|
],
|
|
|
'BONUS_TOTAL' => [
|
|
|
- 'header' => Yii::t('ctx', 'sponsorName'), // 总奖金
|
|
|
+ 'header' => Yii::t('ctx', 'totalBonus'), // 总奖金
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'BONUS_E' => [
|
|
|
+ 'header' => Yii::t('ctx', 'eliteBonus'), // Elite奖金
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'BONUS_PE' => [
|
|
|
+ 'header' => Yii::t('ctx', 'proEliteBonus'), // Pro_Elite奖金
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'BONUS_SE' => [
|
|
|
+ 'header' => Yii::t('ctx', 'superEliteBonus'), // Super_Elite奖金
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'BONUS_LB' => [
|
|
|
+ 'header' => Yii::t('ctx', 'leaderShipBonus'), // LeaderShip奖金
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'BONUS_ST' => [
|
|
|
+ 'header' => Yii::t('ctx', 'stockistBonus'), // 店铺奖
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'BONUS_PB' => [
|
|
|
+ 'header' => Yii::t('ctx', 'performanceBonus'), // Performance Bonus
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'BONUS_WB' => [
|
|
|
+ 'header' => Yii::t('ctx', 'welcomeBonus'), // 迎新奖
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '120',
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'BONUS_CAR' => [
|
|
|
+ 'header' => Yii::t('ctx', 'carBonus'), // 车奖
|
|
|
'headerOther' => [
|
|
|
'width' => '120',
|
|
|
],
|
|
|
],
|
|
|
-// 'BONUS_E' => [
|
|
|
-// 'header' => Yii::t('ctx', 'sponsorName'), // Elite奖金
|
|
|
-// 'headerOther' => [
|
|
|
-// 'width' => '120',
|
|
|
-// ],
|
|
|
-// ],
|
|
|
-// 'BONUS_PE' => [
|
|
|
-// 'header' => Yii::t('ctx', 'sponsorName'), // Pro_Elite奖金
|
|
|
-// 'headerOther' => [
|
|
|
-// 'width' => '120',
|
|
|
-// ],
|
|
|
-// ],
|
|
|
-// 'BONUS_SE' => [
|
|
|
-// 'header' => Yii::t('ctx', 'sponsorName'), // Super_Elite奖金
|
|
|
-// 'headerOther' => [
|
|
|
-// 'width' => '120',
|
|
|
-// ],
|
|
|
-// ],
|
|
|
-// 'BONUS_LB' => [
|
|
|
-// 'header' => Yii::t('ctx', 'sponsorName'), // LeaderShip奖金
|
|
|
-// 'headerOther' => [
|
|
|
-// 'width' => '120',
|
|
|
-// ],
|
|
|
-// ],
|
|
|
-// 'BONUS_ST' => [
|
|
|
-// 'header' => Yii::t('ctx', 'sponsorName'), // 店铺奖
|
|
|
-// 'headerOther' => [
|
|
|
-// 'width' => '120',
|
|
|
-// ],
|
|
|
-// ],
|
|
|
-// 'BONUS_PB' => [
|
|
|
-// 'header' => Yii::t('ctx', 'sponsorName'), // Performance Bonus
|
|
|
-// 'headerOther' => [
|
|
|
-// 'width' => '120',
|
|
|
-// ],
|
|
|
-// ],
|
|
|
-// 'BONUS_WB' => [
|
|
|
-// 'header' => Yii::t('ctx', 'sponsorName'), // 迎新奖
|
|
|
-// 'headerOther' => [
|
|
|
-// 'width' => '120',
|
|
|
-// ],
|
|
|
-// ],
|
|
|
-// 'BONUS_CAR' => [
|
|
|
-// 'header' => Yii::t('ctx', 'sponsorName'), // 车奖
|
|
|
-// 'headerOther' => [
|
|
|
-// 'width' => '120',
|
|
|
-// ],
|
|
|
-// ],
|
|
|
];
|
|
|
}
|
|
|
return $this->columns;
|