dever 3 سال پیش
والد
کامیت
ff83fbfd16
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      service/option/database/agreement.php

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

@@ -267,8 +267,8 @@ return array
             'match'     => 'is_numeric',
             'option'    => $status,
             'search'    => 'select',
-            'list'      => true,
-            'list_order' => 8,
+            //'list'      => true,
+            //'list_order' => 8,
         ),
 
         'audit'        => array
@@ -350,8 +350,8 @@ return array
         'list_button' => array
         (
             'new' => array('查看', '"lib/agreement.location?id={id}"', 'option'),
-            'oper' => array('作废并生成', '"option/lib/manage.dropAgreement?id={id}"', "{status} == 2"),
-            'oper1' => array('更新', '"option/lib/manage.upAgreement?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'),
         ),
     ),