|
@@ -23,7 +23,7 @@ if (Dever::load('manage/auth')->checkFunc('agent.member_agreement', 'edit1', '
|
|
|
$list_button['oper1'] = array('更新', '"agent/lib/manage.upAgreement?id={id}"', "{status} <= 2");
|
|
|
}
|
|
|
if (Dever::load('manage/auth')->checkFunc('agent.member_agreement', 'chongxinqianshu', '重新签署')) {
|
|
|
- $list_button['oper'] = array('更新并重新签署', '"agent/lib/manage.upSignAgreement?id={id}"', "{status} == 2");
|
|
|
+ $list_button['oper2'] = array('更新并重新签署', '"agent/lib/manage.upSignAgreement?id={id}"', "{status} == 2");
|
|
|
}
|
|
|
|
|
|
$agreement = function()
|