|
|
@@ -55,6 +55,14 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
'header' => Yii::t('ctx', 'status'),
|
|
|
'headerOther' => ['width' => '100'],
|
|
|
],
|
|
|
+ 'TYPE'=> [
|
|
|
+ 'name'=> Yii::t('ctx', 'type'),
|
|
|
+ 'other'=> 'select',
|
|
|
+ 'selectData'=> [
|
|
|
+ ['id'=> 1, 'name'=> Yii::t('ctx', 'ExternalLink')],
|
|
|
+ ['id'=> 2, 'name'=> Yii::t('ctx', 'Article')]
|
|
|
+ ]
|
|
|
+ ],
|
|
|
'SORT' => null,
|
|
|
'CREATED_AT' => [
|
|
|
'header' => Yii::t('ctx', 'createTime'),
|