dever 6 年之前
父节点
当前提交
4d36dd252f

+ 0 - 2
component/database/auditing.php

@@ -73,8 +73,6 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '请输入项目',
 			'match' 	=> 'is_numeric',
-			'list'		=> true,
-			'edit'		=> true,
 		),
 
 		'version_id'		=> array

+ 0 - 2
component/database/publish.php

@@ -72,8 +72,6 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '请输入项目',
 			'match' 	=> 'is_numeric',
-			'list'		=> true,
-			'edit'		=> true,
 		),
 
 		'version_id'		=> array

+ 0 - 2
component/database/tabbar.php

@@ -54,8 +54,6 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '请输入项目',
 			'match' 	=> 'is_numeric',
-			'list'		=> true,
-			'edit'		=> true,
 		),
 		
 		'name'		=> array

+ 0 - 2
component/database/template.php

@@ -31,8 +31,6 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '请输入项目',
 			'match' 	=> 'is_numeric',
-			'list'		=> true,
-			'edit'		=> true,
 		),
 
 		'name'		=> array

+ 0 - 2
component/database/unaudit.php

@@ -72,8 +72,6 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '请输入项目',
 			'match' 	=> 'is_numeric',
-			'list'		=> true,
-			'edit'		=> true,
 		),
 
 		'version_id'		=> array

+ 0 - 2
component/database/version.php

@@ -64,8 +64,6 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '请输入项目',
 			'match' 	=> 'is_numeric',
-			'list'		=> true,
-			'edit'		=> true,
 		),
 
 		'user'		=> array