|
|
@ -405,7 +405,7 @@ class ExerciceNew extends Component{
|
|
|
|
{ name: this.isEdit ? '编辑试卷' : '新建试卷'}
|
|
|
|
{ name: this.isEdit ? '编辑试卷' : '新建试卷'}
|
|
|
|
]}></CBreadcrumb>
|
|
|
|
]}></CBreadcrumb>
|
|
|
|
|
|
|
|
|
|
|
|
<p className="clearfix mt30 mb30">
|
|
|
|
<p className="clearfix mt20 mb20">
|
|
|
|
<span className="fl font-24 color-grey-3">{this.isEdit ? "编辑" : "新建"}试卷</span>
|
|
|
|
<span className="fl font-24 color-grey-3">{this.isEdit ? "编辑" : "新建"}试卷</span>
|
|
|
|
<a href="javascript:void(0)" className="color-grey-6 fr font-16 mr2"
|
|
|
|
<a href="javascript:void(0)" className="color-grey-6 fr font-16 mr2"
|
|
|
|
onClick={() => this.props.history.length == 1 ? this.props.history.push(`/courses/${courseId}/exercises/${left_banner_id}`): this.props.history.goBack()}>
|
|
|
|
onClick={() => this.props.history.length == 1 ? this.props.history.push(`/courses/${courseId}/exercises/${left_banner_id}`): this.props.history.goBack()}>
|
|
|
|