dever 3 лет назад
Родитель
Сommit
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',