dever il y a 7 ans
Parent
commit
70c6ffa38d
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      database/top.php

+ 1 - 4
database/top.php

@@ -81,10 +81,7 @@ return array
 			'name' 		=> '状态',
 			'default' 	=> '1',
 			'desc' 		=> '请选择状态',
-			'match' 	=> array('is_numeric', 1),
-			'option' 	=> $option,
-			'update'	=> 'radio',
-			'list'		=> true,
+			'match' 	=> 'is_numeric',
 		),
 		
 		'cdate'		=> array