|
|
|
@ -526,7 +526,7 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
<span className="column-1 color-05101A">{key+1}</span>
|
|
|
|
|
<span className="column-575 color-05101A">{item.content}</span>
|
|
|
|
|
<span className={item.status==="not_achieved"?"column-1 operationright Systemnum":"column-1 operationright color-green"}>{item.status==="not_achieved"?"未达成":"已达成"}</span>
|
|
|
|
|
<span className="column-1 operationright color-05101A">{item.standard_grade}</span>
|
|
|
|
|
<span className="column-1 operationright color-05101A ">{item.standard_grade}</span>
|
|
|
|
|
<span className="column-1 operationright">{item.actually_grade}</span>
|
|
|
|
|
<span className="column-1 operationright">{item.weight}</span>
|
|
|
|
|
</li>
|
|
|
|
@ -547,7 +547,7 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="ListTableLine newSystem mb20 graduateRequirement " id="school_major_list">
|
|
|
|
|
<div className="ListTableLine newSystem mb20 graduateRequirement " id="school_major_list" style={{overflow:"visible"}}>
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
graduation_list.length===0?
|
|
|
|
@ -599,25 +599,29 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
}):""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
Spintype===false?graduation_list.map((item,key)=>{
|
|
|
|
|
<div className="mynewtarget_scoreclassysls">
|
|
|
|
|
{
|
|
|
|
|
Spintype===false?graduation_list.map((item,key)=>{
|
|
|
|
|
|
|
|
|
|
return(
|
|
|
|
|
<li className={key+1===target_list.length?"clearfix newtarget_target marlr19":"clearfix newtarget_scoreclass marlr19"} key={key} style={{minWidth: ec_course_targets_count > 5 ? (76*(ec_course_targets_count+4)+380):1200+"px"}}>
|
|
|
|
|
{/* <span className="column-1 color-05101A ec_graduation_name">{item.ec_graduation_name}</span> */}
|
|
|
|
|
<span className="column-1 color-05101A ec_graduation_name">{key+1}</span>
|
|
|
|
|
<span className="column-500 color-05101A" data-tip-down={item.content}>{item.ec_subitem_content}</span>
|
|
|
|
|
<span className={item.result==="未达成"?"column-1 operationright Systemnum mrj15":"column-1 operationright color-green mrj15"}>{item.result}</span>
|
|
|
|
|
<span className="column-1 operationright color-05101A">{item.reach_target===null?0:item.reach_target}</span>
|
|
|
|
|
<span className="column-1 operationright">{item.reach_real_target===null?0:item.reach_real_target}</span>
|
|
|
|
|
{item.weight===null||item.weight===0?<span className="column-1 operationright" ><a href={schooldata.requirement_vs_courses} style={{color:'rgb(76, 172, 255)'}}>立即配置</a></span>:<span className="column-1 operationright">{item.weight}</span>}
|
|
|
|
|
{TargetresContentList(ec_course_targets_count,item.target_position)}
|
|
|
|
|
</li>
|
|
|
|
|
)
|
|
|
|
|
return(
|
|
|
|
|
<li className={key+1===target_list.length?"clearfix newtarget_scoreclassysl marlr19":"clearfix newtarget_scoreclassysl marlr19"} key={key} style={{minWidth: ec_course_targets_count > 5 ? (76*(ec_course_targets_count+4)+380):1160+"px"}}>
|
|
|
|
|
{/* <span className="column-1 color-05101A ec_graduation_name">{item.ec_graduation_name}</span> */}
|
|
|
|
|
<span className="column-1 color-05101A ec_graduation_name " >{key+1}</span>
|
|
|
|
|
<span className="column-500 color-05101A" data-tip-down={item.content}>{item.content}</span>
|
|
|
|
|
<span className={item.status==="not_achieved"?"column-1 operationright Systemnum mrj15":"column-1 operationright color-green mrj15"} style={{textAlign:"left"}}>{item.status==="not_achieved"?"未完成":"完成"}</span>
|
|
|
|
|
<span className="column-1 operationright color-05101A">{item.objective_achievement===null?0:item.objective_achievement}</span>
|
|
|
|
|
<span className="column-1 operationright">{item.actually_achievement===null?0:item.actually_achievement}</span>
|
|
|
|
|
{item.weights===null||item.weights===0?<span className="column-1 operationright" ><a href={schooldata.requirement_vs_courses} style={{color:'rgb(76, 172, 255)'}}>立即配置</a></span>:<span className="column-1 operationright">{item.weights}</span>}
|
|
|
|
|
{TargetresContentList(ec_course_targets_count,item.target_position)}
|
|
|
|
|
</li>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
}):""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
}):""
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{/*课程总评成绩表*/}
|
|
|
|
|