|
|
|
@ -58,6 +58,7 @@ class LanzuMpWithdrawController extends AdminController |
|
|
|
}); |
|
|
|
if ($current_user->isRole('lanzu_mp')) { |
|
|
|
$grid->disableEditButton(); |
|
|
|
$grid->disableActions(); |
|
|
|
} else { |
|
|
|
$grid->disableCreateButton(); |
|
|
|
} |
|
|
|
@ -189,7 +190,6 @@ class LanzuMpWithdrawController extends AdminController |
|
|
|
$balance = $mpb->balance; |
|
|
|
} |
|
|
|
return Form::make(new LanzuMpWithdraw(), function (Form $form) use ($current_user, $balance, $mpb, $mp) { |
|
|
|
|
|
|
|
$form->footer(function ($footer) { |
|
|
|
|
|
|
|
// 去掉`查看`checkbox
|
|
|
|
|