dever 4 years ago
parent
commit
7ae2c9bfc9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      database/project.php

+ 2 - 0
database/project.php

@@ -244,6 +244,8 @@ return array
 			'list_col' => array('设置采集字段', '"col&search_option_pid={id}&oper_parent=project"', '{project_id} > 0 && {status} <= 2'),
 
 			'list_col1' => array('设置自定义字段', '"set&search_option_pid={id}&oper_parent=project"', '{project_id} > 0 && {status} <= 2'),
+
+			'list_col2' => array('设置同步推送', '"push&search_option_pid={id}&oper_parent=project"', '{project_id} > 0 && {status} <= 2'),
 			
 			'br2' => array('<br /><br />'),
 			'new' => array('测试采集', 'Dever::url("spider/lib/api.test?id={id}")', '{project_id} > 0'),