|
|
@@ -59,9 +59,9 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
'header' => Yii::t('ctx', 'status'),
|
|
|
'headerOther' => ['width' => '100'],
|
|
|
],
|
|
|
- // 'CONTENT' => [
|
|
|
- // 'header' => Yii::t('ctx', 'content'),
|
|
|
- // ],
|
|
|
+ 'CONTENT' => [
|
|
|
+ 'header' => Yii::t('ctx', 'content'),
|
|
|
+ ],
|
|
|
'TYPE' => null,
|
|
|
'SORT' => null,
|
|
|
'CREATED_AT' => [
|