|
|
@@ -224,14 +224,6 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
'tag'=>['type'=>'warning', 'size' => 'small', 'class'=>'no-border']
|
|
|
],
|
|
|
],
|
|
|
- 'REC_USER_NAME_ACTUAL' => [
|
|
|
- 'header' => Yii::t('ctx', 'placementNo'),
|
|
|
- 'headerOther' => ['width' => '140'],
|
|
|
- ],
|
|
|
- 'REC_REAL_NAME_ACTUAL' => [
|
|
|
- 'header' => Yii::t('ctx', 'placementName'),
|
|
|
- 'headerOther' => ['width' => '140'],
|
|
|
- ],
|
|
|
'REC_USER_NAME' => [
|
|
|
'header' => Yii::t('ctx', 'recommendationNo'),
|
|
|
'headerOther' => ['width' => '180'],
|
|
|
@@ -240,6 +232,14 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
'header' => Yii::t('ctx', 'recommendedName'),
|
|
|
'headerOther' => ['width' => '190'],
|
|
|
],
|
|
|
+ 'REC_USER_NAME_ACTUAL' => [
|
|
|
+ 'header' => Yii::t('ctx', 'placementNo'),
|
|
|
+ 'headerOther' => ['width' => '140'],
|
|
|
+ ],
|
|
|
+ 'REC_REAL_NAME_ACTUAL' => [
|
|
|
+ 'header' => Yii::t('ctx', 'placementName'),
|
|
|
+ 'headerOther' => ['width' => '140'],
|
|
|
+ ],
|
|
|
'MOBILE' => [
|
|
|
'header' => Yii::t('ctx', 'phoneNumber'),
|
|
|
'value' => function($row) {
|