diff --git a/public/react/src/modules/ec/ecCourseSupportSetting/index.js b/public/react/src/modules/ec/ecCourseSupportSetting/index.js index 82eec19e..ba0c07eb 100644 --- a/public/react/src/modules/ec/ecCourseSupportSetting/index.js +++ b/public/react/src/modules/ec/ecCourseSupportSetting/index.js @@ -235,7 +235,7 @@ class EcCourseSupportSetting extends Component { setEditableMode = (mode) => { this.setState({ editableMode: mode }) } - + // 课程体系 课程目标 render() { let { editableMode, schooldata, is_manager } = this.state; if (!schooldata) schooldata = {} @@ -264,16 +264,25 @@ class EcCourseSupportSetting extends Component {
-

- 课程体系 > - {schooldata.ec_course_name} - - - 导出课程目标 - -

+