|
@@ -271,9 +271,9 @@ return array
|
|
|
|
|
|
'list_button' => array
|
|
|
(
|
|
|
- 'add' => array('新增内容', '"data&search_option_module_id={id}&oper_parent=module"', '{content} == 1'),
|
|
|
+ 'fast' => array('新增内容', '"data&search_option_module_id={id}&parent=module"', '{content} == 1'),
|
|
|
|
|
|
- 'list' => array('内容列表', '"data&search_option_module_id={id}&oper_parent=module"', '{content} == 1'),
|
|
|
+ 'list' => array('内容列表', '"data&search_option_module_id={id}&parent=module"', '{content} == 1'),
|
|
|
),
|
|
|
),
|
|
|
|