|
@@ -660,6 +660,7 @@
|
|
|
<!-- <div v-if="item1.type == 7" class="chapter_upload_l_i8" style="margin-left: 1px"></div> -->
|
|
|
<div v-if="item1.type == 8" class="chapter_upload_l_i8" style="margin-left: 1px">
|
|
|
</div>
|
|
|
+ <div v-if="item1.type == 14" class="chapter_upload_l_i14" style="margin-left: 1px"></div>
|
|
|
<div v-if="item1.type == 12" class="chapter_upload_l_i12" style="margin-left: 1px">
|
|
|
</div>
|
|
|
<div v-if="item1.type == 13" class="chapter_upload_l_i13" style="margin-left: 1px">
|
|
@@ -706,6 +707,15 @@
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
" readonly="true" @click="selectLine(itemTaskIndex, index1)" />
|
|
|
+ <input :placeholder="item1.title ? item1.title : '链接'
|
|
|
+ " v-if="item1.type == 14" style="
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ width: 80%;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ " readonly="true" @click="openUpdateSource(itemTaskIndex, index1)" />
|
|
|
</div>
|
|
|
<div class="chapter_upload_ic">
|
|
|
<div class="chapter_upload_noSee" v-if="item1.type == 12">
|
|
@@ -750,6 +760,9 @@
|
|
|
</div>
|
|
|
<div class="chapter_upload_ic_edit" v-if="item1.type == 8" @click="selectLine(itemTaskIndex, index1)">
|
|
|
<div></div>
|
|
|
+ </div>
|
|
|
+ <div class="chapter_upload_ic_edit" v-if="item1.type == 14" @click="openUpdateSource(itemTaskIndex, index1)">
|
|
|
+ <div></div>
|
|
|
</div>
|
|
|
<div class="chapter_upload_ic_r" @click.stop="
|
|
|
deleteChapterData(
|
|
@@ -848,50 +861,50 @@
|
|
|
itemTask.chapterData.length == 0
|
|
|
"><img src="../../assets/icon/new/c_none.png" alt /></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" @click="
|
|
|
- getChapterData(
|
|
|
- $event,
|
|
|
- unitIndex,
|
|
|
- index,
|
|
|
- index1,
|
|
|
- item1.type
|
|
|
- )
|
|
|
- ">
|
|
|
- <div class="chapter_upload_t" style="width: 100%"></div>
|
|
|
- <div class="chapter_upload_o" style="
|
|
|
+ <div class="chapter_upload" v-for="(item1, index1) in itemTask.chapterData" :key="item1.id" @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_i2"></div>
|
|
|
- <div v-if="item1.type == 3" class="chapter_upload_l_i3" style="margin-left: 1px">
|
|
|
- </div>
|
|
|
- <div v-if="item1.type == 6" class="chapter_upload_l_i6" style="margin-left: 1px">
|
|
|
- </div>
|
|
|
- <!-- <div v-if="item1.type == 7" class="chapter_upload_l_i8" style="margin-left: 1px"></div> -->
|
|
|
- <div v-if="item1.type == 8" class="chapter_upload_l_i8" style="margin-left: 1px">
|
|
|
- </div>
|
|
|
- <div v-if="item1.type == 12" class="chapter_upload_l_i12" style="margin-left: 1px">
|
|
|
+ <div class="chapter_upload_l" style="padding: 1px 0 0 10px">
|
|
|
+ <div v-if="item1.type == 2" class="chapter_upload_l_i2"></div>
|
|
|
+ <div v-if="item1.type == 3" class="chapter_upload_l_i3" style="margin-left: 1px">
|
|
|
+ </div>
|
|
|
+ <div v-if="item1.type == 6" class="chapter_upload_l_i6" style="margin-left: 1px">
|
|
|
+ </div>
|
|
|
+ <!-- <div v-if="item1.type == 7" class="chapter_upload_l_i8" style="margin-left: 1px"></div> -->
|
|
|
+ <div v-if="item1.type == 8" class="chapter_upload_l_i8" style="margin-left: 1px">
|
|
|
+ </div>
|
|
|
+ <div v-if="item1.type == 14" class="chapter_upload_l_i14" style="margin-left: 1px"></div>
|
|
|
+ <div v-if="item1.type == 12" class="chapter_upload_l_i12" style="margin-left: 1px">
|
|
|
+ </div>
|
|
|
+ <div v-if="item1.type == 13" class="chapter_upload_l_i13" style="margin-left: 1px">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div v-if="item1.type == 13" class="chapter_upload_l_i13" style="margin-left: 1px">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="chapter_upload_n">
|
|
|
- <span style="
|
|
|
+ <div class="chapter_upload_n">
|
|
|
+ <span style="
|
|
|
font-size: 14px;
|
|
|
color: rgb(109, 109, 109);
|
|
|
height: 14px;
|
|
|
- line-height: 12px;
|
|
|
+ line-height: 14px;
|
|
|
" v-if="item1.type == 2 ||
|
|
|
item1.type == 3 ||
|
|
|
item1.type == 7
|
|
|
">{{ item1.text }}-</span>
|
|
|
- <input readonly="true" v-if="item1.type == 2 ||
|
|
|
- item1.type == 3 ||
|
|
|
- item1.type == 7
|
|
|
- " v-model="item1.name" :placeholder="item1.name" @click="
|
|
|
+ <input readonly="true" v-if="item1.type == 2 ||
|
|
|
+ item1.type == 3 ||
|
|
|
+ item1.type == 7
|
|
|
+ " :placeholder="item1.name" @click="
|
|
|
updataVideoT(
|
|
|
$event,
|
|
|
unitIndex,
|
|
@@ -909,7 +922,7 @@
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
" />
|
|
|
- <input :placeholder="item1.name" v-if="item1.type == 6" style="
|
|
|
+ <input :placeholder="item1.name" v-if="item1.type == 6" style="
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
width: 80%;
|
|
@@ -917,8 +930,8 @@
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
" readonly="true" @click="selectAttText(itemTaskIndex, index1)" />
|
|
|
- <input :placeholder="item1.title ? item1.title : '链接'
|
|
|
- " v-if="item1.type == 8" style="
|
|
|
+ <input :placeholder="item1.title ? item1.title : '链接'
|
|
|
+ " v-if="item1.type == 8 || item1.type == 14" style="
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
width: 80%;
|
|
@@ -926,46 +939,69 @@
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
" readonly="true" @click="selectLine(itemTaskIndex, index1)" />
|
|
|
- </div>
|
|
|
- <div class="chapter_upload_ic">
|
|
|
- <div class="chapter_upload_noSee" v-if="item1.type == 12">
|
|
|
</div>
|
|
|
- <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
- <div class="chapter_upload_up" @click="
|
|
|
- upCd(
|
|
|
+ <div class="chapter_upload_ic">
|
|
|
+ <div class="chapter_upload_noSee" v-if="item1.type == 12">
|
|
|
+ </div>
|
|
|
+ <div class="chapter_upload_ud" style="z-index: 99">
|
|
|
+ <div class="chapter_upload_up" @click="
|
|
|
+ upCd(
|
|
|
+ $event,
|
|
|
+ unitIndex,
|
|
|
+ index,
|
|
|
+ itemTaskIndex,
|
|
|
+ index1
|
|
|
+ )
|
|
|
+ "></div>
|
|
|
+ <div class="chapter_upload_down" @click="
|
|
|
+ downCd(
|
|
|
+ $event,
|
|
|
+ unitIndex,
|
|
|
+ index,
|
|
|
+ itemTaskIndex,
|
|
|
+ index1
|
|
|
+ )
|
|
|
+ "></div>
|
|
|
+ </div>
|
|
|
+ <div class="chapter_upload_ic_edit" v-if="item1.type == 2 ||
|
|
|
+ item1.type == 3 ||
|
|
|
+ item1.type == 12 ||
|
|
|
+ item1.type == 13 ||
|
|
|
+ item1.type == 7
|
|
|
+ " @click.stop="
|
|
|
+ updataVideoT(
|
|
|
$event,
|
|
|
unitIndex,
|
|
|
- index,
|
|
|
itemTaskIndex,
|
|
|
index1
|
|
|
)
|
|
|
- "></div>
|
|
|
- <div class="chapter_upload_down" @click="
|
|
|
- downCd(
|
|
|
- $event,
|
|
|
- unitIndex,
|
|
|
- index,
|
|
|
- itemTaskIndex,
|
|
|
- index1
|
|
|
- )
|
|
|
- "></div>
|
|
|
- </div>
|
|
|
- <div class="chapter_upload_ic_r" style="position: absolute" @click.stop="
|
|
|
- deleteChapterData(
|
|
|
- $event,
|
|
|
- unitIndex,
|
|
|
- index,
|
|
|
- index1,
|
|
|
- itemTaskIndex
|
|
|
- )
|
|
|
- ">
|
|
|
- <div></div>
|
|
|
+ ">
|
|
|
+ <div></div>
|
|
|
+ </div>
|
|
|
+ <div class="chapter_upload_ic_edit" v-if="item1.type == 6" @click="selectAttText(itemTaskIndex, index1)">
|
|
|
+ <div></div>
|
|
|
+ </div>
|
|
|
+ <div class="chapter_upload_ic_edit" v-if="item1.type == 8" @click="selectLine(itemTaskIndex, index1)">
|
|
|
+ <div></div>
|
|
|
+ </div>
|
|
|
+ <div class="chapter_upload_ic_edit" v-if="item1.type == 14" @click="openUpdateSource(itemTaskIndex, index1)">
|
|
|
+ <div></div>
|
|
|
+ </div>
|
|
|
+ <div class="chapter_upload_ic_r" @click.stop="
|
|
|
+ deleteChapterData(
|
|
|
+ $event,
|
|
|
+ unitIndex,
|
|
|
+ index,
|
|
|
+ index1,
|
|
|
+ itemTaskIndex
|
|
|
+ )
|
|
|
+ ">
|
|
|
+ <div></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div class="add_info_box" style="margin: 10px 0 0">
|
|
|
<button class="c_pub_button_add pub_btn_add_img" @click="addImg($event)">
|
|
@@ -2379,14 +2415,15 @@
|
|
|
<el-button type="primary" @click="isAddOrUpdateLine">确定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="添加资源" :visible.sync="dialogVisibleSource" :append-to-body="true" width="100%"
|
|
|
+ <el-dialog :title="updateSourcePan ? '修改资源' : '添加资源'" :visible.sync="dialogVisibleSource" :append-to-body="true" width="100%"
|
|
|
:before-close="handleClose" class="dialog_diy source_diy">
|
|
|
<div>
|
|
|
- <sourceDialog :sourceData.sync="sourceData"></sourceDialog>
|
|
|
+ <sourceDialog :sourceData.sync="sourceData" :updateSourcePan="updateSourcePan"></sourceDialog>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogVisibleSource = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addSource">确定</el-button>
|
|
|
+ <el-button type="primary" @click="addSource" v-if="!updateSourcePan">确定</el-button>
|
|
|
+ <el-button type="primary" @click="updateSource" v-else>确定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
<el-dialog title="添加课程成员" :visible.sync="dialogVisible3" :append-to-body="true" width="25%" height="80%"
|
|
@@ -3622,6 +3659,7 @@ export default {
|
|
|
icode: "",
|
|
|
easyArray: [2, 4],
|
|
|
sourceData: {},
|
|
|
+ updateSourcePan: false,
|
|
|
videoJson: {},
|
|
|
isBtnDisplay: false,
|
|
|
isStepDisplay: false,
|
|
@@ -3951,7 +3989,7 @@ export default {
|
|
|
},
|
|
|
closeConfirm(tool){
|
|
|
this
|
|
|
- .$confirm("是否保存?", "提示", {
|
|
|
+ .$confirm("是否保存已编辑内容?", "提示", {
|
|
|
confirmButtonText: "保存",
|
|
|
cancelButtonText: "不保存",
|
|
|
type: "warning",
|
|
@@ -4032,7 +4070,7 @@ export default {
|
|
|
},
|
|
|
retrunCourse(){
|
|
|
this
|
|
|
- .$confirm("是否保存?", "提示", {
|
|
|
+ .$confirm("是否保存已编辑内容?", "提示", {
|
|
|
confirmButtonText: "保存",
|
|
|
cancelButtonText: "不保存",
|
|
|
type: "warning",
|
|
@@ -4491,6 +4529,7 @@ export default {
|
|
|
this.lineCount = i;
|
|
|
this.sourceData = {};
|
|
|
this.dialogVisibleSource = true;
|
|
|
+ this.updateSourcePan = false;
|
|
|
},
|
|
|
addSource() {
|
|
|
if (!Object.keys(this.sourceData).length) {
|
|
@@ -4505,12 +4544,32 @@ export default {
|
|
|
name: "链接",
|
|
|
title: this.sourceData[keys[i]].name,
|
|
|
url: this.sourceData[keys[i]].url,
|
|
|
- type: 8,
|
|
|
+ type: 14,
|
|
|
+ id:keys[i]
|
|
|
});
|
|
|
}
|
|
|
this.$forceUpdate();
|
|
|
this.dialogVisibleSource = false;
|
|
|
},
|
|
|
+ updateSource() {
|
|
|
+ if (!Object.keys(this.sourceData).length) {
|
|
|
+ this.$message.error("请选择要上传的资源");
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ let keys = Object.keys(this.sourceData);
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|
|
|
+ this.taskCount
|
|
|
+ ].chapterData[this.lineCount].url = this.sourceData[keys[0]].url;
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|
|
|
+ this.taskCount
|
|
|
+ ].chapterData[this.lineCount].title = this.sourceData[keys[0]].name;
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|
|
|
+ this.taskCount
|
|
|
+ ].chapterData[this.lineCount].id = keys[0];
|
|
|
+ this.updateSourcePan = false;
|
|
|
+ this.$forceUpdate();
|
|
|
+ this.dialogVisibleSource = false;
|
|
|
+ },
|
|
|
deleteM(i, j) {
|
|
|
this.testJson.testJson[i].timuList.splice(j, 1);
|
|
|
},
|
|
@@ -6178,6 +6237,17 @@ export default {
|
|
|
this.lineType = 1;
|
|
|
this.dialogVisible7 = true;
|
|
|
},
|
|
|
+ openUpdateSource(itemTaskIndex, i){
|
|
|
+ this.sourceData = {}
|
|
|
+ let source = this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex].chapterData[i]
|
|
|
+ this.sourceData[source.id] = {}
|
|
|
+ this.sourceData[source.id].name = source.title
|
|
|
+ this.sourceData[source.id].url = source.url
|
|
|
+ this.dialogVisibleSource = true;
|
|
|
+ this.updateSourcePan = true;
|
|
|
+ this.taskCount = itemTaskIndex;
|
|
|
+ this.lineCount = i;
|
|
|
+ },
|
|
|
updateLine() {
|
|
|
this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|
|
|
this.taskCount
|
|
@@ -9741,6 +9811,7 @@ export default {
|
|
|
.chapter_upload_l_i8,
|
|
|
.chapter_upload_l_i6,
|
|
|
.chapter_upload_l_i12,
|
|
|
+.chapter_upload_l_i14,
|
|
|
.chapter_upload_l_i13 {
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
@@ -9759,6 +9830,11 @@ export default {
|
|
|
background-image: url("../../assets/icon/new/u_url.png");
|
|
|
}
|
|
|
|
|
|
+.chapter_upload_l_i14 {
|
|
|
+ background-image: url("../../assets/icon/new/u_source.png");
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
.chapter_upload_l_i6 {
|
|
|
background-image: url("../../assets/icon/new/u_picture.png");
|
|
|
}
|