|
|
|
@ -556,7 +556,7 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
|
|
|
|
|
{ Spintype===true?<Spin className="Spinlarge" indicator={<Icon type="loading" style={{ fontSize: 30 }} spin />}/>:"" }
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
graduation_list.length===0&&Spintype===false?
|
|
|
|
|
<li className={'clearfix newtarget_scoreclass marlr19'} style={{minWidth:'1137px'}}>
|
|
|
|
|
{/* <span className="column-1 color-05101A ec_graduation_name">{item.ec_graduation_name}</span> */}
|
|
|
|
@ -575,7 +575,7 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
|
|
|
|
|
if(key===0){
|
|
|
|
|
return(
|
|
|
|
|
<p key={key} className="clearfix lipadding20im" style={{minWidth: 228*ec_course_targets_count>1300?168.6*(ec_course_targets_count+3):1200+"px"}}>
|
|
|
|
|
<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-666 mr16">毕业要求</span>
|
|
|
|
|
<span className="nowrap329">{item.ec_subitem_content}</span>
|
|
|
|
|
<span className="column-1 operationright color-666">达成结果</span>
|
|
|
|
@ -595,7 +595,7 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
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: 227.4*ec_course_targets_count>1300?162*(ec_course_targets_count+3):1137+"px"}}>
|
|
|
|
|
<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>
|
|
|
|
@ -621,7 +621,7 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
|
|
|
|
|
<div className="ListTableLine newSystem mb20" id="school_major_list">
|
|
|
|
|
|
|
|
|
|
<p className="clearfix padding10im" style={{width: 113*(total_rate_data+4)>1200?(113*(total_rate_data+4.5))+63:1200+"px"}}>
|
|
|
|
|
<p className="clearfix padding10im" style={{width: total_rate_data > 5 ? (180 * total_rate_data+226+16) : 1200+"px"}}>
|
|
|
|
|
{/*<span className="column-1 color-666 mr16 width86">序号</span>*/}
|
|
|
|
|
<span className="column-1 color-666 mr16 width86">课程目标</span>
|
|
|
|
|
{/*<span className="column-1 color-666 mr16">姓名</span>*/}
|
|
|
|
@ -651,7 +651,7 @@ class EcCompletionCalculation extends Component {
|
|
|
|
|
}
|
|
|
|
|
{ Spintype===true?<Spin className="Spinlarge" indicator={<Icon type="loading" style={{ fontSize: 30 }} spin />}/>:"" }
|
|
|
|
|
{
|
|
|
|
|
Spintype===false? <li className={"clearfix newtarget_scoreclass lipadding10im margin64px"} style={{width: 113*(total_rate_data+4)>1200?(113*(total_rate_data+4.5))+63:1200+"px"}}>
|
|
|
|
|
Spintype===false? <li className={"clearfix newtarget_scoreclass lipadding10im margin64px"} style={{width: total_rate_data > 5 ? (180 * total_rate_data+226+16) : 1200 + "px"}}>
|
|
|
|
|
<span className="column-1 color-05101A mr16 width86">占比</span>
|
|
|
|
|
{/*colorTransparent*/}
|
|
|
|
|
{/*<span className="column-1 color-05101A ec_graduation_name mr16 colorTransparent"> 平均数 </span>*/}
|
|
|
|
|