|
@@ -101,11 +101,11 @@ return array
|
|
|
|
|
|
'source_type' => array
|
|
|
(
|
|
|
- 'type' => 'int-11',
|
|
|
+ 'type' => 'varchar-100',
|
|
|
'name' => '用户来源',
|
|
|
'default' => '',
|
|
|
'desc' => '请选择用户来源',
|
|
|
- 'match' => 'is_numeric',
|
|
|
+ 'match' => 'is_string',
|
|
|
'update' => 'select',
|
|
|
'option' => $source_type,
|
|
|
'search' => 'select',
|