|
|
@@ -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' => [
|