|
@@ -42,7 +42,7 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
'header' => Yii::t('ctx', 'country'),
|
|
'header' => Yii::t('ctx', 'country'),
|
|
|
'headerOther' => ['width' => '150'],
|
|
'headerOther' => ['width' => '150'],
|
|
|
],
|
|
],
|
|
|
- 'TYPE' => null,
|
|
|
|
|
|
|
+// 'TYPE' => null,
|
|
|
// 'TYPE_NAME' => [
|
|
// 'TYPE_NAME' => [
|
|
|
// 'label' => '类型',
|
|
// 'label' => '类型',
|
|
|
// 'type' => function($data){
|
|
// 'type' => function($data){
|
|
@@ -58,7 +58,7 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
|
|
|
return $adLocation['LOCATION_NAME'];
|
|
return $adLocation['LOCATION_NAME'];
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
- 'CONTENT' => null,
|
|
|
|
|
|
|
+// 'CONTENT' => null,
|
|
|
'COUNTRY_NAME' => null,
|
|
'COUNTRY_NAME' => null,
|
|
|
'STATUS' => [
|
|
'STATUS' => [
|
|
|
'header' => Yii::t('ctx', 'status'),
|
|
'header' => Yii::t('ctx', 'status'),
|