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',