|
@@ -266,7 +266,7 @@ return array
|
|
|
'desc' => '合同状态',
|
|
|
'match' => 'is_numeric',
|
|
|
'option' => $status,
|
|
|
- 'search' => 'select',
|
|
|
+
|
|
|
|
|
|
|
|
|
),
|
|
@@ -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,
|