|
...
|
...
|
@@ -31,7 +31,7 @@ class KeywordController extends BaseController |
|
|
|
public function index(Keyword $keyword)
|
|
|
|
{
|
|
|
|
$this->map = $this->searchParam($this->map);
|
|
|
|
$filed = ['id', 'project_id', 'title', 'seo_title', 'seo_keywords', 'seo_description', 'status', 'created_at','route','keyword_title'];
|
|
|
|
$filed = ['id', 'project_id', 'title', 'seo_title', 'seo_keywords', 'seo_description', 'status', 'created_at','route','keyword_title','is_video_keyword'];
|
|
|
|
$data = $keyword->lists($this->map,$this->page,$this->row,$this->order,$filed);
|
|
|
|
if(!empty($data)){
|
|
|
|
foreach ($data['list'] as &$v){
|
...
|
...
|
|