Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-resource
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-resource
Commits
b19daa72
提交
b19daa72
authored
2月 01, 2023
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
调整加载状态
上级
101a7799
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
AddVideoDialog.vue
...se/create/components/stepTwoComponents/AddVideoDialog.vue
+1
-1
ViewDetails.vue
src/modules/course/my/views/ViewDetails.vue
+4
-4
List.vue
src/modules/resource/courseware/views/List.vue
+1
-1
List.vue
src/modules/resource/lessonplan/views/List.vue
+1
-1
List.vue
src/modules/resource/other/views/List.vue
+1
-1
List.vue
src/modules/resource/video/views/List.vue
+1
-1
没有找到文件。
src/modules/course/create/components/stepTwoComponents/AddVideoDialog.vue
浏览文件 @
b19daa72
...
@@ -164,7 +164,7 @@ if (props.btnInfo.resource_type === '2') {
...
@@ -164,7 +164,7 @@ if (props.btnInfo.resource_type === '2') {
</CardListItem>
</CardListItem>
</div>
</div>
</div>
</div>
<
el-empty
v-else
description=
"暂无数据"
/
>
<
!--
<el-empty
v-else
description=
"暂无数据"
/>
--
>
</
template
>
</
template
>
</AppList>
</AppList>
</el-drawer>
</el-drawer>
...
...
src/modules/course/my/views/ViewDetails.vue
浏览文件 @
b19daa72
...
@@ -233,7 +233,7 @@ const handleExamDetail = (row: any) => {
...
@@ -233,7 +233,7 @@ const handleExamDetail = (row: any) => {
class=
"video_con"
class=
"video_con"
></ViewDetailsVideo>
></ViewDetailsVideo>
<div
v-else
style=
"display: flex"
>
<div
v-else
style=
"display: flex"
>
<
el-empty
description=
"暂无数据"
style=
"width: 85%"
/
>
<
!--
<el-empty
description=
"暂无数据"
style=
"width: 85%"
/>
--
>
<ViewCourseChapter
:isBlack=
"true"
:data=
"chapterTree"
style=
"max-height: 500px"
></ViewCourseChapter>
<ViewCourseChapter
:isBlack=
"true"
:data=
"chapterTree"
style=
"max-height: 500px"
></ViewCourseChapter>
</div>
</div>
</div>
</div>
...
@@ -247,7 +247,7 @@ const handleExamDetail = (row: any) => {
...
@@ -247,7 +247,7 @@ const handleExamDetail = (row: any) => {
:item=
"item"
:item=
"item"
style=
"margin-top: 10px"
style=
"margin-top: 10px"
></PreviewFiles>
></PreviewFiles>
<
el-empty
description=
"暂无数据"
v-if=
"!resourceData.courseware.length"
/
>
<
!--
<el-empty
description=
"暂无数据"
v-if=
"!resourceData.courseware.length"
/>
--
>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"教案"
name=
"2"
>
<el-tab-pane
label=
"教案"
name=
"2"
>
<PreviewFiles
<PreviewFiles
...
@@ -256,7 +256,7 @@ const handleExamDetail = (row: any) => {
...
@@ -256,7 +256,7 @@ const handleExamDetail = (row: any) => {
:key=
"item.id"
:key=
"item.id"
style=
"margin-top: 10px"
style=
"margin-top: 10px"
></PreviewFiles>
></PreviewFiles>
<
el-empty
description=
"暂无数据"
v-if=
"!resourceData.lessonPlan.length"
/
>
<
!--
<el-empty
description=
"暂无数据"
v-if=
"!resourceData.lessonPlan.length"
/>
--
>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"资料"
name=
"3"
>
<el-tab-pane
label=
"资料"
name=
"3"
>
<PreviewFiles
<PreviewFiles
...
@@ -265,7 +265,7 @@ const handleExamDetail = (row: any) => {
...
@@ -265,7 +265,7 @@ const handleExamDetail = (row: any) => {
:key=
"item.id"
:key=
"item.id"
style=
"margin-top: 10px"
style=
"margin-top: 10px"
></PreviewFiles>
></PreviewFiles>
<
el-empty
description=
"暂无数据"
v-if=
"!resourceData.data.length"
/
>
<
!--
<el-empty
description=
"暂无数据"
v-if=
"!resourceData.data.length"
/>
--
>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"作业"
name=
"4"
>
<el-tab-pane
label=
"作业"
name=
"4"
>
<AppList
v-bind=
"homeworkOptions"
>
<AppList
v-bind=
"homeworkOptions"
>
...
...
src/modules/resource/courseware/views/List.vue
浏览文件 @
b19daa72
...
@@ -158,7 +158,7 @@ const typeFilter = () => {
...
@@ -158,7 +158,7 @@ const typeFilter = () => {
:tabIndex="tabValue"
:tabIndex="tabValue"
>
</CardListItem>
>
</CardListItem>
</div>
</div>
<
el-empty
v-else
description=
"暂无数据"
/
>
<
!--
<el-empty
v-else
description=
"暂无数据"
/>
--
>
</
template
>
</
template
>
</AppList>
</AppList>
</AppCard>
</AppCard>
...
...
src/modules/resource/lessonplan/views/List.vue
浏览文件 @
b19daa72
...
@@ -158,7 +158,7 @@ const typeFilter = () => {
...
@@ -158,7 +158,7 @@ const typeFilter = () => {
:key="index"
:key="index"
>
</CardListItem>
>
</CardListItem>
</div>
</div>
<
el-empty
v-else
description=
"暂无数据"
/
>
<
!--
<el-empty
v-else
description=
"暂无数据"
/>
--
>
</
template
>
</
template
>
</AppList>
</AppList>
</AppCard>
</AppCard>
...
...
src/modules/resource/other/views/List.vue
浏览文件 @
b19daa72
...
@@ -159,7 +159,7 @@ const typeFilter = () => {
...
@@ -159,7 +159,7 @@ const typeFilter = () => {
:key="index"
:key="index"
>
</CardListItem>
>
</CardListItem>
</div>
</div>
<
el-empty
v-else
description=
"暂无数据"
/
>
<
!--
<el-empty
v-else
description=
"暂无数据"
/>
--
>
</
template
>
</
template
>
</AppList>
</AppList>
</AppCard>
</AppCard>
...
...
src/modules/resource/video/views/List.vue
浏览文件 @
b19daa72
...
@@ -180,7 +180,7 @@ const handleBatchImport = () => {
...
@@ -180,7 +180,7 @@ const handleBatchImport = () => {
<div
class=
"card-list"
v-if=
"data.length"
>
<div
class=
"card-list"
v-if=
"data.length"
>
<CardListItem
:tabIndex=
"tabValue"
v-for=
"(item, index) in data"
:data=
"item"
:key=
"index"
></CardListItem>
<CardListItem
:tabIndex=
"tabValue"
v-for=
"(item, index) in data"
:data=
"item"
:key=
"index"
></CardListItem>
</div>
</div>
<
el-empty
v-else
description=
"暂无数据"
/
>
<
!--
<el-empty
v-else
description=
"暂无数据"
/>
--
>
</
template
>
</
template
>
</AppList>
</AppList>
</AppCard>
</AppCard>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论