dever 7 年之前
父節點
當前提交
70c6ffa38d
共有 1 個文件被更改,包括 1 次插入4 次删除
  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