dever 6 年之前
父节点
当前提交
138bc507dc
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      act/database/subscribe.php

+ 3 - 1
act/database/subscribe.php

@@ -31,7 +31,7 @@ return array
 			'default' 	=> '0',
 			'desc' 		=> '请选择用户',
 			'match' 	=> 'is_numeric',
-			//'update'	=> 'select',
+			'update'	=> 'text',
 			//'search'	=> 'select',
 			'search'    => array
             (
@@ -49,6 +49,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '订阅类别',
 			'match' 	=> 'option',
+			'update'	=> 'select',
 			//'search'	=> 'select',
 			'option' 	=> $table,
 			//'list'		=> true,
@@ -60,6 +61,7 @@ return array
 			'name' 		=> '标题',
 			'default' 	=> '',
 			'desc' 		=> '标题',
+			'update'	=> 'text',
 			'match' 	=> 'option',
 			'list'		=> 'Dever::load("act/lib/manage.load", "{type}", {data_id})',
 		),