rabin 3 年之前
父节点
当前提交
75afb7aa78
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      learn/active/database/info.php

+ 3 - 3
learn/active/database/info.php

@@ -71,7 +71,7 @@ $off = function() use($search_auth)
 };
 $col = Dever::input('col');
 if (!$col) {
-    $tab = array('基础设置', '时间设置', '购买限制', '其他设置');
+    $tab = array('基础设置', '时间设置', '购买设置', '其他设置');
 } else {
     $tab = '';
 }
@@ -331,7 +331,7 @@ return array
             'update'    => 'text',
             'list'      => $search_auth == 1 ? true : false,
             'list_order' => '3',
-            'tab'       => 0,
+            'tab'       => 2,
         ),
 
         'cost_type'        => array
@@ -345,7 +345,7 @@ return array
             'option'    => $cost_type,
             // 'search'    => 'select',
             // 'list'      => true,
-            'tab'       => 3,
+            'tab'       => 2,
         ),
 
         'pic'       => array