|
@@ -64,11 +64,6 @@ class TeachPlanController extends AdminController
|
|
$form->textarea('content');
|
|
$form->textarea('content');
|
|
$form->multipleImage('photos','上传照片')->saveAsJson();
|
|
$form->multipleImage('photos','上传照片')->saveAsJson();
|
|
$form->file('pdf_file','点击上传文件')->help('上传格式为PDF,且大小不超过100MB');
|
|
$form->file('pdf_file','点击上传文件')->help('上传格式为PDF,且大小不超过100MB');
|
|
- // $form->text('time');
|
|
|
|
- // $form->text('create_user_id');
|
|
|
|
-
|
|
|
|
- // $form->text('photos');
|
|
|
|
-
|
|
|
|
});
|
|
});
|
|
}
|
|
}
|
|
}
|
|
}
|