|
|
|
@ -579,7 +579,7 @@ class CourseSupports extends Component {
|
|
|
|
|
|
|
|
|
|
let ismidbox={width:123.82*max_support_count+"px",margin:'0px 0px'};
|
|
|
|
|
|
|
|
|
|
console.log(this.props.year&&this.props.year.can_manager)
|
|
|
|
|
// console.log(this.props.year&&this.props.year.can_manager)
|
|
|
|
|
return (
|
|
|
|
|
<div className="newMain clearfix">
|
|
|
|
|
<Modal
|
|
|
|
@ -624,7 +624,7 @@ class CourseSupports extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
<div className="padding20-30" id="training_objective_contents">
|
|
|
|
|
<span className="fl SystemParameters" >毕业要求指标点(<a href={data.subitems_url}><span className="Systemnum">{data.count}</span></a>)</span>
|
|
|
|
|
<span className="fl ml20 SystemParameters">课程体系(<a href={data.course_url}><span className="Systemnum">{data.course_count}</span></a>)</span>
|
|
|
|
|
<span className="fl ml20 SystemParameters">课程体系(<Link to={`/ecs/major_schools/${this.props.match.params.major_school_id}/years/${this.props.match.params.ec_year_id}/courses/ec_course_support_setting/1`}><span className="Systemnum">{data.course_count}</span></Link>)</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|