dever 6 years ago
parent
commit
99d496cce3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      database/user.php

+ 2 - 1
database/user.php

@@ -251,9 +251,10 @@ return array
 			'default' 	=> '1',
 			'desc' 		=> '是否临时用户',
 			'match' 	=> 'is_numeric',
+			'search'	=> 'select',
 			'option' 	=> $temp,
 			//'update'	=> 'select',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 
 		'login_date'		=> array