dever 3 years ago
parent
commit
6aaeb5dc90
1 changed files with 2 additions and 1 deletions
  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,