|
|
@@ -246,11 +246,11 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
],
|
|
|
'REC_USER_NAME' => [
|
|
|
'header' => Yii::t('ctx', 'placementNo'),
|
|
|
- 'headerOther' => ['width' => '160'],
|
|
|
+ 'headerOther' => ['width' => '180'],
|
|
|
],
|
|
|
'REC_REAL_NAME' => [
|
|
|
'header' => Yii::t('ctx', 'placementName'),
|
|
|
- 'headerOther' => ['width' => '160'],
|
|
|
+ 'headerOther' => ['width' => '180'],
|
|
|
],
|
|
|
// 'CON_USER_NAME' => [
|
|
|
// 'header' => Yii::t('ctx', 'placementNo'),
|
|
|
@@ -307,7 +307,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
},
|
|
|
'headerOther' => function($row) {
|
|
|
return [
|
|
|
- 'width' => '160',
|
|
|
+ 'width' => '180',
|
|
|
];
|
|
|
},
|
|
|
'valueOther' => function($row) {
|