|
|
@@ -151,9 +151,9 @@ class PeriodBonusList extends \common\libs\dataList\DataList implements DataList
|
|
|
'headerOther' => [
|
|
|
'width' => '120',
|
|
|
],
|
|
|
-// 'value' => function ($row) {
|
|
|
-// return 0.00;
|
|
|
-// },
|
|
|
+ 'value' => function($row) {
|
|
|
+ return $row['BONUS_BB']?:'/';
|
|
|
+ },
|
|
|
],
|
|
|
'BONUS_PE' => [
|
|
|
'header' => Yii::t('ctx', 'proEliteBonus'), // Pro_Elite奖金
|