Commit 1f856795 by lujunyi

自动开方

parent 4ecd7fa3
......@@ -126,6 +126,7 @@ protected function form()
$form->textarea('introduction')->required();
$form->display('user_id');
$form->switch('status');
$form->switch('is_auto');
$form->display('created_at');
$form->display('updated_at');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment