mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 19:36:48 +08:00
--demand 面授课
This commit is contained in:
@@ -63,9 +63,6 @@
|
||||
<div style="padding:20px;" class="content" v-html="data.offcourseDto?.outline"></div>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
<!-- <el-tab-pane label="课程评论" name="third" :disabed=dayjs().isBefore(dayjs(data.planDto.beginTime))>
|
||||
|
||||
</el-tab-pane> -->
|
||||
<el-tab-pane label="材料下载" name="third" >
|
||||
<div v-if="!data.offcourseDto?.attach"
|
||||
style="font-size: 14px;font-weight: 400; line-height: 24px; cursor: pointer;margin-left: 40px; margin-top: 20px;">
|
||||
@@ -82,15 +79,6 @@
|
||||
}"></FileTypeImg>
|
||||
<div style="margin-left: 20px">{{ el.slice(el.lastIndexOf('/')+1,el.indexOf('-')) + el.slice(el.lastIndexOf('.')) }}</div>
|
||||
</div>
|
||||
<!-- <div class="download">-->
|
||||
<!-- <img style="width: 16px; height: 15px" src="../../assets/image/download.png"/>-->
|
||||
<!-- <div style="margin-left: 5px;color:#999;">-->
|
||||
<!-- 下载-->
|
||||
<!-- </div>-->
|
||||
<!-- <div style="margin-left: 5px;color:#999;" @click="download(el)">
|
||||
下载
|
||||
</div> -->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
@@ -112,7 +100,6 @@
|
||||
</div>
|
||||
<div class="introduce">{{ data.planDto?.bandDesc }}</div>
|
||||
</div>
|
||||
<!-- <div class="follow">+ 关注</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user