Commit b30ad737 by lujunyi

bg

parent 74ed8a8a
......@@ -76,8 +76,8 @@ protected function form()
return Form::make(new DiagnosiRepository(), function (Form $form) {
$form->display('id')->width(4);
$form->text('name')->width(4)->required();
$form->text('content')->width(4);
$form->hidden('code')->width(4);
$form->text('content')->width(4)->required();
$form->display('code')->width(4);
$form->display('created_at')->width(4);
$form->display('updated_at')->width(4);
......
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