|
|
|
@ -21,6 +21,7 @@ class EcTitleCourseEvaluations extends Component {
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
|
let{schooldata,ecComponentState,ecpaths}=this.state;
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
<div className="mb10 mt10 eaSystemp">
|
|
|
|
@ -51,7 +52,7 @@ class EcTitleCourseEvaluations extends Component {
|
|
|
|
|
</li>
|
|
|
|
|
<li className={ecpaths==="ecStudentList"||ecpaths==="show"?"ecimgs11":"ecimgs"} style={{width: ecpaths==="ecStudentList"?'126px':'83px'}}>
|
|
|
|
|
<a className={ ecpaths==="ecStudentList"||ecpaths==="show"?"ml18 ecTitleFFF ecTitles":"ecTitle"} >5</a>
|
|
|
|
|
<a className={ ecpaths==="ecStudentList"||ecpaths==="show"?"ecTitlefontFFF":"ecTitlefont"} href={schooldata.course_setting_url}>学生</a>
|
|
|
|
|
<a className={ ecpaths==="ecStudentList"||ecpaths==="show"?"ecTitlefontFFF":"ecTitlefont"} href={"/ec_major_schools/"+this.props.match.params.major_school_id+"/academic_years/"+this.props.match.params.ec_year_id+"/student_lists"}>学生</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li className={ecpaths==="ec_course_support_setting"||ecpaths==="show"?"ecimgs11":"ecimgs"}>
|
|
|
|
|
<a className={ ecpaths==="ec_course_support_setting"||ecpaths==="show"?"ml18 ecTitleFFF ecTitles":"ecTitle ecTitles"} >6</a>
|
|
|
|
|