diff --git a/src/views/videoRes/videoRes/components/info.vue b/src/views/videoRes/videoRes/components/info.vue new file mode 100644 index 0000000..20d6687 --- /dev/null +++ b/src/views/videoRes/videoRes/components/info.vue @@ -0,0 +1,193 @@ + + + + + + + + 课程基本信息 + + + + + 课程名称 + {{ pd.CURRICULUMNAME }} + + + 课程描述 + {{ pd.CURRICULUMINTRODUCE }} + + + + + 课程列表 + + + + + + {{ data.NAME || data.COURSEWARENAME }} + 课件时长:{{ secondsCount(data.VIDEOTIME) }} + 预览 + + + + + 返回 + + + + + + + + + + + + + + diff --git a/src/views/videoRes/videoRes/components/list.vue b/src/views/videoRes/videoRes/components/list.vue new file mode 100644 index 0000000..96384fc --- /dev/null +++ b/src/views/videoRes/videoRes/components/list.vue @@ -0,0 +1,1317 @@ + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + + 批量添加 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ secondsCount(row.TIME) }} + + + + + + 查看 + + 加入本地 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 添加章节 + + + + + + + + + + 删除 + 批量添加课件 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ curriculumZongji }} + + + + + + + + + + + + + 课件名称: + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + 课件名称: + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/videoRes/videoRes/index.vue b/src/views/videoRes/videoRes/index.vue new file mode 100644 index 0000000..9058dba --- /dev/null +++ b/src/views/videoRes/videoRes/index.vue @@ -0,0 +1,37 @@ + + + + + + + + +