|
@@ -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
|