dever 6 years ago
parent
commit
eb9924ccdc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      audit/database/data.php

+ 2 - 2
audit/database/data.php

@@ -90,9 +90,9 @@ return array
 		'status'		=> array
 		'status'		=> array
 		(
 		(
 			'type' 		=> 'int-11',
 			'type' 		=> 'int-11',
-			'name' 		=> '上线状态',
+			'name' 		=> '发布状态',
 			'default' 	=> '1',
 			'default' 	=> '1',
-			'desc' 		=> '上线状态',
+			'desc' 		=> '发布状态',
 			'match' 	=> 'is_numeric',
 			'match' 	=> 'is_numeric',
 			//'update'	=> 'select',
 			//'update'	=> 'select',
 			'option'	=> $status,
 			'option'	=> $status,