dever 3 gadi atpakaļ
vecāks
revīzija
6aaeb5dc90
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      service/option/database/agreement.php

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

@@ -266,7 +266,7 @@ return array
             'desc'      => '合同状态',
             'match'     => 'is_numeric',
             'option'    => $status,
-            'search'    => 'select',
+            //'search'    => 'select',
             //'list'      => true,
             //'list_order' => 8,
         ),
@@ -280,6 +280,7 @@ return array
             'match'     => 'is_numeric',
             'option'    => $col ? $audit_manage : $audit,
             'update'    => 'radio',
+            'search'    => 'select',
             'control'   => 'audit',
             'value'     => $col ? '3' : '1',
             'list'      => true,