From 560bc065aaba1c55e59d40b910617deaca2e95a7 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 12 Feb 2022 14:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=82=80=E8=AF=B7=E4=BA=BAid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/form/User.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/admin/form/User.php b/app/admin/form/User.php index 1f9fcad31..467cf581c 100644 --- a/app/admin/form/User.php +++ b/app/admin/form/User.php @@ -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',