dever 3 년 전
부모
커밋
42af230541
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',