|
@@ -21,13 +21,13 @@
|
|
|
<div style="margin: 5px 10px 0 0; width: 2rem">
|
|
|
<img src="../../assets/icon/second.png" alt />
|
|
|
</div>
|
|
|
- <div>选择项目框架</div>
|
|
|
+ <div>选择课程框架</div>
|
|
|
</div>
|
|
|
<div v-else class="newSteps secondNo" @click="navSteps(2)">
|
|
|
<div>
|
|
|
<img src="../../assets/icon/secondNo.png" alt />
|
|
|
</div>
|
|
|
- <div>选择项目框架</div>
|
|
|
+ <div>选择课程框架</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -35,13 +35,13 @@
|
|
|
<div>
|
|
|
<img src="../../assets/icon/third.png" alt />
|
|
|
</div>
|
|
|
- <div>上传项目内容</div>
|
|
|
+ <div>上传课程内容</div>
|
|
|
</div>
|
|
|
<div v-else class="thirdNo" @click="navSteps(3)">
|
|
|
<div>
|
|
|
<img src="../../assets/icon/thirdNo.png" alt />
|
|
|
</div>
|
|
|
- <div>上传项目内容</div>
|
|
|
+ <div>上传课程内容</div>
|
|
|
</div>
|
|
|
<div v-if="steps == 4" class="four">
|
|
|
<div>
|
|
@@ -75,10 +75,10 @@
|
|
|
<div style="width: 100%; height: 100%; overflow: auto" ref="stepBox">
|
|
|
<div class="courseTop">
|
|
|
<div class="stepsNav">
|
|
|
- <h3 class="info_title" v-if="steps == 1">项目内容填写</h3>
|
|
|
- <h3 class="info_title" v-if="steps == 2">请选择项目框架</h3>
|
|
|
- <h3 class="info_title" v-if="steps == 3">项目内容填写</h3>
|
|
|
- <h3 class="info_title" v-if="steps == 4">上传项目</h3>
|
|
|
+ <h3 class="info_title" v-if="steps == 1">课程内容填写</h3>
|
|
|
+ <h3 class="info_title" v-if="steps == 2">请选择课程框架</h3>
|
|
|
+ <h3 class="info_title" v-if="steps == 3">课程内容填写</h3>
|
|
|
+ <h3 class="info_title" v-if="steps == 4">上传课程</h3>
|
|
|
<el-breadcrumb separator-class="el-icon-arrow-right" style="margin-top: 15px">
|
|
|
<el-breadcrumb-item :to="{
|
|
|
path:
|
|
@@ -88,9 +88,9 @@
|
|
|
oid +
|
|
|
'&org=' +
|
|
|
org,
|
|
|
- }">项目管理</el-breadcrumb-item>
|
|
|
+ }">课程管理</el-breadcrumb-item>
|
|
|
<el-breadcrumb-item>
|
|
|
- <span style="color: rgb(15, 126, 255)">添加项目</span>
|
|
|
+ <span style="color: rgb(15, 126, 255)">添加课程</span>
|
|
|
</el-breadcrumb-item>
|
|
|
</el-breadcrumb>
|
|
|
</div>
|
|
@@ -113,7 +113,7 @@
|
|
|
v-if="cid && userid != courseUserid"></div>
|
|
|
<div class="whiteBg">
|
|
|
<div class="right_title" :class="{ updateTips: cid && userid != courseUserid }">
|
|
|
- 项目基本信息
|
|
|
+ 课程基本信息
|
|
|
</div>
|
|
|
<div class="basic_box">
|
|
|
<div class="big_box">
|
|
@@ -122,11 +122,11 @@
|
|
|
<div>
|
|
|
<div class="bInfo_title" style="margin-bottom: 15px">
|
|
|
<!-- <span style="color: red">*</span> -->
|
|
|
- 项目名称
|
|
|
+ 课程名称
|
|
|
</div>
|
|
|
<div style="display: flex; margin-right: 20px">
|
|
|
<img src="../../assets/icon/projectName.png" alt style="margin-right: 8px" />
|
|
|
- <input type="text" placeholder="请输入项目名称" class="binfo_input" v-model="courseName" />
|
|
|
+ <input type="text" placeholder="请输入课程名称" class="binfo_input" v-model="courseName" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="both">
|
|
@@ -162,7 +162,7 @@
|
|
|
">
|
|
|
<div>
|
|
|
<div class="bInfo_title" style="margin-top: 0 !important">
|
|
|
- 项目封面
|
|
|
+ 课程封面
|
|
|
</div>
|
|
|
<div class="uploadFm" @click="choosePicVisible = true" v-if="cover.length == 0">
|
|
|
<img src="../../assets/icon/addPoster.png" alt="" />
|
|
@@ -184,7 +184,7 @@
|
|
|
">
|
|
|
<!-- <div style="margin: 0 80px">
|
|
|
<div class="bInfo_title">
|
|
|
- 选择项目成员
|
|
|
+ 选择课程成员
|
|
|
</div>
|
|
|
<div
|
|
|
class="addPeople"
|
|
@@ -224,7 +224,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="whiteBg" style="border-radius: 0; margin-top: 15px">
|
|
|
- <div class="right_title">项目简要描述</div>
|
|
|
+ <div class="right_title">课程简要描述</div>
|
|
|
<div style="width: 95%; padding: 15px 0px 15px 20px">
|
|
|
<div style="width: 55%">
|
|
|
<textarea rows="8" class="binfo_input" cols v-model="courseText"></textarea>
|
|
@@ -238,7 +238,7 @@
|
|
|
></el-switch>
|
|
|
</div>-->
|
|
|
<div style="width: 95%; padding: 15px 0px 15px 20px">
|
|
|
- <el-switch v-model="isTeacherSee" active-text="是否公开此项目" style="padding-bottom: 30px"></el-switch>
|
|
|
+ <el-switch v-model="isTeacherSee" active-text="是否公开此课程" style="padding-bottom: 30px"></el-switch>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="whiteBg" style="border-radius: 0; margin-top: 15px; padding-bottom: 20px">
|
|
@@ -377,7 +377,7 @@
|
|
|
"
|
|
|
>-->
|
|
|
<div class="right_title" style="border: none; margin: 0; padding: 0">
|
|
|
- 请选择合适的项目模板
|
|
|
+ 请选择合适的课程模板
|
|
|
</div>
|
|
|
<div class="wordbox">
|
|
|
<div class="wordTeacher" v-for="(aa, indexF) in templateArray" :key="indexF" @click="checkTemplate(aa)">
|
|
@@ -409,7 +409,7 @@
|
|
|
white-space: nowrap;
|
|
|
padding: 0 20px;
|
|
|
">
|
|
|
- 新建项目
|
|
|
+ 任务模式
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="wordTeacher" @click="checkTemplate3()">
|
|
@@ -425,7 +425,7 @@
|
|
|
white-space: nowrap;
|
|
|
padding: 0 20px;
|
|
|
">
|
|
|
- 简易模板
|
|
|
+ 单项模式
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <div class="wordTeacher" @click="checkTemplate1()">
|
|
@@ -441,7 +441,7 @@
|
|
|
white-space: nowrap;
|
|
|
padding: 0 20px;
|
|
|
">
|
|
|
- 我的项目
|
|
|
+ 我的课程
|
|
|
</div>
|
|
|
</div> -->
|
|
|
</div>
|
|
@@ -735,18 +735,8 @@
|
|
|
margin: 0 auto;
|
|
|
min-height: 0;
|
|
|
width: 95% !important;
|
|
|
- padding: 20px 10px 10px !important;
|
|
|
+ padding: 20px 10px 10px;
|
|
|
">
|
|
|
- <div style="
|
|
|
- display: flex;
|
|
|
- margin: 10px 0 20px 0;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
- ">
|
|
|
- <div class="lineTitle">学习内容</div>
|
|
|
- <div class="line"></div>
|
|
|
- </div>
|
|
|
<div>
|
|
|
<div class="add_chapters_box" v-if="
|
|
|
itemTask.chapterData &&
|
|
@@ -755,7 +745,6 @@
|
|
|
<div v-else class="add_chapters_box" style="display: flex; flex-direction: column">
|
|
|
<div v-for="(item1, index1) in itemTask.chapterData" :key="item1.id">
|
|
|
<div class="chapter_upload"
|
|
|
- v-if="item1.type == 2"
|
|
|
@click="
|
|
|
getChapterData(
|
|
|
$event,
|
|
@@ -801,173 +790,23 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="chapter_upload_n">
|
|
|
- <input v-if="
|
|
|
+ <span style="font-size: 14px;color: #6d6d6d;" v-if="
|
|
|
item1.type == 2 ||
|
|
|
item1.type == 3 ||
|
|
|
item1.type == 7
|
|
|
- " :placeholder="item1.name" @change="
|
|
|
- updataVideoT(
|
|
|
- $event,
|
|
|
- unitIndex,
|
|
|
- chapterIndex,
|
|
|
- index1
|
|
|
- )
|
|
|
-" style="
|
|
|
- border: none;
|
|
|
- outline: none;
|
|
|
- width: 80%;
|
|
|
- minwidth: 215px;
|
|
|
- z-index: 99;
|
|
|
- font-size: 14px;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- " />
|
|
|
- <input :placeholder="item1.name" v-if="item1.type == 6" style="
|
|
|
- border: none;
|
|
|
- outline: none;
|
|
|
- width: 80%;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- " readonly="true" @click="selectAttText(itemTaskIndex, index1)" />
|
|
|
- <input :placeholder="
|
|
|
- item1.title ? item1.title : '链接'
|
|
|
- " v-if="item1.type == 8" style="
|
|
|
- border: none;
|
|
|
- outline: none;
|
|
|
- width: 80%;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- " readonly="true" @click="selectLine(itemTaskIndex, index1)" />
|
|
|
- <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
- <!-- <div class="chapter_upload_up" @click="
|
|
|
- upCd($event, unitIndex, index, index1)
|
|
|
- "></div>
|
|
|
- <div class="chapter_upload_down" @click="
|
|
|
- downCd($event, unitIndex, index, index1)
|
|
|
- "></div> -->
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="add_info_box" style="margin:10px 0 0">
|
|
|
- <button class="info_btn" @click="addImg($event)">
|
|
|
- 添加教学设计
|
|
|
- <input type="file" accept="video/mp4, video/quicktime, video/x-msvideo" style="display: none"
|
|
|
- capture="camera" v-if="inputShow2" @change="
|
|
|
- beforeUpload3($event, unitIndex, 2, itemTaskIndex)
|
|
|
- " />
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div v-if="
|
|
|
- unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
- ].proVisible2
|
|
|
- " class="mask">
|
|
|
- <div class="progressBox">
|
|
|
- <!-- <div id="closePro" class="closeCss">
|
|
|
- <img src="../../../assets/icon/close.png" alt />
|
|
|
- </div> -->
|
|
|
- <div class="lbox">
|
|
|
- <img src="../../assets/loading.gif" />上传中,请稍后
|
|
|
- </div>
|
|
|
- <div style="margin-bottom: 10px">
|
|
|
- <span>{{ unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
- ].isFinishSize2}}M</span> / <span>{{ unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
-].isAllSize2 }}M</span>
|
|
|
- </div>
|
|
|
- <el-progress :text-inside="true" :stroke-width="20" :percentage="
|
|
|
- unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
- ].progress2
|
|
|
- ? unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
- ].progress2
|
|
|
- : 0
|
|
|
- " style="width: 80%"></el-progress>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div v-if="unitJson[unitIndex].easy" class="basic_box" style="
|
|
|
- margin: 0 auto;
|
|
|
- min-height: 0;
|
|
|
- width: 95% !important;
|
|
|
- padding: 20px 10px 10px;
|
|
|
- ">
|
|
|
- <div>
|
|
|
- <div class="add_chapters_box" v-if="
|
|
|
- itemTask.chapterData &&
|
|
|
- itemTask.chapterData.length == 0
|
|
|
- " style="height: 185px"></div>
|
|
|
- <div v-else class="add_chapters_box" style="display: flex; flex-direction: column">
|
|
|
- <div v-for="(item1, index1) in itemTask.chapterData" :key="item1.id">
|
|
|
- <div class="chapter_upload"
|
|
|
- v-if="item1.type == 3"
|
|
|
- @click="
|
|
|
- getChapterData(
|
|
|
- $event,
|
|
|
- unitIndex,
|
|
|
- index,
|
|
|
- index1,
|
|
|
- item1.type
|
|
|
- )
|
|
|
- ">
|
|
|
- <div class="chapter_upload_t" style="width: 100%"></div>
|
|
|
- <div class="chapter_upload_o" style="
|
|
|
- position: relative;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- ">
|
|
|
- <div class="chapter_upload_l" style="padding: 1px 0 0 10px">
|
|
|
- <div v-if="item1.type == 2" class="chapter_upload_l_i1"></div>
|
|
|
- <div v-if="
|
|
|
- item1.type == 3 ||
|
|
|
- item1.type == 6 ||
|
|
|
- item1.type == 7
|
|
|
- " class="chapter_upload_l_i5" style="margin-left: 1px"></div>
|
|
|
- <div v-if="item1.type == 8" class="chapter_upload_l_i8" style="margin-left: 1px"></div>
|
|
|
- </div>
|
|
|
- <div class="chapter_upload_ic" style="
|
|
|
- cursor: pointer;
|
|
|
- position: absolute;
|
|
|
- width: 45px;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- ">
|
|
|
- <div class="chapter_upload_ic_l"></div>
|
|
|
- <div class="chapter_upload_ic_r" style="position: absolute" @click.stop="
|
|
|
- deleteChapterData(
|
|
|
- $event,
|
|
|
- unitIndex,
|
|
|
- index,
|
|
|
- index1,
|
|
|
- itemTaskIndex
|
|
|
- )
|
|
|
- ">
|
|
|
- <div></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="chapter_upload_n">
|
|
|
+ ">{{ item1.text }}-</span>
|
|
|
<input v-if="
|
|
|
item1.type == 2 ||
|
|
|
item1.type == 3 ||
|
|
|
item1.type == 7
|
|
|
" :placeholder="item1.name" @change="
|
|
|
- updataVideoT(
|
|
|
- $event,
|
|
|
- unitIndex,
|
|
|
- chapterIndex,
|
|
|
- index1
|
|
|
- )
|
|
|
-" style="
|
|
|
+ updataVideoT(
|
|
|
+ $event,
|
|
|
+ unitIndex,
|
|
|
+ chapterIndex,
|
|
|
+ index1
|
|
|
+ )
|
|
|
+ " style="
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
width: 80%;
|
|
@@ -1011,13 +850,45 @@
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="add_info_box" style="margin:10px 0 0">
|
|
|
+ <div class="add_info_box add_info_box2" style="margin:10px 0 0">
|
|
|
<button class="info_btn" @click="addImg($event)">
|
|
|
- 添加教学课件
|
|
|
+ 教学设计(必选)
|
|
|
<input type="file"
|
|
|
accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
|
style="display: none" v-if="inputShow" @change="
|
|
|
- beforeUpload2($event, unitIndex, 3, itemTaskIndex)
|
|
|
+ beforeUpload3($event, unitIndex, 3, itemTaskIndex,'教学设计')
|
|
|
+ " />
|
|
|
+ </button>
|
|
|
+ <button class="info_btn" @click="addImg($event)">
|
|
|
+ 教学课件(必选)
|
|
|
+ <input type="file"
|
|
|
+ accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
|
+ style="display: none" v-if="inputShow" @change="
|
|
|
+ beforeUpload3($event, unitIndex, 3, itemTaskIndex,'教学课件')
|
|
|
+ " />
|
|
|
+ </button>
|
|
|
+ <button class="info_btn" @click="addImg($event)">
|
|
|
+ 教学视频
|
|
|
+ <input type="file"
|
|
|
+ accept="video/mp4, video/quicktime, video/x-msvideo"
|
|
|
+ style="display: none" v-if="inputShow" @change="
|
|
|
+ beforeUpload3($event, unitIndex, 2, itemTaskIndex,'教学视频')
|
|
|
+ " />
|
|
|
+ </button>
|
|
|
+ <button class="info_btn" @click="addImg($event)">
|
|
|
+ 教学音频
|
|
|
+ <input type="file"
|
|
|
+ accept="audio/*"
|
|
|
+ style="display: none" v-if="inputShow" @change="
|
|
|
+ beforeUpload3($event, unitIndex, 2, itemTaskIndex,'教学音频')
|
|
|
+ " />
|
|
|
+ </button>
|
|
|
+ <button class="info_btn" @click="addImg($event)">
|
|
|
+ 学习单
|
|
|
+ <input type="file"
|
|
|
+ accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
|
+ style="display: none" v-if="inputShow" @change="
|
|
|
+ beforeUpload3($event, unitIndex, 3, itemTaskIndex,'学习单')
|
|
|
" />
|
|
|
</button>
|
|
|
</div>
|
|
@@ -1582,7 +1453,7 @@
|
|
|
<div class="tool">
|
|
|
<div class="whiteBIcon" @click="addTools(26, itemTaskIndex, toolIndex)">
|
|
|
<img src="../../assets/icon/thirdToolList/courseDesign.png" alt />
|
|
|
- <div style="margin: 5px 0">项目设计</div>
|
|
|
+ <div style="margin: 5px 0">课程设计</div>
|
|
|
</div>
|
|
|
<div class="check" @click="addTools(26, itemTaskIndex, toolIndex)">
|
|
|
<img src="../../assets/icon/checkNo.png" alt v-if="itemTool.tool.indexOf(26) == -1" />
|
|
@@ -1782,13 +1653,13 @@
|
|
|
<img src="../../assets/icon/right.png" alt />
|
|
|
</div>
|
|
|
<div style="font-weight: bold">成功</div>
|
|
|
- <!-- <div>您的项目编号</div>
|
|
|
+ <!-- <div>您的课程编号</div>
|
|
|
<div class="number">{{ number }}</div>-->
|
|
|
<!-- <div class="success_button">
|
|
|
<div class="look_course" @click="isNoFinsh">
|
|
|
邀请老师协同编辑
|
|
|
</div>
|
|
|
- <div class="attend_others" @click="goCourse">预览项目</div>
|
|
|
+ <div class="attend_others" @click="goCourse">预览课程</div>
|
|
|
</div> -->
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1796,7 +1667,7 @@
|
|
|
<button class="info_btn" v-if="steps == 1" @click="
|
|
|
goTo('/course?userid=' + userid + '&oid=' + oid + '&org=' + org)
|
|
|
">
|
|
|
- 返回项目
|
|
|
+ 返回课程
|
|
|
</button>
|
|
|
<button class="info_btn" v-if="steps > 1 && steps != 5" @click="lastSteps">
|
|
|
{{ steps == 4 ? "返回首页" : "上一步" }}
|
|
@@ -1879,7 +1750,7 @@
|
|
|
<el-button type="primary" @click="isAddOrUpdateLine">确定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="添加项目成员" :visible.sync="dialogVisible3" :append-to-body="true" width="25%" height="80%"
|
|
|
+ <el-dialog title="添加课程成员" :visible.sync="dialogVisible3" :append-to-body="true" width="25%" height="80%"
|
|
|
:before-close="handleClose" class="addNewPP customWidth">
|
|
|
<div class="people">
|
|
|
<div class="people_top">
|
|
@@ -2619,6 +2490,7 @@
|
|
|
|
|
|
<script>
|
|
|
import "../../common/aws-sdk-2.235.1.min.js";
|
|
|
+// import "../../common/aws-sdk-2.99.0.min.js";
|
|
|
import $ from "jquery";
|
|
|
import EditorBar from "../../components/tools/wangEnduit";
|
|
|
import Table from "../../components/tools/table";
|
|
@@ -2696,7 +2568,7 @@ export default {
|
|
|
dialogVisiblePreTime: false,
|
|
|
uploadJson: [],
|
|
|
classJuri: [],
|
|
|
- cover: [], //项目封面
|
|
|
+ cover: [], //课程封面
|
|
|
myWord: [],
|
|
|
evaJuri: [],
|
|
|
evalua: "",
|
|
@@ -2874,6 +2746,8 @@ export default {
|
|
|
j < this.unitJson[_unitIndex].chapterInfo[0].taskJson.length;
|
|
|
j++
|
|
|
) {
|
|
|
+ this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].proVisible = false
|
|
|
+ this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].proVisible2 = false
|
|
|
if (
|
|
|
this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].toolChoose
|
|
|
.length > 1
|
|
@@ -3624,7 +3498,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
onExceed() {
|
|
|
- this.$message.error("项目封面仅支持上传一张,请删除后再进行上传");
|
|
|
+ this.$message.error("课程封面仅支持上传一张,请删除后再进行上传");
|
|
|
},
|
|
|
beforeUpload2(event, unitIndex, type, itemTaskIndex) {
|
|
|
// const loading = this.openLoading();
|
|
@@ -3789,7 +3663,7 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
- beforeUpload3(event, unitIndex, type, itemTaskIndex) {
|
|
|
+ beforeUpload3(event, unitIndex, type, itemTaskIndex, string) {
|
|
|
// const loading = this.openLoading();
|
|
|
var file = event.target.files[0];
|
|
|
var credentials = {
|
|
@@ -3827,7 +3701,7 @@ export default {
|
|
|
) {
|
|
|
if (file.size / 1024 / 1024 > 10) {
|
|
|
this.$message.error("上传文件大于10兆,请重新选择文件!");
|
|
|
- this.inputShow2 = true;
|
|
|
+ this.inputShow = true;
|
|
|
var a = _this.$refs.upload1.uploadFiles;
|
|
|
a.splice(a.length - 1, a.length);
|
|
|
// loading.close();
|
|
@@ -3840,7 +3714,7 @@ export default {
|
|
|
) {
|
|
|
if (file.size / 1024 / 1024 > 5) {
|
|
|
this.$message.error("添加成上传文件大于5兆,请重新选择文件!");
|
|
|
- this.inputShow2 = true;
|
|
|
+ this.inputShow = true;
|
|
|
var a = _this.$refs.upload1.uploadFiles;
|
|
|
a.splice(a.length - 1, a.length);
|
|
|
// loading.close();
|
|
@@ -3848,21 +3722,19 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- this.inputShow2 = false;
|
|
|
-
|
|
|
- _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
- ].progress2 = 0;
|
|
|
- _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
- ].proVisible2 = true;
|
|
|
- _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
- ].isFinishSize2 = 0;
|
|
|
- _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
- ].isAllSize2 = (file.size / 1024 / 1024).toFixed(2);
|
|
|
- _this.$forceUpdate();
|
|
|
+ this.inputShow = false;
|
|
|
+ _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
+ itemTaskIndex
|
|
|
+ ].progress = 0;
|
|
|
+ _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
+ itemTaskIndex
|
|
|
+ ].proVisible = true;
|
|
|
+ _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
+ itemTaskIndex
|
|
|
+ ].isFinishSize = 0;
|
|
|
+ _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
+ itemTaskIndex
|
|
|
+ ].isAllSize = (file.size / 1024 / 1024).toFixed(2);
|
|
|
if (file) {
|
|
|
var params = {
|
|
|
Key:
|
|
@@ -3880,47 +3752,44 @@ export default {
|
|
|
queueSize: 2,
|
|
|
leavePartsOnError: true,
|
|
|
};
|
|
|
- const request = bucket.upload(params, options)
|
|
|
- request.on("httpUploadProgress", function (evt) {
|
|
|
- // request.abort();
|
|
|
- // this.abort();
|
|
|
- // bucket.abortMultipartUpload.bind(bucket);
|
|
|
+ bucket
|
|
|
+ .upload(params, options)
|
|
|
+ .on("httpUploadProgress", function (evt) {
|
|
|
//这里可以写进度条
|
|
|
// console.log("Uploaded : " + parseInt((evt.loaded * 80) / evt.total) + '%');
|
|
|
_this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
itemTaskIndex
|
|
|
- ].progress2 = parseInt(evt.loaded / evt.total * 100);
|
|
|
+ ].progress = parseInt(evt.loaded / evt.total * 100);
|
|
|
_this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
itemTaskIndex
|
|
|
- ].isFinishSize2= (
|
|
|
+ ].isFinishSize = (
|
|
|
evt.loaded /
|
|
|
1024 /
|
|
|
1024
|
|
|
).toFixed(2)
|
|
|
- _this.$forceUpdate();
|
|
|
+ this.$forceUpdate();
|
|
|
})
|
|
|
.send(function (err, data) {
|
|
|
// loading.close();
|
|
|
_this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
itemTaskIndex
|
|
|
- ].progress2 = 100;
|
|
|
+ ].progress = 100;
|
|
|
_this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
itemTaskIndex
|
|
|
- ].isFinishSize2 = _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
+ ].isFinishSize = _this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
itemTaskIndex
|
|
|
].isAllSize
|
|
|
_this.$forceUpdate();
|
|
|
setTimeout(() => {
|
|
|
_this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
itemTaskIndex
|
|
|
- ].proVisible2 = false;
|
|
|
+ ].proVisible = false;
|
|
|
_this.$forceUpdate();
|
|
|
}, 1000);
|
|
|
- _this.inputShow2 = true;
|
|
|
+ _this.inputShow = true;
|
|
|
if (err) {
|
|
|
- console.log(err);
|
|
|
- // var a = _this.$refs.upload1.uploadFiles;
|
|
|
- // a.splice(a.length - 1, a.length);
|
|
|
+ var a = _this.$refs.upload1.uploadFiles;
|
|
|
+ a.splice(a.length - 1, a.length);
|
|
|
_this.$message.error("上传失败");
|
|
|
} else {
|
|
|
if (type == 2 || type == 3) {
|
|
@@ -3931,6 +3800,7 @@ export default {
|
|
|
url: data.Location,
|
|
|
uid: file.uid,
|
|
|
type: type,
|
|
|
+ text: string
|
|
|
});
|
|
|
_this.imgChange1(null, null, type, itemTaskIndex);
|
|
|
} else if (type == 4) {
|
|
@@ -3955,7 +3825,7 @@ export default {
|
|
|
console.log(data.Location);
|
|
|
}
|
|
|
});
|
|
|
- }
|
|
|
+ }
|
|
|
},
|
|
|
addunit() {
|
|
|
this.unitJson.push({
|
|
@@ -4197,6 +4067,8 @@ export default {
|
|
|
j < this.unitJson[i].chapterInfo[0].taskJson.length;
|
|
|
j++
|
|
|
) {
|
|
|
+ this.unitJson[i].chapterInfo[0].taskJson[j].proVisible = false
|
|
|
+ this.unitJson[i].chapterInfo[0].taskJson[j].proVisible2 = false
|
|
|
if (
|
|
|
this.unitJson[i].chapterInfo[0].taskJson[j].toolChoose.length > 1
|
|
|
) {
|
|
@@ -4291,6 +4163,8 @@ export default {
|
|
|
j < this.unitJson[_unitIndex].chapterInfo[0].taskJson.length;
|
|
|
j++
|
|
|
) {
|
|
|
+ this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].proVisible = false
|
|
|
+ this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].proVisible2 = false
|
|
|
if (
|
|
|
this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].toolChoose
|
|
|
.length > 1
|
|
@@ -4356,6 +4230,8 @@ export default {
|
|
|
j < this.unitJson[i].chapterInfo[0].taskJson.length;
|
|
|
j++
|
|
|
) {
|
|
|
+ this.unitJson[i].chapterInfo[0].taskJson[j].proVisible = false
|
|
|
+ this.unitJson[i].chapterInfo[0].taskJson[j].proVisible2 = false
|
|
|
if (
|
|
|
this.unitJson[i].chapterInfo[0].taskJson[j].toolChoose.length > 1
|
|
|
) {
|
|
@@ -4492,7 +4368,7 @@ export default {
|
|
|
this.dialogVisible3 = false;
|
|
|
} else {
|
|
|
this.$message({
|
|
|
- message: "请添加项目成员",
|
|
|
+ message: "请添加课程成员",
|
|
|
type: "error",
|
|
|
});
|
|
|
}
|
|
@@ -4616,7 +4492,7 @@ export default {
|
|
|
checkTemplate3(){
|
|
|
let _this = this;
|
|
|
_this
|
|
|
- .$confirm("确定选择简易模板吗?", "提示", {
|
|
|
+ .$confirm("确定选择单项模式吗?", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning",
|
|
@@ -5526,7 +5402,7 @@ export default {
|
|
|
},
|
|
|
selectCourseDetail() {
|
|
|
if (this.cid == "" || this.cid == undefined) {
|
|
|
- console.log("这是新增项目");
|
|
|
+ console.log("这是新增课程");
|
|
|
} else {
|
|
|
this.cidType = 1;
|
|
|
let params = {
|
|
@@ -5566,6 +5442,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ this.$forceUpdate()
|
|
|
this.courseName = res.data[0][0].title;
|
|
|
this.courseText = res.data[0][0].brief;
|
|
|
this.evalua = res.data[0][0].evaId;
|
|
@@ -6789,7 +6666,19 @@ export default {
|
|
|
}
|
|
|
|
|
|
.add_info_box button {
|
|
|
- margin: 0 10px 10px 0;
|
|
|
+ margin: 0 10px 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.add_info_box2{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+
|
|
|
+.add_info_box2::after{
|
|
|
+ content:'提示:支持上传10M以内的PPT和Word文件、5M以内的Excel文件、PDF不限制大小';
|
|
|
+ color:red;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.add_chapters_box {
|