dever 6 년 전
부모
커밋
99d496cce3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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