|
|
|
@ -861,13 +861,14 @@ class CoursesNew extends Component {
|
|
|
|
|
>
|
|
|
|
|
{getFieldDecorator("checkboxgroup", {
|
|
|
|
|
initialValue: [
|
|
|
|
|
"shixun_homework", "common_homework", "exercise", "attachment", "course_group",
|
|
|
|
|
"shixun_homework", "common_homework","group_homework","exercise", "attachment", "course_group",
|
|
|
|
|
],
|
|
|
|
|
})(
|
|
|
|
|
<Checkbox.Group style={{width: "800px", marginTop: "10px"}}>
|
|
|
|
|
<Checkbox value={"announcement"} className="fl">公告栏</Checkbox>
|
|
|
|
|
<Checkbox value={"shixun_homework"} className="fl">实训作业</Checkbox>
|
|
|
|
|
<Checkbox value={"common_homework"} className="fl">普通作业</Checkbox>
|
|
|
|
|
<Checkbox value={"group_homework"} className="fl">分组作业</Checkbox>
|
|
|
|
|
<Checkbox value={"exercise"} className="fl">试卷</Checkbox>
|
|
|
|
|
<Checkbox value={"poll"} className="fl">问卷</Checkbox>
|
|
|
|
|
<Checkbox value={"attachment"} className="fl">资源</Checkbox>
|
|
|
|
|