|
@@ -210,7 +210,7 @@ return array
|
|
|
'default' => '-1',
|
|
|
'desc' => '邀请人',
|
|
|
'match' => 'is_string',
|
|
|
- 'update' => 'text',
|
|
|
+ //'update' => 'text',
|
|
|
'search' => $parent_mid ? 'hidden' : array
|
|
|
(
|
|
|
'api' => 'agent/member-find',
|
|
@@ -230,7 +230,7 @@ return array
|
|
|
'desc' => '注册来源',
|
|
|
'match' => 'is_numeric',
|
|
|
'search' => 'select',
|
|
|
- 'update' => 'checkbox',
|
|
|
+ //'update' => 'checkbox',
|
|
|
'option' => $source_id,
|
|
|
'list' => true,
|
|
|
),
|
|
@@ -265,7 +265,7 @@ return array
|
|
|
'desc' => '代理角色',
|
|
|
'match' => 'is_numeric',
|
|
|
'search' => 'select',
|
|
|
- 'update' => 'select',
|
|
|
+ //'update' => 'select',
|
|
|
'option' => $role,
|
|
|
//'list' => true,
|
|
|
),
|
|
@@ -278,7 +278,7 @@ return array
|
|
|
'desc' => '代理商等级',
|
|
|
'match' => 'is_numeric',
|
|
|
'search' => 'select',
|
|
|
- 'update' => 'select',
|
|
|
+ //'update' => 'select',
|
|
|
'option' => $level,
|
|
|
//'list' => true,
|
|
|
),
|
|
@@ -291,7 +291,7 @@ return array
|
|
|
'desc' => '区域',
|
|
|
'match' => 'option',
|
|
|
'search' => 'linkage',
|
|
|
- 'update' => 'linkage',
|
|
|
+ //'update' => 'linkage',
|
|
|
'option' => Dever::url('api.get?level_total=4', 'area'),
|
|
|
'list' => 'Dever::load("area/api.string", "{area}")',
|
|
|
),
|