|
|
@@ -333,7 +333,7 @@ class BalanceList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
],
|
|
|
],
|
|
|
'GARAGE_POINTS' => [
|
|
|
- 'header' => 'CarVilla incentive',//车房积分
|
|
|
+ 'header' => 'Car incentive',// 车积分
|
|
|
'value' => function($row) {
|
|
|
return (new Price([
|
|
|
'value' => $row['GARAGE_POINTS'],
|
|
|
@@ -347,6 +347,21 @@ class BalanceList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
'tag'=>['type'=>'danger', 'size' => 'small', 'class'=>'no-border'],
|
|
|
],
|
|
|
],
|
|
|
+ 'VILLA_POINTS' => [
|
|
|
+ 'header' => 'Villa incentive',// 房积分
|
|
|
+ 'value' => function($row) {
|
|
|
+ return (new Price([
|
|
|
+ 'value' => $row['VILLA_POINTS'],
|
|
|
+ ]))->result();
|
|
|
+ },
|
|
|
+ 'headerOther' => [
|
|
|
+ 'width' => '150',
|
|
|
+ 'prop'=>'VILLA_POINTS',
|
|
|
+ ],
|
|
|
+ 'valueOther' => [
|
|
|
+ 'tag'=>['type'=>'danger', 'size' => 'small', 'class'=>'no-border'],
|
|
|
+ ],
|
|
|
+ ],
|
|
|
'PERIOD_AT' => 'Joining Period',//加入期数
|
|
|
// 'DEC_DEC_ROLE_NAME' => [
|
|
|
// 'header' => '所属报单中心级别',
|