|
|
@@ -250,7 +250,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
],
|
|
|
'REC_REAL_NAME' => [
|
|
|
'header' => Yii::t('ctx', 'placementName'),
|
|
|
- 'headerOther' => ['width' => '180'],
|
|
|
+ 'headerOther' => ['width' => '190'],
|
|
|
],
|
|
|
// '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' => '180',
|
|
|
+ 'width' => '200',
|
|
|
];
|
|
|
},
|
|
|
'valueOther' => function($row) {
|