rabin 3 years ago
parent
commit
aaaa2709da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/database/member_agreement.php

+ 1 - 1
service/agent/database/member_agreement.php

@@ -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()