|
|
|
@ -33,6 +33,7 @@ class ShowTableCourseSupportSetting extends Component {
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
|
const course_targets = this.props.course_targets;
|
|
|
|
|
const is_manager = this.props.is_manager;
|
|
|
|
|
return (
|
|
|
|
|
<div className="ListTableLine" id="show-Target-table">
|
|
|
|
|
<p className="clearfix">
|
|
|
|
@ -46,11 +47,11 @@ class ShowTableCourseSupportSetting extends Component {
|
|
|
|
|
<i className="iconfont icon-tianjiafangda"></i>
|
|
|
|
|
</a> */}
|
|
|
|
|
|
|
|
|
|
<a href="javascript:void(0)"
|
|
|
|
|
{ is_manager && <a href="javascript:void(0)"
|
|
|
|
|
onClick={() => { this.props.setEditableMode(true)} }
|
|
|
|
|
class="color-green EditCourse" data-id="5" data-tip-down="编辑">
|
|
|
|
|
<i class="iconfont icon-bianjidaibeijing"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</a> }
|
|
|
|
|
</span>
|
|
|
|
|
</p>
|
|
|
|
|
<div id="course_targets_list">
|
|
|
|
|