|
|
|
@ -3,7 +3,7 @@ import classNames from 'classnames'
|
|
|
|
|
|
|
|
|
|
import axios from 'axios';
|
|
|
|
|
|
|
|
|
|
import { TPMIndexHOC } from '../../../tpm/TPMIndexHOC';
|
|
|
|
|
// import { TPMIndexHOC } from '../../../tpm/TPMIndexHOC';
|
|
|
|
|
|
|
|
|
|
import { SnackbarHOC } from 'educoder'
|
|
|
|
|
|
|
|
|
@ -431,60 +431,56 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
|
|
|
|
|
<div className="educontent mb290">
|
|
|
|
|
|
|
|
|
|
<EcTitleCourseEvaluations
|
|
|
|
|
{...this.props}
|
|
|
|
|
schooldata={schooldata}
|
|
|
|
|
ecComponentState={'ecCompletion'}
|
|
|
|
|
ecpath={"show"}
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<div className="edu-back-white eacourse">
|
|
|
|
|
|
|
|
|
|
<div className="clearfix padding20-30 bor-bottom-greyE">
|
|
|
|
|
<a href={schooldata.course_setting_url} className="color-grey-9 TrainingLecturer">课程体系</a> >
|
|
|
|
|
<a className="TrainingTheory major_name"> {schooldata.ec_course_name} 达成评价详情</a>
|
|
|
|
|
{/* <a href="javascript:void(0)" className="fr white-btn edu-blueback-btn mt4">导出培养目标</a> */}
|
|
|
|
|
<div className="color-grey-9 mr10">系统根据课程目标、课程考核方式与课程目标评价方法,一键计算评价课程目标的达成情况 <a className={"color-blue"} onClick={() => window.elasticLayer(3533)}>查看详情</a></div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="padding20-30" id="training_objective_contents"
|
|
|
|
|
style={{
|
|
|
|
|
position: 'relative'
|
|
|
|
|
}}
|
|
|
|
|
>
|
|
|
|
|
<a className="fl SystemParameters" style={{display:schooldata.ec_course_support_setting_url===null?"none":"block"}}
|
|
|
|
|
href={schooldata.ec_course_support_setting_url}>1.课程目标</a>
|
|
|
|
|
<a className="fl SystemParameters ml40"
|
|
|
|
|
style={{display:schooldata.ec_course_reach_setting_url===null?"none":"block"}}
|
|
|
|
|
href={schooldata.ec_course_reach_setting_url}>2.课程考核方式与数据来源</a>
|
|
|
|
|
<a className="fl SystemParameters4CACFF ml40 color4D4D4D"
|
|
|
|
|
href={schooldata.score_level_setting_url}
|
|
|
|
|
>3.成绩等级设置</a>
|
|
|
|
|
<a className="fl SystemParameters ml40"
|
|
|
|
|
style={{display:schooldata.evaluation_methods_url===null?"none":"block"}}
|
|
|
|
|
href={schooldata.evaluation_methods_url}>4.课程目标评价方法</a>
|
|
|
|
|
<a className="fl SystemParameters ml40"
|
|
|
|
|
style={{display:schooldata.competition_calculation_info_url===null?"none":"block",color:'#4CACFF'}}
|
|
|
|
|
href={schooldata.competition_calculation_info_url}>5.课程达成评价结果</a>
|
|
|
|
|
{/* <span className="right ml20 SystemParameters">课程体系:
|
|
|
|
|
{
|
|
|
|
|
evaluate_result===false?<span className="Systemnum">未达成</span>:<span className="Systemnum color-green">达成</span>
|
|
|
|
|
}
|
|
|
|
|
</span> */}
|
|
|
|
|
<span className={ismanager===false?"none":"right newrightcalculatebutton"}
|
|
|
|
|
style={{
|
|
|
|
|
marginLeft: '26px',
|
|
|
|
|
position: 'absolute',
|
|
|
|
|
right: '157px'
|
|
|
|
|
}}
|
|
|
|
|
onClick={this.newrightcalculatebutton}>计算</span>
|
|
|
|
|
<span className={ismanager===false?"none":"Importclassroomdata"} style={{top: "26px"}}>
|
|
|
|
|
<a className="white-btn edu-blueback-btn fr mb10 mr10" target="_blank" href={"/ec_courses/"+ec_course_id+"/export_evaluation_result.xls"}>导出评价详情</a>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
{/*<EcTitleCourseEvaluations*/}
|
|
|
|
|
{/* {...this.props}*/}
|
|
|
|
|
{/* schooldata={schooldata}*/}
|
|
|
|
|
{/* ecComponentState={'ecCompletion'}*/}
|
|
|
|
|
{/* ecpath={"show"}*/}
|
|
|
|
|
{/*/>*/}
|
|
|
|
|
|
|
|
|
|
{/*<div className="edu-back-white eacourse">*/}
|
|
|
|
|
{/* <div className="clearfix padding20-30 bor-bottom-greyE">*/}
|
|
|
|
|
{/* <a href={schooldata.course_setting_url} className="color-grey-9 TrainingLecturer">课程体系</a> >*/}
|
|
|
|
|
{/* <a className="TrainingTheory major_name"> {schooldata.ec_course_name} 达成评价详情</a>*/}
|
|
|
|
|
{/* /!* <a href="javascript:void(0)" className="fr white-btn edu-blueback-btn mt4">导出培养目标</a> *!/*/}
|
|
|
|
|
{/* <div className="color-grey-9 mr10">系统根据课程目标、课程考核方式与课程目标评价方法,一键计算评价课程目标的达成情况 <a className={"color-blue"} onClick={() => window.elasticLayer(3533)}>查看详情</a></div>*/}
|
|
|
|
|
{/* </div>*/}
|
|
|
|
|
{/* <div className="padding20-30" id="training_objective_contents"*/}
|
|
|
|
|
{/* style={{*/}
|
|
|
|
|
{/* position: 'relative'*/}
|
|
|
|
|
{/* }}*/}
|
|
|
|
|
{/* >*/}
|
|
|
|
|
{/* <a className="fl SystemParameters" style={{display:schooldata.ec_course_support_setting_url===null?"none":"block"}}*/}
|
|
|
|
|
{/* href={schooldata.ec_course_support_setting_url}>1.课程目标</a>*/}
|
|
|
|
|
{/* <a className="fl SystemParameters ml40"*/}
|
|
|
|
|
{/* style={{display:schooldata.ec_course_reach_setting_url===null?"none":"block"}}*/}
|
|
|
|
|
{/* href={schooldata.ec_course_reach_setting_url}>2.课程考核方式与数据来源</a>*/}
|
|
|
|
|
{/* <a className="fl SystemParameters4CACFF ml40 color4D4D4D"*/}
|
|
|
|
|
{/* href={schooldata.score_level_setting_url}*/}
|
|
|
|
|
{/* >3.成绩等级设置</a>*/}
|
|
|
|
|
{/* <a className="fl SystemParameters ml40"*/}
|
|
|
|
|
{/* style={{display:schooldata.evaluation_methods_url===null?"none":"block"}}*/}
|
|
|
|
|
{/* href={schooldata.evaluation_methods_url}>4.课程目标评价方法</a>*/}
|
|
|
|
|
{/* <a className="fl SystemParameters ml40"*/}
|
|
|
|
|
{/* style={{display:schooldata.competition_calculation_info_url===null?"none":"block",color:'#4CACFF'}}*/}
|
|
|
|
|
{/* href={schooldata.competition_calculation_info_url}>5.课程达成评价结果</a>*/}
|
|
|
|
|
{/* /!* <span className="right ml20 SystemParameters">课程体系:*/}
|
|
|
|
|
{/* {*/}
|
|
|
|
|
{/* evaluate_result===false?<span className="Systemnum">未达成</span>:<span className="Systemnum color-green">达成</span>*/}
|
|
|
|
|
{/* }*/}
|
|
|
|
|
{/* </span> *!/*/}
|
|
|
|
|
{/* <span className={ismanager===false?"none":"right newrightcalculatebutton"} */}
|
|
|
|
|
{/* style={{*/}
|
|
|
|
|
{/* marginLeft: '26px',*/}
|
|
|
|
|
{/* position: 'absolute',*/}
|
|
|
|
|
{/* right: '157px'*/}
|
|
|
|
|
{/* }}*/}
|
|
|
|
|
{/* onClick={this.newrightcalculatebutton}>计算</span>*/}
|
|
|
|
|
{/* <span className={ismanager===false?"none":"Importclassroomdata"} style={{top: "26px"}}>*/}
|
|
|
|
|
{/* <a className="white-btn edu-blueback-btn fr mb10 mr10" target="_blank" href={"/ec_courses/"+ec_course_id+"/export_evaluation_result.xls"}>导出评价详情</a>*/}
|
|
|
|
|
{/* </span>*/}
|
|
|
|
|
{/* </div>*/}
|
|
|
|
|
{/*</div>*/}
|
|
|
|
|
|
|
|
|
|
<div className="ListTableLine newSystem mb20" id="school_major_list">
|
|
|
|
|
|
|
|
|
@ -809,5 +805,5 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export default SnackbarHOC() ( TPMIndexHOC ( EcCompletionCalculation ) );
|
|
|
|
|
export default SnackbarHOC() (EcCompletionCalculation);
|
|
|
|
|
|
|
|
|
|