|
@@ -366,8 +366,8 @@ return array
|
|
|
'list_button' => array
|
|
|
(
|
|
|
'new' => array('查看', '"lib/agreement.location?id={id}"', 'agent'),
|
|
|
- 'oper' => array('作废并生成', '"lib/manage.dropAgreement?id={id}"', "{status} == 2"),
|
|
|
- 'oper1' => array('更新', '"lib/manage.upAgreement?id={id}"', "{status} == 2"),
|
|
|
+ 'oper' => array('作废并生成', '"agent/lib/manage.dropAgreement?id={id}"', "{status} == 2"),
|
|
|
+ 'oper1' => array('更新', '"agent/lib/manage.upAgreement?id={id}"', "{status} == 2"),
|
|
|
),
|
|
|
),
|
|
|
|