mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 02:49:03 +08:00
用户列表新增邀请人id
This commit is contained in:
parent
f35f765986
commit
560bc065aa
@ -202,6 +202,15 @@ class User
|
||||
'form_type' => 'section',
|
||||
],
|
||||
],
|
||||
[
|
||||
'label' => '邀请人id',
|
||||
'view_type' => 'field',
|
||||
'view_key' => 'referrer',
|
||||
'is_sort' => 1,
|
||||
'search_config' => [
|
||||
'form_type' => 'input',
|
||||
],
|
||||
],
|
||||
[
|
||||
'label' => '注册时间',
|
||||
'view_type' => 'field',
|
||||
|
Loading…
Reference in New Issue
Block a user