|
|
|
@ -547,7 +547,7 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="ListTableLine newSystem mb20 graduateRequirement " id="school_major_list" style={{overflow:"visible"}}>
|
|
|
|
|
<div className="ListTableLine newSystem mb20 graduateRequirement " id="school_major_list">
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
graduation_list.length===0?
|
|
|
|
@ -604,16 +604,28 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
Spintype===false?graduation_list.map((item,key)=>{
|
|
|
|
|
|
|
|
|
|
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> */}
|
|
|
|
|
|
|
|
|
|
<p key={key} className="clearfix lipadding20im" style={{minWidth: ec_course_targets_count > 5 ? (76*(ec_course_targets_count+4)+380+15):1200+"px"}}>
|
|
|
|
|
<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>}
|
|
|
|
|
<span className="column-1 operationright color-05101A" style={{textAlign:"left"}}>{item.objective_achievement===null?0:item.objective_achievement}</span>
|
|
|
|
|
<span className="column-1 operationright" style={{textAlign:"left"}}>{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" style={{textAlign:"left"}}>{item.weights}</span>}
|
|
|
|
|
{TargetresContentList(ec_course_targets_count,item.target_position)}
|
|
|
|
|
</li>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// <li className={key+1===target_list.length?"clearfix newtarget_scoreclass 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.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" style={{textAlign:"left"}}>{item.objective_achievement===null?0:item.objective_achievement}</span>
|
|
|
|
|
// <span className="column-1 operationright" style={{textAlign:"left"}}>{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" style={{textAlign:"left"}}>{item.weights}</span>}
|
|
|
|
|
// {TargetresContentList(ec_course_targets_count,item.target_position)}
|
|
|
|
|
// </li>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
}):""
|
|
|
|
|