rabin 2 years ago
parent
commit
4a0c7c4d2a
1 changed files with 5 additions and 4 deletions
  1. 5 4
      service/option/database/account.php

+ 5 - 4
service/option/database/account.php

@@ -52,9 +52,10 @@ $is_idcard = array
 $agreement_status = array
 (
     0 => '合同审核状态',
-    1 => '待签署',
-    2 => '有效',
-    3 => '作废',
+    1 => '未提交审核',
+    2 => '待审核',
+    3 => '审核通过',
+    4 => '审核未通过',
 );
 
 $col = Dever::input('col');
@@ -316,7 +317,7 @@ return array
             'search'    => $search_auth == 3 ? array
             (
                 'api' => 'option/agreement-select',
-                'col' => 'status',
+                'col' => 'audit',
                 'result' => 'aid',
                 'search' => 'id',
                 'option' => $agreement_status,