|
|
@@ -225,19 +225,19 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
],
|
|
|
],
|
|
|
'REC_USER_NAME_ACTUAL' => [
|
|
|
- 'header' => Yii::t('ctx', 'recommendationNo'),
|
|
|
+ 'header' => Yii::t('ctx', 'placementNo'),
|
|
|
'headerOther' => ['width' => '140'],
|
|
|
],
|
|
|
'REC_REAL_NAME_ACTUAL' => [
|
|
|
- 'header' => Yii::t('ctx', 'recommendedName'),
|
|
|
+ 'header' => Yii::t('ctx', 'placementName'),
|
|
|
'headerOther' => ['width' => '140'],
|
|
|
],
|
|
|
'REC_USER_NAME' => [
|
|
|
- 'header' => Yii::t('ctx', 'placementNo'),
|
|
|
+ 'header' => Yii::t('ctx', 'recommendationNo'),
|
|
|
'headerOther' => ['width' => '180'],
|
|
|
],
|
|
|
'REC_REAL_NAME' => [
|
|
|
- 'header' => Yii::t('ctx', 'placementName'),
|
|
|
+ 'header' => Yii::t('ctx', 'recommendedName'),
|
|
|
'headerOther' => ['width' => '190'],
|
|
|
],
|
|
|
'MOBILE' => [
|