dever 6 years ago
parent
commit
138bc507dc
1 changed files with 3 additions and 1 deletions
  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})',
 		),