|
@@ -361,7 +361,7 @@ return array
|
|
|
'default' => '-1',
|
|
|
'desc' => '代理商等级',
|
|
|
'match' => 'is_numeric',
|
|
|
- 'search' => 'select',
|
|
|
+ 'search' => $admin_auth ? false : 'select',
|
|
|
'update' => 'select',
|
|
|
'option' => $level,
|
|
|
//'list' => true,
|
|
@@ -536,7 +536,7 @@ return array
|
|
|
'default' => '0',
|
|
|
'desc' => '余额',
|
|
|
'match' => 'is_numeric',
|
|
|
- 'search' => 'exp',
|
|
|
+ 'search' => $admin_auth ? false : 'exp',
|
|
|
'update' => 'text',
|
|
|
'list_name' => $admin_auth ? '余额' : '余额<br />直推业绩<br />团队业绩',
|
|
|
'list' => $admin_auth ? '"{cash}"' : ($search_auth == 1 ?'"{cash}<br />{sell}<br />{group_sell}"' : false),
|
|
@@ -548,7 +548,7 @@ return array
|
|
|
'name' => '直推业绩',
|
|
|
'default' => '0',
|
|
|
'desc' => '销售业绩',
|
|
|
- 'search' => 'exp',
|
|
|
+ 'search' => $admin_auth ? false : 'exp',
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
'list' => $search_auth == 2 ? true : false,
|
|
@@ -561,7 +561,7 @@ return array
|
|
|
'default' => '0',
|
|
|
'desc' => '团队销售业绩',
|
|
|
'match' => 'is_numeric',
|
|
|
- 'search' => 'exp',
|
|
|
+ 'search' => $admin_auth ? false : 'exp',
|
|
|
'update' => 'text',
|
|
|
'list' => $search_auth == 2 ? true : false,
|
|
|
),
|