@@ -161,7 +161,7 @@ return array
# 快捷更新
'list_button' => array
(
- 'edit' => array('审核', 'status,status_desc'),
+ 'edit' => array('审核', 'status,status_desc', '{status} == 1'),
),
);
@@ -182,7 +182,7 @@ return array
+ 'edit' => array('审核', 'status,status_desc', '{status} == 2'),
@@ -215,7 +215,7 @@ return array