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