|
@@ -28,6 +28,7 @@ class WxUserTempController extends AdminController
|
|
|
$grid->column('user_introduce');
|
|
|
$grid->column('user_birthday');
|
|
|
$grid->column('user_mobile');
|
|
|
+ $grid->column('buchong');
|
|
|
$grid->column('user_state')->using([0=>'待审核',1=>'审核通过',2=>'驳回'])->label([
|
|
|
0=>'red',
|
|
|
1=>'green',
|
|
@@ -65,6 +66,7 @@ class WxUserTempController extends AdminController
|
|
|
$show->field('user_introduce');
|
|
|
$show->field('user_birthday');
|
|
|
$show->field('user_mobile');
|
|
|
+ $show->field('buchong');
|
|
|
$show->field('user_state');
|
|
|
$show->field('created_at');
|
|
|
$show->field('updated_at');
|
|
@@ -87,6 +89,7 @@ class WxUserTempController extends AdminController
|
|
|
$form->text('user_introduce');
|
|
|
$form->text('user_birthday');
|
|
|
$form->text('user_mobile');
|
|
|
+ $form->text('buchong');
|
|
|
$form->text('user_state');
|
|
|
|
|
|
$form->deleting(function (Form $form){
|