|
@@ -139,7 +139,7 @@
|
|
}}</div>
|
|
}}</div>
|
|
<div class="task_pbox" style="color:#838383" v-if="chapInfoList[courseType].chapterInfo[0].taskJson[
|
|
<div class="task_pbox" style="color:#838383" v-if="chapInfoList[courseType].chapterInfo[0].taskJson[
|
|
taskCount
|
|
taskCount
|
|
- ].time"><span>任务完成时间:</span>{{
|
|
|
|
|
|
+ ].time"><span>任务周期:</span>{{
|
|
timeB(chapInfoList[courseType].chapterInfo[0].taskJson[
|
|
timeB(chapInfoList[courseType].chapterInfo[0].taskJson[
|
|
taskCount
|
|
taskCount
|
|
].time[0]) + '至' + timeB(chapInfoList[courseType].chapterInfo[0].taskJson[
|
|
].time[0]) + '至' + timeB(chapInfoList[courseType].chapterInfo[0].taskJson[
|
|
@@ -233,7 +233,7 @@
|
|
<div class="vedioTimeBox" v-for="(chapter, cIndex) in chapterlist" :key="cIndex + '1'"
|
|
<div class="vedioTimeBox" v-for="(chapter, cIndex) in chapterlist" :key="cIndex + '1'"
|
|
@click="setChapterIndex(cIndex)">
|
|
@click="setChapterIndex(cIndex)">
|
|
<div class="vedioName" :class="{ isClickNav: chapterIndex == cIndex }">
|
|
<div class="vedioName" :class="{ isClickNav: chapterIndex == cIndex }">
|
|
- {{ chapter.name }}
|
|
|
|
|
|
+ {{ chapter.type == 8 ? chapter.title : chapter.name }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -241,12 +241,13 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="padding: 10px 30px 0"
|
|
<div style="padding: 10px 30px 0"
|
|
- v-if="chapterlist[chapterIndex] && (chapterlist[chapterIndex].type == 3 || chapterlist[chapterIndex].type == 8 || chapterlist[chapterIndex].type == 9)">
|
|
|
|
|
|
+ v-if="chapterlist[chapterIndex] && (chapterlist[chapterIndex].type == 3 || chapterlist[chapterIndex].type == 9)">
|
|
<el-button type="primary"
|
|
<el-button type="primary"
|
|
@click="checkFileFull(chapterlist[chapterIndex].type, chapterlist[chapterIndex].src)">全屏查看</el-button>
|
|
@click="checkFileFull(chapterlist[chapterIndex].type, chapterlist[chapterIndex].src)">全屏查看</el-button>
|
|
- <el-button type="primary" @click="downloadFile(chapterlist[chapterIndex].src)"
|
|
|
|
- v-if="chapterlist[chapterIndex].type != 8">文件下载</el-button>
|
|
|
|
- <el-button v-if="chapterlist[chapterIndex].type == 8" type="primary"
|
|
|
|
|
|
+ <el-button type="primary" @click="downloadFile(chapterlist[chapterIndex].src)">文件下载</el-button>
|
|
|
|
+ </div>
|
|
|
|
+ <div style="padding: 10px 30px 0" v-if="chapterlist[chapterIndex].type == 8">
|
|
|
|
+ <el-button type="primary"
|
|
@click="openLine(chapterlist[chapterIndex].src)">打开链接
|
|
@click="openLine(chapterlist[chapterIndex].src)">打开链接
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
@@ -447,13 +448,13 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="homeWorkBox" v-if="tool.toolPhoto.length">
|
|
<div class="homeWorkBox" v-if="tool.toolPhoto.length">
|
|
- <div class="htitle">作业预览</div>
|
|
|
|
|
|
+ <!-- <div class="htitle">作业预览</div> -->
|
|
<div class="toolPhoto_box">
|
|
<div class="toolPhoto_box">
|
|
<div class="photo_box" v-for="(photo, pIndex) in tool.toolPhoto" :key="pIndex">
|
|
<div class="photo_box" v-for="(photo, pIndex) in tool.toolPhoto" :key="pIndex">
|
|
|
|
+ <span>{{ photo.workContent }}</span>
|
|
<div class="toolPhoto">
|
|
<div class="toolPhoto">
|
|
<img :src="photo.content" @click="previewImg(photo.content)">
|
|
<img :src="photo.content" @click="previewImg(photo.content)">
|
|
</div>
|
|
</div>
|
|
- <span>{{ photo.workContent }}</span>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -478,7 +479,7 @@
|
|
<img src="../assets/close1.png" alt="" />
|
|
<img src="../assets/close1.png" alt="" />
|
|
</div> -->
|
|
</div> -->
|
|
<div class="checkbox">
|
|
<div class="checkbox">
|
|
- <div class="check" style="font-size: 25px">评课笔记</div>
|
|
|
|
|
|
+ <div class="check" style="font-size: 25px">评论</div>
|
|
<img src="../../assets/pzBtn.png" @click="pzDialog = false" alt="" />
|
|
<img src="../../assets/pzBtn.png" @click="pzDialog = false" alt="" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -1305,11 +1306,11 @@ export default {
|
|
let _work = works[k]
|
|
let _work = works[k]
|
|
if (_work.stage == i && _work.task == j && _work.tool == z && _work.atool == _tool.tool) {
|
|
if (_work.stage == i && _work.task == j && _work.tool == z && _work.atool == _tool.tool) {
|
|
if (_tool.tool == 1) {
|
|
if (_tool.tool == 1) {
|
|
- _work.workContent = `${_work.username}使用电子白板提交了作业`
|
|
|
|
|
|
+ _work.workContent = `(${_work.username})使用(电子白板)提交了:`
|
|
} else if (_tool.tool == 3) {
|
|
} else if (_tool.tool == 3) {
|
|
- _work.workContent = `${_work.username}使用思维网格提交了作业`
|
|
|
|
|
|
+ _work.workContent = `(${_work.username})使用(思维网格)提交了:`
|
|
} else if (_tool.tool == 6) {
|
|
} else if (_tool.tool == 6) {
|
|
- _work.workContent = `${_work.username}使用协同文档提交了作业`
|
|
|
|
|
|
+ _work.workContent = `(${_work.username})使用(协同文档)提交了:`
|
|
}
|
|
}
|
|
_tool.toolPhoto.push(_work);
|
|
_tool.toolPhoto.push(_work);
|
|
}
|
|
}
|
|
@@ -1336,11 +1337,11 @@ export default {
|
|
let _work = works[k]
|
|
let _work = works[k]
|
|
if (_work.stage == i && _work.task == j && _work.tool == z && _work.atool == _tool.tool) {
|
|
if (_work.stage == i && _work.task == j && _work.tool == z && _work.atool == _tool.tool) {
|
|
if (_tool.tool == 1) {
|
|
if (_tool.tool == 1) {
|
|
- _work.workContent = `${_work.username}使用电子白板提交了作业`
|
|
|
|
|
|
+ _work.workContent = `(${_work.username})使用(电子白板)提交了:`
|
|
} else if (_tool.tool == 3) {
|
|
} else if (_tool.tool == 3) {
|
|
- _work.workContent = `${_work.username}使用思维网格提交了作业`
|
|
|
|
|
|
+ _work.workContent = `(${_work.username})使用(思维网格)提交了:`
|
|
} else if (_tool.tool == 6) {
|
|
} else if (_tool.tool == 6) {
|
|
- _work.workContent = `${_work.username}使用协同文档提交了作业`
|
|
|
|
|
|
+ _work.workContent = `(${_work.username})使用(协同文档)提交了:`
|
|
}
|
|
}
|
|
_tool.toolPhoto.push(_work);
|
|
_tool.toolPhoto.push(_work);
|
|
}
|
|
}
|
|
@@ -2696,7 +2697,8 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.vedioList {
|
|
.vedioList {
|
|
- background: #f2f2f2;
|
|
|
|
|
|
+ /* background: #f2f2f2; */
|
|
|
|
+ background: #fff;
|
|
border: 1px solid #ececec;
|
|
border: 1px solid #ececec;
|
|
/* width: 38.8%; */
|
|
/* width: 38.8%; */
|
|
width: calc(100% - 83%);
|
|
width: calc(100% - 83%);
|
|
@@ -5133,7 +5135,7 @@ ol {
|
|
}
|
|
}
|
|
|
|
|
|
.photo_box > span{
|
|
.photo_box > span{
|
|
- margin-top: 10px;
|
|
|
|
|
|
+ margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.toolPhoto {
|
|
.toolPhoto {
|