dever 3 년 전
부모
커밋
971e51077d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/option/database/agreement.php

+ 1 - 1
service/option/database/agreement.php

@@ -350,7 +350,7 @@ return array
         'list_button' => array
         (
             'new' => array('查看', '"lib/agreement.location?id={id}"', 'option'),
-            //'oper' => array('作废并生成', '"option/lib/manage.dropAgreement?id={id}"', "{status} == 2"),
+            'oper' => array('作废并生成', '"option/lib/manage.dropAgreement?id={id}"', "{status} == 2"),
             'oper1' => array('更新', '"option/lib/manage.upAgreement?id={id}"', "{status} == 2"),
             'edit' => array('审核', 'audit,audit_desc', '{audit} == 2'),
         ),