@@ -274,7 +274,7 @@ return array
'audit' => array
(
'type' => 'tinyint-1',
- 'name' => '审核',
+ 'name' => '审核状态',
'default' => $col ? '3' : '1',
'desc' => '审核',
'match' => 'is_numeric',