dever 3 years ago
parent
commit
42af230541
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/option/database/agreement.php

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

@@ -274,7 +274,7 @@ return array
         'audit'        => array
         (
             'type'      => 'tinyint-1',
-            'name'      => '审核',
+            'name'      => '审核状态',
             'default'   => $col ? '3' : '1',
             'desc'      => '审核',
             'match'     => 'is_numeric',