dever 6 years ago
parent
commit
1e60740f7f

+ 2 - 0
component/database/auditing.php

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

+ 2 - 0
component/database/publish.php

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

+ 2 - 0
component/database/tabbar.php

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

+ 2 - 0
component/database/template.php

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

+ 2 - 0
component/database/unaudit.php

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

+ 2 - 0
component/database/version.php

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