@@ -56,7 +56,7 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
'headerOther' => ['width' => '100'],
],
'TYPE'=> [
- 'name'=> Yii::t('ctx', 'type'),
+ 'name'=> Yii::t('ctx', 'ExternalLink'),
'other'=> 'select',
'selectData'=> [
['id'=> 1, 'name'=> Yii::t('ctx', 'ExternalLink')],
@@ -417,6 +417,7 @@ return [
'Show' => 'Show',
'Article' => 'Article',
'ExternalLink' => 'External Link',
+ 'AdType' => 'Type',
#Article
'articleNotExists' => 'Article does not exist',
@@ -415,6 +415,7 @@ return [
'Show' => '展示',
'Article' => '文章',
'ExternalLink' => '外链',
+ 'AdType' => '类型',
'articleNotExists' => '文章不存在',