@@ -25,7 +25,7 @@
height: 100%;
width: 100%;
background: #e6eaf0;
- }</style><link href=./static/css/app.9c24a3d317f7554832fcdb392c62bc8c.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.1b8e037bd3fbbd358d74.js></script><script type=text/javascript src=./static/js/app.5bf3ab57961301ce757c.js></script></body></html><script>function stopSafari() {
+ }</style><link href=./static/css/app.3925127929a1e9771f4790940fe11ba2.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.1b8e037bd3fbbd358d74.js></script><script type=text/javascript src=./static/js/app.d5cd14b79ad3d5d5bc11.js></script></body></html><script>function stopSafari() {
//阻止safari浏览器双击放大功能
let lastTouchEnd = 0 //更新手指弹起的时间
document.documentElement.addEventListener("touchstart", function (event) {
@@ -0,0 +1,11349 @@
+<template>
+ <div class="pb_content" style="background: #F0F2F5;">
+ <div class="pb_content_body" style="position: relative; margin: 0">
+ <div class="right">
+ <!-- <div style="display: flex; margin-top: 20px; position: relative"> -->
+ <div style="width: 100%; height: 100%; overflow: auto" ref="stepBox">
+ <div class="courseTop">
+ <div class="stepsNav">
+ <el-breadcrumb separator-class="el-icon-arrow-right">
+ <el-breadcrumb-item :to="{
+ path:
+ '/synergyCourse?userid=' +
+ userid +
+ '&oid=' +
+ oid +
+ '&org=' +
+ org +
+ '&role=' +
+ role,
+ }">协同建构</el-breadcrumb-item>
+ <el-breadcrumb-item>
+ <span style="color: rgb(15, 126, 255)">创建协同建构</span>
+ </el-breadcrumb-item>
+ </el-breadcrumb>
+ </div>
+ <div class="r_pub_button_retrun" @click="lastSteps()">返回</div>
+ <div class="rightBox" style="padding: 0;"
+ :style="{ height: (!isBtnDisplay) ? 'calc(100% - 50px)' : 'calc(100% - 120px)' }" v-if="this.steps == 1">
+ <!-- @mousewheel="scrollChange" -->
+ <div class="updateMask" :style="{
+ height: rightBoxHeight ? rightBoxHeight + 'px' : '100%',
+ }" v-if="cid && userid != courseUserid && role != '1'"></div>
+ <div class="whiteBg" style="background:unset;padding: 0;">
+ <div>
+ <div class="basic_box" style="padding: 0;">
+ <div class="big_box">
+ <div class="left_first">
+ <div :class="{
+ updateTips: cid && userid != courseUserid && role != '1',
+ }">
+ <div style="width: 100%;">
+ <div class="course_input_box">
+ <div class="bb_courseIcon"><img src="../../../assets/icon/new/course.png" /></div>
+ <input type="text" placeholder="请输入课程名称" class="binfo_input" v-model="courseName"
+ style="border: 1.5px solid rgb(202, 209, 220);margin: 0px 10px 0px 0px;border-radius: 5px;font-weight: 600;padding: 12px 14px 12px 71px;" />
+ <!-- background: #f6f6f6; -->
+ <!-- <el-switch v-model="isTeacherSee" active-text="是否公开此课程"
+ style="justify-content: center;width: 200px;"></el-switch> -->
+ <div class="pType_box all_choose" v-if="oid == '69893dca-1d47-11ed-8c78-005056b86db5'">
+ <span>类型</span>
+ <!-- 学科+ 主题+ 未来+ -->
+ <el-radio-group @change="CourseType2Change" v-model="pTypeCheckName"
+ style="display: flex; align-items: center">
+ <div class="all_choose" style="width: 100px" v-for="(item, index) in CourseType2" :key="index">
+ <el-radio :label="item.name">{{
+ item.name
+ }}</el-radio>
+ </el-radio-group>
+ <div class="both">
+ <div class="choose">
+ <div class="all_choose" v-for="(item, index) in CourseType[0]" :key="index">
+ <span v-if="CourseTypeJson[item.id].length > 0 &&
+ (oid == '69893dca-1d47-11ed-8c78-005056b86db5'
+ ? pTypeCheck.indexOf(item.id) != -1
+ : true)
+ ">{{ item.name }}:</span>
+ <el-checkbox-group v-model="courseTypeId" v-if="CourseTypeJson[item.id].length > 0 &&
+ ">
+ <el-checkbox v-for="item1 in CourseTypeJson[item.id]" :key="item1.id" :label="item1.id">{{
+ item1.name }}</el-checkbox>
+ </el-checkbox-group>
+ <!-- <div
+ v-else
+ style="font-size: 14px; margin-left: -8px"
+ >
+ 暂无
+ </div> -->
+ <div class="right_first">
+ <!-- <div class="ai_box">
+ <div class="ai_content" @click="openAI"><img src="../../assets/icon/new/ai.png"/><span>AI共创</span></div>
+ <div class="c_info_title" style="padding: 0 0 15px;margin: 0 auto 0 0;">上传封面</div>
+ <div class="uploadFm" @click="choosePicVisible = true" v-if="cover.length == 0">
+ <img src="../../../assets/icon/addPoster.png" alt="" />
+ <div>点击添加封面</div>
+ <el-upload :class="{ disUoloadSty: noneBtnImg }" class="upCss" action="#" list-type="picture"
+ v-loading="uploadLoading1" :http-request="beforeUpload1" ref="upload1"
+ :on-preview="handlePictureCardPreview" :on-remove="handle_remove1" :show-file-list="true"
+ :file-list="cover" accept="image/*" :limit="1" :on-exceed="onExceed" v-else>
+ <i class="el-icon-plus"></i>
+ </el-upload>
+ <div class="whiteBg" style="margin-top: 10px">
+ <div class="wb_j_box">
+ <div class="wb_j_box_content">
+ <!-- <button class="c_pub_button_add pub_btn_add_img" @click="
+ (dialogVisibleClass = true),
+ (classSearch = ''),
+ (gradeId = ''),
+ getClass()
+ ">添加班级</button>
+ <div v-if="checkboxList2.length" class="wb_j_box_p_box">
+ <span :class="{ tcMember: getClassC(tc) }" v-for="(tc, tcIndex) in checkboxList2" :key="tcIndex">{{
+ getClassC(tc) }}</span>
+ <div class="wb_j_box_btn" @click="
+ <div class="wb_j_box_title">授课班级</div>
+ <div class="wb_j_box_btn_c">
+ <el-tooltip effect="dark" :content="getListClassC(checkboxList2)" placement="top"
+ v-if="checkboxList2.length" popper-class="text_tooltip2">
+ <div class="wb_j_box_span">{{ getListClassC(checkboxList2) }}</div>
+ </el-tooltip>
+ <div v-else class="wb_j_box_span">请选择授课班级</div>
+ <div class="wb_j_box_arrow"></div>
+ <div style="margin-left: auto;">
+ <button class="c_pub_button_add pub_btn_paste_img" @click="pasteTask" v-if="isPasteTask">智能粘贴</button>
+ <groupBox :cid="cid" :classList="classList" :courseDetail="courseDetail" :userid="userid" :type="1"
+ classId="" :oid="oid"></groupBox>
+ <div class="whiteBg" style="border-radius: 0; background:#F0F2F5;" v-if="false">
+ <div style="display: flex">
+ <div class="course_left">
+ <div class="stepsBottom2">
+ <div class="navBottom" :style="{ height: heightPx }">
+ <div v-for="(t, tIndex) in unitJson[unitIndex].chapterInfo[0]
+ .taskJson" :key="tIndex">
+ <div @click="goToTask(tIndex)" class="navTask" :class="{
+ isNavTask:
+ isClickColor > 0 && isClickColor == tIndex + 1,
+ isNavOpen: t.toolOpen
+ <div class="nt_taskBox">
+ <div class="nt_taskTitle">任务{{ tIndex + 1 }}</div>
+ <div class="nt_taskName">
+ <el-tooltip effect="light" :content="t.task" placement="top">
+ <span>{{ t.task }}</span>
+ <div class="moveBtn" v-if="unitJson[unitIndex].chapterInfo[0].taskJson.length >
+ 1
+ <div class="chapter_upload_up" style="margin: 0 5px 0 0;width: 25px;height: 25px;"
+ @click.stop="taskMove(1, tIndex)"></div>
+ <div class="chapter_upload_down" style="width: 25px;height: 25px;"
+ @click.stop="taskMove(2, tIndex)"></div>
+ <div class="gjBox" v-if="t.toolChoose.length && t.toolOpen">
+ <div v-for="(tool, toolIndex2) in t.toolChoose" :key="toolIndex2"
+ @click="jumpGj(tIndex, toolIndex2)">
+ <div class="gjCss" :class="{ isGjCss: toolIndexType == `gj${tIndex}${toolIndex2}` }">
+ <div>工具{{ toolIndex2 + 1 }}:</div>
+ <div>{{ toolsData[tool.tool[0]] && toolsData[tool.tool[0]].name }}</div>
+ <div class="basic_box2">
+ <div style="margin: 0 0 20px 0; padding: 0 0 0 10px"
+ v-for="(item, index) in unitJson[unitIndex].chapterInfo" :key="index">
+ <div class="taskBorder" style="padding: 20px 20px 10px;">
+ <div class="basic_box" style="
+ margin: 0;
+ min-height: 0;
+ padding: 10px 0 0 !important;
+ <div style="
+ display: flex;
+ margin: 0 0 20px 0;
+ flex-direction: row;
+ justify-content: space-between;
+ align-items: center;
+ <div class="lineTitle">学习内容</div>
+ <div v-if="!item.taskJson[0].isFoldchapter" class="show_taskD show" @click="foldC(0)"><img
+ src="../../../assets/icon/new/icon-slide.png" />收起学习内容</div>
+ <div v-else class="show_taskD" @click="foldC(0)"><img
+ src="../../../assets/icon/new/icon-slide.png" />展开学习内容</div>
+ <div v-if="!item.taskJson[0].isFoldchapter">
+ <div class="add_chapters_box add_c_none" v-if="item.taskJson[0].chapterData &&
+ item.taskJson[0].chapterData.length == 0
+ "><img src="../../../assets/icon/new/c_none.png" alt /><span>请添加学习内容</span></div>
+ <div v-else class="add_chapters_box" style="display: flex; flex-direction: column">
+ <div class="chapter_upload" v-for="(item1, index1) in item.taskJson[0]
+ .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;
+ <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 v-if="item1.type == 12" class="chapter_upload_l_i12" style="margin-left: 1px">
+ <div v-if="item1.type == 13" class="chapter_upload_l_i13" style="margin-left: 1px">
+ <div class="chapter_upload_n">
+ <input readonly="true" v-if="item1.type == 2 ||
+ item1.type == 3 ||
+ item1.type == 12 ||
+ item1.type == 13 ||
+ item1.type == 7
+ " :placeholder="item1.name" @click="
+ updataVideoT(
+ 0,
+ 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="
+ " readonly="true" @click="selectAttText(0, index1)" />
+ <input :placeholder="item1.title ? item1.title : '链接'
+ " v-if="item1.type == 8" style="
+ " readonly="true" @click="selectLine(0, index1)" />
+ " v-if="item1.type == 14" style="
+ " readonly="true" @click="openUpdateSource(0, index1)" />
+ <div class="chapter_upload_ic">
+ <div class="chapter_upload_noSee" v-if="item1.type == 12">
+ <div class="chapter_upload_ud" style="z-index: 99">
+ <div class="chapter_upload_up" @click.stop="
+ upCd(
+ "></div>
+ <div class="chapter_upload_down" @click.stop="
+ downCd(
+ <div class="chapter_upload_ic_edit" v-if="item1.type == 2 ||
+ " @click.stop="
+ <div></div>
+ <div class="chapter_upload_ic_edit" v-if="item1.type == 6"
+ @click="selectAttText(0, index1)">
+ <div class="chapter_upload_ic_edit" v-if="item1.type == 8"
+ @click="selectLine(0, index1)">
+ <div class="chapter_upload_ic_edit" v-if="item1.type == 14"
+ @click="openUpdateSource(0, index1)">
+ <div class="chapter_upload_ic_r" @click.stop="
+ deleteChapterData(
+ 0
+ <div class="add_info_box" v-if="!item.taskJson[0].isFoldchapter">
+ <button class="c_pub_button_add pub_btn_add_img" @click="addImg($event)">
+ 添加文件
+ <input type="file" accept="*" style="display: none" v-if="inputShow"
+ @change="beforeUpload2($event, unitIndex, 13, 0)" />
+ </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="beforeUpload2($event, unitIndex, 2, 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, 0)
+ </button> -->
+ <button class="c_pub_button_add pub_btn_add_img" @click="addAttText(0)">
+ 添加图文
+ <button class="c_pub_button_add pub_btn_add_img" @click="openLine(0)">
+ 添加链接
+ <button class="c_pub_button_add pub_btn_add_img" @click="pasteLine(0)">
+ 嵌入代码
+ <button class="c_pub_button_add pub_btn_add_img" @click="openSource(0)">
+ 添加资源
+ 其他附件
+ <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 12, itemTaskIndex)
+ <div v-if="unitJson[unitIndex].chapterInfo[0].taskJson[0]
+ .proVisible
+ " class="mask">
+ <div class="progressBox">
+ <!-- <div id="closePro" class="closeCss">
+ <img src="../../../../assets/icon/close.png" alt />
+ <div class="lbox">
+ <img src="../../../assets/loading.gif" />上传中,请稍后
+ <div style="margin-bottom: 10px">
+ <span>{{
+ unitJson[unitIndex].chapterInfo[0].taskJson[0]
+ .isFinishSize
+ }}M</span>
+ /
+ .isAllSize
+ <el-progress :text-inside="true" :stroke-width="20" :percentage="unitJson[unitIndex].chapterInfo[0].taskJson[0]
+ .progress
+ ? unitJson[unitIndex].chapterInfo[0]
+ .taskJson[0].progress
+ : 0
+ " style="width: 80%"></el-progress>
+ <div class="taskBorder" :style="{
+ minHeight: unitJson[unitIndex].easy && 'unset',
+ }" v-for="(itemTask, itemTaskIndex) in item.taskJson" :key="itemTaskIndex">
+ <div v-if="unitJson[unitIndex].easy != 1">
+ <div :style="{
+ marginBottom:
+ unitJson[unitIndex].easy == 3 ||
+ (unitJson[unitIndex].easy == 5 &&
+ itemTask.taskType == 1)
+ ? '75px'
+ : '0',
+ margin: 0px 0 20px;
+ justify-content: flex-start;
+ <div class="lineTitle">任务{{ itemTaskIndex + 1 }}概述</div>
+ <div :id="'task' + itemTaskIndex" class="chapter_contentbox" style="
+ <!-- <div class="cc_title">
+ 任务{{ itemTaskIndex + 1 }}
+ <div class="cc_input">
+ <input type="text" placeholder="输入任务名称" class="binfo_input" style="border-radius: 4px"
+ v-model="unitJson[unitIndex].chapterInfo[0].taskJson[
+ itemTaskIndex
+ ].task
+ <div v-if="itemTask.isFold2" class="show_taskD show" @click="fold2(itemTaskIndex)"><img
+ src="../../../assets/icon/new/icon-slide.png" />收起任务描述</div>
+ <div v-else class="show_taskD" @click="fold2(itemTaskIndex)"><img
+ src="../../../assets/icon/new/icon-slide.png" />展开任务描述</div>
+ <div class="remove" v-if="item.taskJson.length > 1" @click="deleteTask(itemTaskIndex)"></div>
+ <div style="margin: 25px 0" v-if="itemTask.isFold2">
+ <!-- <editor-bar style="width: 90% !important; margin: 0" placeholder="请输入任务描述" v-model="unitJson[unitIndex].chapterInfo[0].taskJson[
+ ].taskDetail
+ " @change="change"></editor-bar> -->
+ <textarea rows="2" v-autoHeight="70" class="binfo_input" placeholder="请输入任务描述" cols v-model="unitJson[unitIndex].chapterInfo[0].taskJson[
+ "></textarea>
+ <div class="toolChoose" style="margin: 20px 0">
+ <div class="tools">
+ <div class="leftTools" style="
+ width: 100%;
+ " v-for="(itemTool, toolIndex) in itemTask.toolChoose" :key="toolIndex">
+ align-items: baseline;
+ flex-wrap: nowrap;
+ <div :id="'gj' + itemTaskIndex + '' + toolIndex"
+ style="margin-right: 20px; font-weight: bold">
+ 步骤 {{ toolIndex + 1 }} :
+ <div class="chooseWho">
+ <div :class="itemTool.toolType == 0 ? 'isChooseActive' : ''
+ " @click="(itemTool.toolType = 0), (itemTool.isFold3 = true), $forceUpdate()">
+ 互动类
+ <div :class="itemTool.toolType == 1
+ ? 'isChooseActive'
+ : ''
+ " @click="
+ (itemTool.toolType = 1), (itemTool.isFold3 = true), $forceUpdate()
+ 思维类
+ <div :class="itemTool.toolType == 6
+ (itemTool.toolType = 6), (itemTool.isFold3 = true), $forceUpdate()
+ 协作类
+ <div :class="itemTool.toolType == 2
+ (itemTool.toolType = 2), (itemTool.isFold3 = true), $forceUpdate()
+ 测评类
+ <div :class="itemTool.toolType == 7
+ (itemTool.toolType = 7), (itemTool.isFold3 = true), $forceUpdate()
+ 评价类
+ <div :class="itemTool.toolType == 3
+ (itemTool.toolType = 3), (itemTool.isFold3 = true), $forceUpdate()
+ 编程类
+ <div :class="itemTool.toolType == 5 ? 'isChooseActive' : ''
+ " @click="(itemTool.toolType = 5), (itemTool.isFold3 = true), $forceUpdate()">
+ 学科类
+ <!-- <div :class="itemTool.toolType == 4 ? 'isChooseActive' : ''
+ " @click="(itemTool.toolType = 4), $forceUpdate()">
+ 其他
+ <div v-if="itemTool.isFold3" class="show_toolD show"
+ @click="fold3(itemTaskIndex, toolIndex)"
+ :style="{ right: itemTask.toolChoose.length > 1 ? '45px' : '0px' }"><img
+ src="../../../assets/icon/new/icon-slide.png" />收起工具栏</div>
+ <div v-else class="show_toolD" @click="fold3(itemTaskIndex, toolIndex)"
+ src="../../../assets/icon/new/icon-slide.png" />展开工具栏</div>
+ <div class="remove" @click="deleteTool(itemTaskIndex, toolIndex)"
+ v-if="itemTask.toolChoose.length > 1" style="position: absolute; right: 0"></div>
+ <div style="min-height: 163px" v-show="itemTool.isFold3">
+ <div class="toolSort" v-if="itemTool.toolType == 0">
+ <!-- <div class="tool">
+ <div
+ class="whiteBIcon"
+ @click="addTools(8, itemTaskIndex, toolIndex)"
+ <img src="../../../assets/icon/secondToolList/library.png" alt />
+ <div style="margin: 5px 0">素材库</div>
+ <div class="check" @click="addTools(8, itemTaskIndex, toolIndex)">
+ <img
+ src="../../../assets/icon/checkNo.png"
+ alt
+ v-if="itemTool.tool.indexOf(8) == -1"
+ />
+ <div class="checkDiv" v-else><img src="../../../assets/icon/checkedIs.png"
+ alt /><span>已选择</span></div>
+ </div>-->
+ @click="addTools(17, itemTaskIndex, toolIndex)"
+ src="../../../assets/icon/secondToolList/library.png"
+ <div style="margin: 5px 0">学习资料</div>
+ class="check"
+ v-if="itemTool.tool.indexOf(17) == -1"
+ src="../../../assets/icon/checkedIs.png"
+ </div>10
+ <div class="tool">
+ <div class="whiteBIcon" @click="
+ openTools(itemTaskIndex, 10, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/time.png" alt />
+ <div style="margin: 5px 0">倒计时</div>
+ <div class="check" @click="
+ addTools(10, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/checkNo.png" alt
+ v-if="itemTool.tool.indexOf(10) == -1" />
+ <div class="checkDiv" v-else>
+ <img src="../../../assets/icon/checkedIs.png" alt /><span>已选择</span>
+ <div class="whiteBIcon" @click="addTools(65, itemTaskIndex, toolIndex)">
+ <img src="../../../assets/icon/firstToolList/pickPeople.png" alt />
+ <div style="margin: 5px 0">挑人</div>
+ <div class="check" @click="addTools(65, itemTaskIndex, toolIndex)">
+ v-if="itemTool.tool.indexOf(65) == -1" />
+ @click="
+ openTools(itemTaskIndex, 49, toolIndex)
+ "
+ src="../../../assets/icon/fourthToolList/group.png"
+ <div style="margin: 5px 0">学生分组</div>
+ addTools(49, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(49) == -1"
+ /><span>已选择</span>
+ openTools(itemTaskIndex, 62, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/interVideo.png" alt />
+ <div style="margin: 5px 0">交互视频</div>
+ addTools(62, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(62) == -1" />
+ <div class="toolSort" v-if="itemTool.toolType == 1">
+ addTools(7, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/secondToolList/mindNetwork.png" alt />
+ <div style="margin: 5px 0">思维网格</div>
+ v-if="itemTool.tool.indexOf(7) == -1" />
+ openTools(itemTaskIndex, 1, toolIndex)
+ <img src="../../../assets/icon/secondToolList/whiteBoard.png" alt />
+ <div style="margin: 5px 0">电子白板</div>
+ addTools(1, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(1) == -1" />
+ @click="addTools(2, itemTaskIndex, toolIndex)"
+ src="../../../assets/icon/secondToolList/note.png"
+ <div style="margin: 5px 0">便签</div>
+ v-if="itemTool.tool.indexOf(2) == -1"
+ <div class="whiteBIcon" @click="addTools(6, itemTaskIndex, toolIndex)">
+ <img src="../../../assets/icon/secondToolList/doc.png" alt />
+ <div style="margin: 5px 0">协同文档</div>
+ @click="addTools(6, itemTaskIndex, toolIndex)"
+ v-if="itemTool.tool.indexOf(6) == -1"
+ openTools(itemTaskIndex, 52, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/text.png" alt />
+ <div style="margin: 5px 0">文档</div>
+ addTools(52, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(52) == -1" />
+ openTools(itemTaskIndex, 3, toolIndex)
+ <img src="../../../assets/icon/secondToolList/mindMapping.png" alt />
+ <div style="margin: 5px 0">思维导图</div>
+ addTools(3, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(3) == -1" />
+ openTools(itemTaskIndex, 48, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/table.png" alt />
+ <div style="margin: 5px 0">表格</div>
+ addTools(48, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(48) == -1" />
+ <div class="toolSort" v-if="itemTool.toolType == 6">
+ <img src="../../../assets/icon/fourthToolList/group.png" alt />
+ v-if="itemTool.tool.indexOf(49) == -1" />
+ <div class="toolSort" v-if="itemTool.toolType == 2">
+ @click="addTools(5, itemTaskIndex, toolIndex)"
+ src="../../../assets/icon/thirdToolList/score.png"
+ <div style="margin: 5px 0">量规评分</div>
+ v-if="itemTool.tool.indexOf(5) == -1"
+ openTools(itemTaskIndex, 4, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/ask.png" alt />
+ <div style="margin: 5px 0">问卷调查</div>
+ addTools(4, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(4) == -1" />
+ openTools(itemTaskIndex, 45, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/choose.png" alt />
+ <div style="margin: 5px 0">选择题</div>
+ addTools(45, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(45) == -1" />
+ openTools(itemTaskIndex, 15, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/answer.png" alt />
+ <div style="margin: 5px 0">问答</div>
+ addTools(15, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(15) == -1" />
+ addTools(16, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/work.png" alt />
+ <div style="margin: 5px 0">作业提交</div>
+ v-if="itemTool.tool.indexOf(16) == -1" />
+ addTools(50, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/plwork.png" alt />
+ <div style="margin: 5px 0">批量上传</div>
+ v-if="itemTool.tool.indexOf(50) == -1" />
+ openTools(itemTaskIndex, 40, toolIndex)
+ src="../../../assets/icon/thirdToolList/eval.png"
+ <div style="margin: 5px 0">个人评价</div>
+ addTools(40, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(40) == -1"
+ openTools(itemTaskIndex, 41, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/select.png" alt />
+ <div style="margin: 5px 0">选择匹配</div>
+ addTools(41, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(41) == -1" />
+ openTools(itemTaskIndex, 47, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/conSentences.png" alt />
+ <div style="margin: 5px 0">排序</div>
+ addTools(47, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(47) == -1" />
+ @click="openTools(itemTaskIndex, 42, toolIndex)"
+ src="../../../assets/icon/thirdToolList/mp3.png"
+ <div style="margin: 5px 0">上传音频</div>
+ @click="addTools(42, itemTaskIndex, toolIndex)"
+ v-if="itemTool.tool.indexOf(42) == -1"
+ <div class="toolSort" v-if="itemTool.toolType == 3">
+ addTools(18, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/trainPlatform.png" alt />
+ <div style="margin: 5px 0">训练平台</div>
+ v-if="itemTool.tool.indexOf(18) == -1" />
+ addTools(21, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/program.png" alt />
+ <div style="margin: 5px 0">AIoT Blockly</div>
+ v-if="itemTool.tool.indexOf(21) == -1" />
+ addTools(22, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/AIprogram2.png" alt />
+ <div style="margin: 5px 0">AI体验</div>
+ v-if="itemTool.tool.indexOf(22) == -1" />
+ addTools(23, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/Pythonprogram.png" alt />
+ <div style="margin: 5px 0">AI Python</div>
+ v-if="itemTool.tool.indexOf(23) == -1" />
+ addTools(24, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/AIprogram.png" alt />
+ <div style="margin: 5px 0">AI Blockly</div>
+ v-if="itemTool.tool.indexOf(24) == -1" />
+ addTools(32, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/code.png" alt />
+ <div style="margin: 5px 0">源码编辑</div>
+ v-if="itemTool.tool.indexOf(32) == -1" />
+ <div class="whiteBIcon" @click="openTools(itemTaskIndex, 57, toolIndex)">
+ <img src="../../../assets/icon/fourthToolList/cocopi.png" alt />
+ <div style="margin: 5px 0">CocoPi</div>
+ addTools(57, itemTaskIndex, toolIndex)
+ v-if="itemTool.tool.indexOf(57) == -1" />
+ addTools(63, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/Wood.png" alt />
+ <div style="margin: 5px 0">海龟编程</div>
+ v-if="itemTool.tool.indexOf(63) == -1" />
+ <div class="toolSort" v-if="itemTool.toolType == 5">
+ addTools(28, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/secondToolList/translation.png" alt />
+ <div style="margin: 5px 0">翻译</div>
+ v-if="itemTool.tool.indexOf(28) == -1" />
+ addTools(31, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/secondToolList/networkPanel.png" alt />
+ <div style="margin: 5px 0">数字画板</div>
+ v-if="itemTool.tool.indexOf(31) == -1" />
+ addTools(39, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/secondToolList/GeoGebra.png" alt />
+ <div style="margin: 5px 0">GeoGebra</div>
+ v-if="itemTool.tool.indexOf(39) == -1" />
+ addTools(66, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/secondToolList/formulaEdi.png" alt />
+ <div style="margin: 5px 0">公式编辑</div>
+ v-if="itemTool.tool.indexOf(66) == -1" />
+ addTools(67, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/secondToolList/molStr.png" alt />
+ <div style="margin: 5px 0">分子结构</div>
+ v-if="itemTool.tool.indexOf(67) == -1" />
+ addTools(68, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/secondToolList/timeAxis.png" alt />
+ <div style="margin: 5px 0">时间轴</div>
+ v-if="itemTool.tool.indexOf(68) == -1" />
+ addTools(37, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/secondToolList/mohe.png" alt />
+ <div style="margin: 5px 0">魔盒识字</div>
+ v-if="itemTool.tool.indexOf(37) == -1" />
+ addTools(38, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/secondToolList/24game.png" alt />
+ <div style="margin: 5px 0">24点</div>
+ v-if="itemTool.tool.indexOf(38) == -1" />
+ <div style="margin: 5px 0">数学画板</div>
+ addTools(58, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/car.png" alt />
+ <div style="margin: 5px 0">模拟驾驶</div>
+ v-if="itemTool.tool.indexOf(58) == -1" />
+ addTools(59, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/lineSearch.png" alt />
+ <div style="margin: 5px 0">路径搜索</div>
+ v-if="itemTool.tool.indexOf(59) == -1" />
+ addTools(60, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/deepLearning.png" alt />
+ <div style="margin: 5px 0">深度学习</div>
+ v-if="itemTool.tool.indexOf(60) == -1" />
+ addTools(61, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/fourthToolList/allHistory.png" alt />
+ <div style="margin: 5px 0">全历史</div>
+ v-if="itemTool.tool.indexOf(61) == -1" />
+ <div class="toolSort" v-if="itemTool.toolType == 7">
+ <img src="../../../assets/icon/thirdToolList/eval.png" alt />
+ v-if="itemTool.tool.indexOf(40) == -1" />
+ <div class="toolSort" v-if="itemTool.toolType == 4">
+ addTools(26, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/courseDesign.png" alt />
+ <div style="margin: 5px 0">课程设计</div>
+ v-if="itemTool.tool.indexOf(26) == -1" />
+ addTools(25, itemTaskIndex, toolIndex)
+ <img src="../../../assets/icon/thirdToolList/evalua.png" alt />
+ <div style="margin: 5px 0">目标管理</div>
+ v-if="itemTool.tool.indexOf(25) == -1" />
+ <div class="whiteBIcon" @click="addTools(44, itemTaskIndex, toolIndex)">
+ <img src="../../../assets/icon/thirdToolList/hanClass.png" alt />
+ <div style="margin: 5px 0">汉字宫</div>
+ <div class="check" @click="addTools(44, itemTaskIndex, toolIndex)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTool.tool.indexOf(44) == -1" />
+ <div v-show="itemTool.isFold3">
+ <textarea rows="3" type="text" v-autoHeight="87" placeholder="添加工具描述" class="binfo_input"
+ style="
+ " v-model="itemTool.toolDetail"></textarea>
+ <div class="addToolFun2" @click="addToolFun(itemTaskIndex)">
+ <div class="addToolImg">
+ <img src="../../../assets/icon/add.png" alt />
+ <div>添加工具</div>
+ <div class="addTaskBorder" v-if="!unitJson[unitIndex].easy">
+ <!-- <div>
+ <img src="../../../assets/icon/new/addStage.png" alt />
+ <span>添加任务</span>
+ <button class="c_pub_button_confirm pub_btn_add_task_img" @click="addTaskBorder">
+ 添加任务
+ <div class="info_btnBox3">
+ <button class="c_pub_button_return pub_btn_return_img" @click="lastSteps">
+ 返回首页
+ <button class="c_pub_button_confirm pub_btn_finish_img" @click="nextSteps">
+ 确认上传
+ <el-dialog :title="updateBoolean2 ? '查看文档' : '添加文档'" :visible.sync="dialogVisible1" :append-to-body="true" width="25%"
+ :before-close="handleClose" class="dialog_diy2 customWidth">
+ <el-form>
+ <el-form-item label="文档标题">
+ <el-input v-model="tTitle" auto-complete="off" placeholder="请输入文档标题名..."></el-input>
+ </el-form-item>
+ <div>文档简介</div>
+ <editor-bar v-model="tdetail" @change="change"></editor-bar>
+ </el-form>
+ <span slot="footer" class="dialog-footer">
+ <el-button @click="dialogVisible1 = false">取 消</el-button>
+ <el-button type="primary" @click="addWord" v-if="!updateBoolean2">添加</el-button>
+ <el-button type="primary" @click="upWord" v-else>修 改</el-button>
+ </span>
+ </el-dialog>
+ <el-dialog title="添加文档" :visible.sync="dialogVisible2" :append-to-body="true" width="500px"
+ :before-close="handleClose" class="dialog_diy">
+ <el-input v-model="templateC.title" auto-complete="off" placeholder="请输入文档标题名..."></el-input>
+ <div>文档内容</div>
+ <editor-bar v-model="cTemplate" @change="change"></editor-bar>
+ <el-button @click="clearChoose">取 消</el-button>
+ <el-button type="primary" @click="wordNext()">确定</el-button>
+ <el-dialog title="添加富文本" :visible.sync="dialogVisible6" :append-to-body="true" width="500px"
+ <el-form-item label="文本标题">
+ <el-input ref="fuInput" v-model="AttText.title" auto-complete="off" @input="change2"
+ placeholder="请输入文本标题..."></el-input>
+ <!-- <div>富文本内容</div> -->
+ <editor-bar v-model="AttText.text" @change="change" v-if="dialogVisible6"></editor-bar>
+ <el-button @click="clearAttText">取 消</el-button>
+ <el-button type="primary" @click="isAddOrUpdateAttText">确定</el-button>
+ <el-dialog title="添加链接" :visible.sync="dialogVisible7" :append-to-body="true" width="500px"
+ :before-close="handleClose" class="dialog_diy lineCss">
+ <el-form-item label="标题" :label-width="formLabelWidth">
+ <span>
+ <el-input placeholder="请输入链接标题" clearable v-model="lineTitle" class="add_input"></el-input>
+ <el-form-item label="链接" :label-width="formLabelWidth">
+ <el-input placeholder="请输入链接" clearable v-model="line" class="add_input"></el-input>
+ <el-button @click="clearLine">取 消</el-button>
+ <el-button type="primary" @click="isAddOrUpdateLine">确定</el-button>
+ <el-dialog :title="updateSourcePan ? '修改资源' : '添加资源'" :visible.sync="dialogVisibleSource" :append-to-body="true"
+ width="100%" :before-close="handleClose" class="dialog_diy source_diy">
+ <sourceDialog :sourceData.sync="sourceData" :updateSourcePan="updateSourcePan"></sourceDialog>
+ <el-button @click="dialogVisibleSource = false">取 消</el-button>
+ <el-button type="primary" @click="addSource" v-if="!updateSourcePan">确定</el-button>
+ <el-button type="primary" @click="updateSource" v-else>确定</el-button>
+ <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">
+ <div class="people_nav">选择成员</div>
+ <div class="people_top_right">
+ <div class="people_search">
+ <el-input style="height: 100%" placeholder="搜索成员名称" v-model="searchPeople"></el-input>
+ <div class="search_img" @click="searchStudent">
+ <img src="../../../assets/icon/search.png" alt />
+ <el-checkbox-group v-model="checkboxList" class="people_name">
+ <el-checkbox v-for="item in studentJuri" :key="item.userid" :label="item.userid">{{ item.name ? item.name :
+ "暂无学生可选" }}</el-checkbox>
+ <el-button @click="dialogVisible3 = false">取 消</el-button>
+ <el-button type="primary" @click="isAddPP">确定</el-button>
+ <!-- <el-dialog title="添加班级" :visible.sync="dialogVisibleClass" :append-to-body="true" width="400px" height="80%"
+ :before-close="handleClose" class="addNewPP">
+ <div class="people" style="height: 300px">
+ <el-select v-model="gradeId" placeholder="请选择年级" class="student_input" clearable @change="getClass()">
+ <el-option label="全部" value=""></el-option>
+ <el-option v-for="(item, index) in gradeList" :key="index" :label="item.name"
+ :value="item.id"></el-option>
+ </el-select>
+ <el-input placeholder="搜索班级名称" v-model="classSearch" @input="getClass()"></el-input>
+ <div class="search_img">
+ <div class="people_nav">选择班级</div>
+ <el-checkbox-group v-model="checkboxList2" class="people_name people_name2" @change="InviteChange"
+ v-if="grade2.length">
+ <div v-for="item in grade2" :key="item.id" class="p_box">
+ <el-checkbox :label="item.id">
+ {{ item.name }}
+ </el-checkbox>
+ <div v-if="!grade2.length" style="padding:20px 10px">暂无数据</div>
+ <el-button @click="dialogVisibleClass = false">取 消</el-button>
+ <el-button type="primary" @click="isAddClass">确定</el-button>
+ </el-dialog> -->
+ <el-dialog title="选择授课班级" :visible.sync="dialogVisibleClass" :append-to-body="true" width="600px" height="80%"
+ :before-close="handleClose" class="addNewPP2">
+ <div class="check_classBox">
+ <div class="check_class_right">
+ <div class="check_class" :class="{ activeX: gradeId == '' }" @click="gradeId = '', getClass()">
+ 全部
+ <el-tooltip placement="top" :content="item.name" v-for="(item, index) in gradeList" :key="index">
+ <div class="check_class" :class="{ activeX: gradeId == item.id }" @click="gradeId = item.id, getClass()">
+ <div class="check_class_left">
+ <div class="check_class_left_title">选择班级</div>
+ <el-checkbox-group v-model="checkboxList2" class="check_class_item" @change="InviteChange" v-if="grade2.length">
+ <div v-for="item in grade2" :key="item.id" class="class_item">
+ <div v-if="!grade2.length">暂无数据</div>
+ <el-dialog title="添加协同成员" :visible.sync="dialogVisibleMember" :append-to-body="true" width="25%" height="80%"
+ <el-input placeholder="搜索成员名称" v-model="searchTN" @keyup.enter.native="getTeacher"></el-input>
+ <div class="search_img" @click="getTeacher">
+ <el-checkbox-group v-model="checkboxList3" class="people_name" v-if="teacherJuri.length">
+ <el-checkbox v-for="item in teacherJuri" :key="item.userid" :label="item.userid">
+ <div class="t_j_box">
+ <el-tooltip placement="top" :content="item.name ? item.name : '暂无姓名'">
+ <span>{{ item.name ? item.name : "暂无姓名" }}</span>
+ <el-tooltip placement="top" :content="item.username">
+ <span>{{ item.username }}</span>
+ <el-tooltip placement="top" :content="item.school">
+ <span>{{ item.school }}</span>
+ <div style="text-align: center; margin-top: 10px" v-else>暂无数据</div>
+ <el-button @click="dialogVisibleMember = false">取 消</el-button>
+ <el-button type="primary" @click="isAddPPTeacher">确定</el-button>
+ <el-dialog title="创建问卷" :visible.sync="dialogVisible5" :append-to-body="true" width="800px"
+ :before-close="(done) => { closePan(4) }" class="dialog_diy fullStyle">
+ <div style="height:100%">
+ <div class="a_add_title" style="
+ justify-content: center;
+ <!-- <div style="margin-right: 20px; font-size: 20px">标题:</div> -->
+ <el-input v-model="askJson.askTitle" placeholder="请输入标题" style="width: 400px"></el-input>
+ <div class="a_addBox" style="height:calc(100% - 50px)">
+ <!-- <div style="font-size: 16px; color: #c7c7c7">请输入题目内容</div> -->
+ <div class="a_add_box" v-for="(item1, index1) in askJson.askCount" :key="index1">
+ <div class="a_add_checkType">
+ <span :class="{
+ active:
+ askJson.askJson[index1].type == '1' ||
+ !askJson.askJson[index1].type,
+ }" @click="checkAskType('1', askJson.askJson[index1])">单选题</span>
+ <span :class="{ active: askJson.askJson[index1].type == '2' }"
+ @click="checkAskType('2', askJson.askJson[index1])">多选题</span>
+ <div class="a_add_head">
+ <div style="display: flex;align-items: center;width: 100%;margin-right: 20px;">
+ <span style="min-width:fit-content">{{ index1 + 1 + "、" }}</span>
+ <textarea class="a_add_head_input textarea_css" v-autoHeight="40" v-model="askJson.askJson[index1].askstitle
+ " placeholder="请输入题目" @change="() => { $forceUpdate() }"></textarea>
+ <div class="moveBtn moveBtn2" style="margin: 0 20px 0 0px;" v-if="askJson.askCount != 1">
+ <div class="chapter_upload_up" @click.stop="askMove(1, index1)">
+ <div class="chapter_upload_down" @click.stop="askMove(2, index1)"></div>
+ <div class="a_add_head_div">
+ <el-button type="primary" size="small" @click="deleteAskList(index1)" v-if="askJson.askCount != 1">删除
+ </el-button>
+ <el-button type="primary" size="small" @click="addAskList(index1)">添加</el-button>
+ <div class="a_add_body">
+ <div class="a_add_input" style="flex-direction: column;">
+ <div v-for="(item2, checkIndex) in askJson.askJson[index1].askItem" :key="checkIndex"
+ style=" margin: 20px 10px 0 0;display: flex;align-items:center;position: relative;">
+ <div style="margin-right: 10px">
+ 选项{{ checkIndex + 1 }}
+ <textarea class="a_add_head_input textarea_css" v-autoHeight="40" v-model="askJson.askJson[index1].checkList[checkIndex]
+ " placeholder="请输入选项" style="width: 300px" @change="() => { $forceUpdate() }"></textarea>
+ <div class="moveBtn moveBtn2" style="margin: 0 0px 0 20px" v-if="askJson.askJson[index1].askItem != 1">
+ <div class="chapter_upload_up" @click.stop="checkMove(1, index1, checkIndex)">
+ <div class="chapter_upload_down" @click.stop="checkMove(2, index1, checkIndex)"></div>
+ <div class="a_add_body_div">
+ <el-button type="primary" size="small"
+ @click="addcheckList(askJson.askJson[index1], checkIndex)">添加</el-button>
+ <el-button type="primary" size="small" @click="deletecheckList(askJson.askJson[index1], checkIndex)"
+ v-if="askJson.askJson[index1].askItem != 1">删除
+ <!-- <div class="a_add_body_div">
+ <el-button style="margin: 10px 0px 0 0" type="primary" size="small"
+ @click="addcheckList(askJson.askJson[index1])">添加</el-button>
+ <el-button type="primary" size="small" style="margin: 10px 0 0 10px"
+ @click="deletecheckList(askJson.askJson[index1])" v-if="askJson.askJson[index1].askItem != 1">删除
+ <el-button @click="closePan(4)">取 消</el-button>
+ <el-button type="primary" @click="addAsk">确 定</el-button>
+ <el-dialog title="创建选择题" :visible.sync="dialogVisibleChoice" :append-to-body="true" width="800px"
+ :before-close="(done) => { closePan(45) }" class="dialog_diy fullStyle">
+ <!-- <div class="a_add_title" style="
+ <div style="margin-right: 20px; font-size: 20px">标题:</div>
+ <el-input v-model="testJson.testTitle" placeholder="请输入标题" style="width: 400px"></el-input>
+ <div class="a_addBox" style="height:100%">
+ <div style="font-size: 16px; color: #c7c7c7;display: flex;align-items: center;">
+ <!-- 请输入题目内容 -->
+ <button class="c_pub_button_add pub_btn_paste_img" @click="pasteOption" style="margin-left: 10px"
+ v-if="isPasteChoice">智能粘贴</button>
+ <div class="a_add_box" v-for="(item1, index1) in testJson.testCount" :key="index1">
+ <span :class="{ active: testJson.testJson[index1].type == '1' }"
+ @click="checkTestType('1', testJson.testJson[index1])">单选题</span>
+ <span :class="{ active: testJson.testJson[index1].type == '2' }"
+ @click="checkTestType('2', testJson.testJson[index1])">多选题</span>
+ <div class="timuUpImg">
+ <div style="display: flex;align-items: center;">
+ <!-- <el-input class="a_add_head_input" v-autoHeight="40" resize="none" v-model="testJson.testJson[index1].teststitle" type="textarea"
+ placeholder="请输入题目">
+ </el-input> -->
+ <textarea class="a_add_head_input textarea_css" v-autoHeight="40"
+ v-model="testJson.testJson[index1].teststitle" placeholder="请输入题目"
+ @change="() => { $forceUpdate() }"></textarea>
+ <div class="moveBtn moveBtn2" v-if="testJson.testCount != 1">
+ <div class="chapter_upload_up" @click.stop="testMove(1, index1)">
+ <div class="chapter_upload_down" @click.stop="testMove(2, index1)"></div>
+ <div class="xzUpImg" @click.stop="addImg($event)" style="margin-right: 10px;">
+ <img src="../../../assets/icon/xzUpImg.png" alt="" />
+ <input type="file" accept="image/*" style="display: none" @change="beforeUploadTiMu($event, index1)" />
+ <el-button type="primary" size="small" @click="deleteTestList(index1)" v-if="testJson.testCount != 1">删除
+ <el-button type="primary" size="small" @click="addTestList(index1)">添加</el-button>
+ <div class="timuImgBox" v-if="testJson.testJson[index1].timuList &&
+ testJson.testJson[index1].timuList.length
+ <div v-for="(timg, tIndex) in testJson.testJson[index1].timuList" :key="tIndex" class="timuImg"
+ @click.stop="previewImg(timg.src)">
+ <img :src="timg.src" alt="" />
+ <div class="deleteWord" @click.stop="deleteM(index1, tIndex)">
+ <img src="../../../assets/icon/delete.png" alt="" />
+ <div class="a_add_input a_add_input_choice">
+ <el-radio-group v-model="testJson.testJson[index1].answer" v-if="testJson.testJson[index1].type == 1"
+ @change="() => { $forceUpdate() }">
+ <div class="radioBox">
+ <el-radio v-for="(item2, checkIndex) in testJson.testJson[index1]
+ .testItem" :key="checkIndex" :label="checkIndex">
+ <div style="margin-right: 10px; width: 300px" v-if="testJson.testJson[index1].checkList[checkIndex] &&
+ testJson.testJson[index1].checkList[checkIndex]
+ .imgType &&
+ .imgType == 1
+ <div class="inImg" @click.stop="
+ previewImg(
+ .src
+ <el-image :src="testJson.testJson[index1].checkList[checkIndex]
+ " lazy />
+ <!-- <img :src="
+ " alt="" /> -->
+ <textarea class="a_add_head_input textarea_css" v-autoHeight="40" v-else v-model="testJson.testJson[index1].checkList[checkIndex]
+ " placeholder="请输入选项" style="width: 300px; margin-right: 10px"
+ <div class="moveBtn moveBtn2" v-if="testJson.testJson[index1].testItem != 1">
+ <div class="chapter_upload_up" @click.stop="tcheckMove(1, index1, checkIndex)">
+ <div class="chapter_upload_down" @click.stop="tcheckMove(2, index1, checkIndex)"></div>
+ <div class="xzUpImg" @click.stop="addImg($event)">
+ <input type="file" accept="image/*" style="display: none"
+ @change="beforeUploadTi($event, index1, checkIndex)" />
+ @click.stop="addTcheckList(testJson.testJson[index1], checkIndex)">添加</el-button>
+ @click.stop="deleteTcheckList(testJson.testJson[index1], checkIndex)"
+ v-if="testJson.testJson[index1].testItem != 1">删除
+ </el-radio>
+ <el-checkbox-group v-model="testJson.testJson[index1].answer" v-if="testJson.testJson[index1].type == '2'"
+ <el-checkbox v-for="(item2, checkIndex1) in testJson.testJson[index1]
+ .testItem" :key="checkIndex1" :label="checkIndex1">
+ 选项{{ checkIndex1 + 1 }}
+ <div style="margin-right: 10px; width: 300px" v-if="testJson.testJson[index1].checkList[checkIndex1] &&
+ testJson.testJson[index1].checkList[checkIndex1]
+ <el-image :src="testJson.testJson[index1].checkList[checkIndex1]
+
+ <textarea class="a_add_head_input textarea_css" v-autoHeight="40" v-else v-model="testJson.testJson[index1].checkList[checkIndex1]
+ <div class="chapter_upload_up" @click.stop="tcheckMove(1, index1, checkIndex1)">
+ <div class="chapter_upload_down" @click.stop="tcheckMove(2, index1, checkIndex1)"></div>
+ @change="beforeUploadTi($event, index1, checkIndex1)" />
+ @click.stop="addTcheckList(testJson.testJson[index1], checkIndex1)">添加</el-button>
+ @click.stop="deleteTcheckList(testJson.testJson[index1], checkIndex1)"
+ <el-button type="primary" size="small" @click="addTcheckList(testJson.testJson[index1])">添加</el-button>
+ <el-button type="primary" size="small" @click="deleteTcheckList(testJson.testJson[index1])"
+ <el-button @click="closePan(45)">取 消</el-button>
+ <el-button type="primary" @click="addTest">确 定</el-button>
+ <el-dialog title="添加工具" :visible.sync="dialogVisible4" :append-to-body="true" width="600px"
+ :before-close="handleClose" class="dialog_diy addToolsDia">
+ <div class="toolChoose" style="padding: 0 0 0 30px">
+ width: 95%;
+ padding: 0 0 15px 0;
+ margin: 15px 0;
+ " v-for="(itemTools, itemToolsIndex) in chapTools" :key="itemToolsIndex">
+ <div :class="chapToolsType == 0 ? 'isChooseActive' : ''" @click="chapToolsType = 0">
+ <div :class="chapToolsType == 1 ? 'isChooseActive' : ''" @click="chapToolsType = 1">
+ <div :class="chapToolsType == 2 ? 'isChooseActive' : ''" @click="chapToolsType = 2">
+ <div style="min-height: 163px">
+ <div class="toolSort" v-if="chapToolsType == 0">
+ <div class="whiteBIcon" @click="chapAddTools(8)">
+ <div class="check" @click="chapAddTools(8)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTools.tools.indexOf(8) == -1" />
+ <div class="toolSort" v-if="chapToolsType == 1">
+ <div class="whiteBIcon" @click="chapAddTools(7)">
+ <div class="check" @click="chapAddTools(7)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTools.tools.indexOf(7) == -1" />
+ <div class="whiteBIcon" @click="chapAddTools(1)">
+ <div class="check" @click="chapAddTools(1)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTools.tools.indexOf(1) == -1" />
+ <div class="whiteBIcon" @click="chapAddTools(2)">
+ <img src="../../../assets/icon/secondToolList/note.png" alt />
+ <div class="check" @click="chapAddTools(2)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTools.tools.indexOf(2) == -1" />
+ <div class="whiteBIcon" @click="chapAddTools(6)">
+ <div class="check" @click="chapAddTools(6)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTools.tools.indexOf(6) == -1" />
+ <div class="whiteBIcon" @click="chapAddTools(3)">
+ <div class="check" @click="chapAddTools(3)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTools.tools.indexOf(3) == -1" />
+ <div class="whiteBIcon" @click="chapAddTools(31)">
+ <div class="check" @click="chapAddTools(31)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTools.tools.indexOf(31) == -1" />
+ <div class="toolSort" v-if="chapToolsType == 2">
+ <div class="whiteBIcon" @click="chapAddTools(5)">
+ <img src="../../../assets/icon/thirdToolList/score.png" alt />
+ <div class="check" @click="chapAddTools(5)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTools.tools.indexOf(5) == -1" />
+ <div class="whiteBIcon" @click="openTools(chapCount, 4, null)">
+ <div class="check" @click="chapAddTools(4)">
+ <img src="../../../assets/icon/checkNo.png" alt v-if="itemTools.tools.indexOf(4) == -1" />
+ <input type="text" placeholder="添加工具描述" class="binfo_input" style="margin: 20px 0; width: 71.5% !important"
+ v-model="itemTools.toolDetail" />
+ <el-button @click="dialogVisible4 = false">取 消</el-button>
+ <el-button type="primary" @click="addChaptersDataTools">确定</el-button>
+ <el-dialog title="添加问答" :visible.sync="dialogVisible8" :append-to-body="true" width="500px"
+ :before-close="(done) => { closePan(15) }" class="dialog_diy">
+ flex-direction: column;
+ align-items: flex-start;
+ <div style="margin-bottom: 20px; font-size: 20px">问题:</div>
+ <!-- <el-input v-model="answerQ" placeholder="请输入您要问的问题"></el-input> -->
+ <textarea rows="1" v-autoHeight="40" type="text" placeholder="请输入您要问的问题" class="binfo_input"
+ style="width: 100% !important;border:1px solid #DCDFE6" v-model="answerQ"></textarea>
+ <el-button @click="closePan(15)">取 消</el-button>
+ <el-button type="primary" @click="addAnswer">确 定</el-button>
+ <el-dialog title="添加问题" :visible.sync="dialogVisibleMp3" :append-to-body="true" width="500px"
+ <el-input v-model="answerQ" placeholder="请输入您想要回答的问题"></el-input>
+ <el-button @click="dialogVisibleMp3 = false">取 消</el-button>
+ <el-button type="primary" @click="addMp3Answer">确 定</el-button>
+ <el-dialog title="上传图片" :visible.sync="choosePicVisible" :append-to-body="true" width="600px"
+ <div class="fileCss" style="padding-top: 20px">
+ 选择本地文件
+ <input type="file" accept="image/*" style="display: none" @change="beforeUpload1" />
+ <div class="spanName">选择本地文件</div>
+ <el-button @click="getAllBanner" v-if="isSysPic == false">选择系统文件</el-button>
+ <div class="isSysPic" v-if="isSysPic == true && cover.length > 0">
+ <img :src="cover[0].url" alt="" />
+ <div class="deletePic" @click="deleteSysPic">
+ <div class="spanName">选择系统文件</div>
+ <el-button @click="searchImageValue = courseName, resetImage()" v-if="isSysPic2 == false">选择网络文件</el-button>
+ <div class="isSysPic" v-if="isSysPic2 == true && cover.length > 0">
+ <div class="spanName">选择网络文件</div>
+ <!-- <div class="fileCss">
+ <div>选择本地文件</div>
+ <div>选择系统文件</div>
+ <el-button @click="choosePicVisible = false">取 消</el-button>
+ <el-button type="primary" @click="choosePicVisible = false">确 定</el-button>
+ <el-dialog title="选择系统文件" :visible.sync="sysPicVisible" :append-to-body="true" width="710px"
+ <div class="cru_selectBox" style="margin: 0">
+ <div @click="getChoosePic(1)" class="cru_select" :class="chooseType == 1 ? 'cru_selected' : ''">
+ 绘画
+ <div @click="getChoosePic(2)" class="cru_select" :class="chooseType == 2 ? 'cru_selected' : ''">
+ 科技
+ <div @click="getChoosePic(3)" class="cru_select" :class="chooseType == 3 ? 'cru_selected' : ''">
+ 人文
+ <div @click="getChoosePic(4)" class="cru_select" :class="chooseType == 4 ? 'cru_selected' : ''">
+ 艺术
+ <div class="sysPicBox">
+ <div v-for="(sys, sysIndex) in sysPic" :key="sysIndex" class="sysPic">
+ <img :src="sys.poster" alt="" @click="chooseSysPic(sys.poster)" />
+ <el-dialog title="选择网络文件" :visible.sync="sysPicVisible2" :append-to-body="true" width="710px"
+ <div class="people_top_right" style="display: flex;align-items: center;">
+ <div style="position: relative; width: 100%;">
+ <el-input style="height: 100%" placeholder="搜索图片关键字" v-model="searchImageValue"
+ @keyup.enter.native="resetImage()"></el-input>
+ <div class="search_img" @click="resetImage" style="right: 10px;">
+ <el-button type="primary" size="default" style="margin-left: 10px;" @click="changePicture">换一组</el-button>
+ <div class="sysPicBox" v-loading="imageloading">
+ <div class="picNone" v-if="!imageList.length">请输入关键词搜索图片</div>
+ <div v-for="(sys, sysIndex) in imageList" :key="sysIndex" class="sysPic">
+ <img :src="sys.url" alt="" @click="chooseSysPic2(sys.url)" />
+ <el-dialog title="选择匹配" :visible.sync="dialogVisibleSelect" :append-to-body="true" width="800px"
+ :before-close="(done) => { closePan(41) }" class="dialog_diy dialog_diy3 fullStyle">
+ <div v-if="selectJson" style="height:100%">
+ <div class="select_box1" v-if="selectSteps == 1">
+ <div class="select_box1_img">
+ <div class="select_box1_title">
+ <span>上传题目图片</span><span>提示:请将所有题目上传为一张图片。</span>
+ <div class="select_box1_add_img">
+ <div class="uploadFm" @click="addImg($event)" v-if="!selectJson.url">
+ <input type="file" accept="image/*" style="display: none" @change="beforeUploadSelect" />
+ <div class="isSysPic" v-else>
+ <img :src="selectJson.url" alt="" @click="previewImg(selectJson.url)" />
+ <div class="deletePic" @click="deleteSelectPic">
+ <div class="select_box1_select">
+ <span>添加选项</span><span>提示:请输入以上题目的选项内容,此选项为所有题目共享。</span>
+ <div class="select_box1_select_box">
+ <el-input v-for="(item2, checkIndex) in selectJson.select" :key="checkIndex"
+ v-model="selectJson.select[checkIndex]" placeholder="请输入选项"
+ style="width: 150px; margin: 10px 10px 0 0"></el-input>
+ <div class="select_box1_select_box_add">
+ <el-button style="margin: 10px 0px 0 0" type="primary" size="small" @click="addSelectList(selectJson)">
+ 添加</el-button>
+ <el-button type="primary" size="small" style="margin: 10px 0 0 0" @click="deleteSelectList(selectJson)"
+ v-if="selectJson.select && selectJson.select.length > 0">删除</el-button>
+ <div v-if="selectSteps == 2" style="height:100%">
+ <div class="select_box2">
+ <div class="select_box2_title">设置每道题目的正确选项</div>
+ <div class="select_box2_box">
+ <div class="select_box2_img">
+ <div class="select_box2_answer">
+ <div class="select_answer_title">根据题目选择对应答案</div>
+ <div class="select_box2_answer_box" v-for="(item2, checkIndex) in selectJson.select" :key="checkIndex">
+ <span>{{ checkIndex + 1 }}、</span>
+ <el-select v-model="selectJson.answer[checkIndex]" placeholder="请选择正确答案">
+ <el-option v-for="(e, eIndex) in selectJson.select" :key="eIndex" :label="e" :value="eIndex">
+ </el-option>
+ <el-button type="primary" @click="nextSelectSteps()" v-if="selectSteps == 1">下一步</el-button>
+ <el-button @click="selectSteps--" v-if="selectSteps == 2">上一步</el-button>
+ <el-button type="primary" @click="addSelectAnswer" v-if="selectSteps == 2">确 定</el-button>
+ <el-dialog title="添加评价" :visible.sync="dialogVisibleRate" :append-to-body="true" width="650px"
+ <div style="background: #fff; padding: 15px; box-sizing: border-box">
+ <div style="font-size: 18px; color: #a9a9a9">请输入个人评价指标:</div>
+ <div class="pjCss" style="width: 100%">
+ <div v-if="rateJson.length" class="elist_input" style="height: 360px; overflow: auto">
+ <div v-for="(eItem, eIndex) in rateJson" :key="eIndex" class="elist_input_box">
+ <span style="min-width: 100px; text-align: right">个人评价指标:</span>
+ <input type="input" v-model="eItem.value" placeholder="填写评价名称" />
+ <div class="remove" @click="deletRateList(eIndex)"></div>
+ <div style="width: 100%; display: flex">
+ <span style="min-width: 100px; text-align: right">评星等级:</span>
+ <el-rate v-model="eItem.score" disabled></el-rate>
+ <div class="elist_inptu_text" style="align-items: flex-start">
+ <span style="min-width: 100px; text-align: right">描述:</span>
+ <textarea class="rate_textarea" :rows="3" v-model="eItem.detail" placeholder="填写评价描述"></textarea>
+ <div class="addToolFun" @click="addRateList()">
+ <div>添加</div>
+ <el-button @click="dialogVisibleRate = false">取 消</el-button>
+ <el-button type="primary" @click="addRateAnswer">确 定</el-button>
+ <el-dialog title="排序设置" :visible.sync="dialogVisibleSentence" :append-to-body="true" width="1000px"
+ :before-close="(done) => { closePan(47) }" class="dialog_diy dialog_diy3 fullStyle">
+ <div style="height: 100%;">
+ <div class="sentenBox" style="height: 100%;">
+ <div class="addSen" @click="addSt">添加题目</div>
+ <div v-for="(st, stIndex) in sentenceList" :key="stIndex" class="sentenContent">
+ <div class="sentenTopBox">
+ <div class="sentenTop" :index="stIndex + 1">
+ <div>题目设置</div>
+ <el-input placeholder="请输入卡片内容" v-model="st.sentenceTitle" :maxlength="10"></el-input>
+ <div @click="addSen(stIndex)">添加</div>
+ <div class="remove1" v-if="sentenceList.length > 1" @click="deleteSentence(stIndex)"></div>
+ <div class="cardList">
+ <div v-if="st.addSentence.length > 0" class="cardBox">
+ <div class="isCard" v-for="(s, sIndex) in st.addSentence" :key="sIndex"
+ @click="setRightAnswer(s, stIndex, sIndex)">
+ <el-tooltip class="item" effect="light" :content="s" placement="top">
+ <div>{{ s }}</div>
+ <div class="deleteWord" @click.stop="deleteS(s, stIndex, sIndex)">
+ <div class="card">
+ <img src="../../../assets/icon/conSentences/noTitle.png" alt="" />
+ <div class="rightCardBox">
+ <div>正确顺序</div>
+ <div class="rightCardList">
+ <div v-if="st.rightAnswer.length > 0" class="cardBox">
+ <div v-for="(r, rIndex) in st.rightAnswer" :key="rIndex" class="cardCss">
+ <div class="isCard1" @click="returnCard(r, stIndex, rIndex)">
+ <el-tooltip class="item" effect="light" :content="r" placement="top">
+ <div>{{ r }}</div>
+ <div>{{ rIndex + 1 }}</div>
+ <div class="card" v-if="st.rightAnswer.length == 0">
+ <img src="../../../assets/icon/conSentences/noAnswer.png" alt="" />
+ <div class="card" v-else>
+ <img src="../../../assets/icon/conSentences/clickNo.png" alt="" />
+ <el-button @click="closePan(47)">取 消</el-button>
+ <el-button type="primary" @click="addSentenceTool">确 定</el-button>
+ <el-dialog title="添加表格" :visible.sync="dialogVisibleTable" :append-to-body="true" width="95%"
+ <!-- <el-form-item label="文本标题">
+ <el-input v-model="AttText.title" auto-complete="off" @input="change2" placeholder="请输入文本标题..."></el-input>
+ </el-form-item> -->
+ <div>表格内容</div>
+ <Table v-model="tableJson.text" @change="change"></Table>
+ <!-- <el-button @click="dialogVisibleTable = false">取 消</el-button>
+ <el-button type="primary" @click="addTableJson">确定</el-button> -->
+ <el-button type="primary" @click="addTableJson">上传模板</el-button>
+ <el-dialog title="添加文档" :visible.sync="dialogVisibleWord" :append-to-body="true" width="800px"
+ <editor-bar v-model="wordJson.text"></editor-bar>
+ <!-- <el-button @click="dialogVisibleWord = false">取 消</el-button> -->
+ <el-button type="primary" @click="addWordJson">上传模板</el-button>
+ <el-dialog title="添加班级" :visible.sync="dialogVisibleMoreUpload" :append-to-body="true" width="30%"
+ <div>班级:</div>
+ <el-select multiple v-model="uploadJson" placeholder="请选择">
+ <el-option v-for="item in classJuri" :key="item.id" :label="item.name" :value="item.id">
+ <el-button @click="dialogVisibleMoreUpload = false">取 消</el-button>
+ <el-button type="primary" @click="addMoreUpload">确定</el-button>
+ <el-dialog title="设置随机码" :visible.sync="dialogVisibleInvite" :append-to-body="true" width="360px"
+ <div>随机码:</div>
+ <el-input v-model="icode" style="width: 240px" placeholder="请输入随机码"></el-input>
+ <el-button @click="dialogVisibleInvite = false">取 消</el-button>
+ <el-button type="primary" @click="addInvite">确定</el-button>
+ <el-dialog title="添加预设时间" :visible.sync="dialogVisiblePreTime" :append-to-body="true" width="450px"
+ <div style="margin-bottom: 20px;color: #999;">提示:点击“+”或“-”修改倒计时时长。</div>
+ <Time :preTime="preTime" @updateTimeNum="updateTime" v-if="dialogVisiblePreTime"></Time>
+ <el-button @click="dialogVisiblePreTime = false">取 消</el-button>
+ <el-button type="primary" @click="addPreTime">确定</el-button>
+ <el-dialog title="导入目标" :visible.sync="dialogVisiblemb" :append-to-body="true" width="70%" :before-close="handleClose"
+ class="dialog_diy">
+ align-content: center;
+ flex-flow: row nowrap;
+ <div class="e_box">
+ <div class="e_card" v-for="(item, index) in evaJuri" :key="index">
+ <div class="e_card_picture">
+ <img src="../../../assets/e_picture.png" />
+ <div class="e_card_name">
+ <span>{{ item.title }}</span>
+ <div class="e_card_btn">
+ <span @click="checkEva(item.id, 2)">导入</span>
+ <div class="addEva" @click="openT">
+ <img src="../../../assets/icon/addEva.png" alt="" />
+ <div v-if="evaJuri.length === 0" style="margin: 0 auto; color: #6e6e6e">
+ 暂无数据
+ <el-button @click="dialogVisiblemb = false">取 消</el-button>
+ <el-dialog title="分组设置" :visible.sync="dialogVisibleGroup" :append-to-body="true" width="650px"
+ <div class="groupBox">
+ <div v-if="groupJson.group" class="groupContent">
+ <div class="groupTitle">请设置小组数量及名称</div>
+ <div v-for="(item, index) in groupJson.group" :key="index" class="groupName">
+ <span class="groupn">第{{ index + 1 }}组名称:</span>
+ <el-input v-model="item.name" placeholder="请输入名称..." style="width: 250px"></el-input>
+ <div class="groupBtn">
+ <el-button type="primary" size="small" @click="addGroup(index)" v-if="groupJson.group.length - 1 == index">
+ <el-button type="primary" size="small" @click="deleteGroup(index)"
+ v-if="groupJson.group && groupJson.group.length > 1">删除</el-button>
+ <div class="groupContent">
+ <div class="groupTitle">请设置每组人数</div>
+ <!-- <el-input v-model="groupJson.number" placeholder="2-10人以内"
+ style="width: 150px; margin: 10px 10px 0 0"></el-input> -->
+ <el-input v-model="groupJson.number" style="width:150px" placeholder="请输入2-10的数字"
+ @change="numberPan"></el-input>
+ <el-button @click="dialogVisibleGroup = false">取 消</el-button>
+ <el-button type="primary" @click="addGroupJson">确定</el-button>
+ <el-dialog title="修改名称" :visible.sync="dialogVisibleupdataVideoT" :append-to-body="true" width="500px"
+ <div style="min-width: fit-content;">文件名称:</div>
+ <el-input v-model="line" placeholder="请输入要修改的名称"></el-input>
+ <el-button @click="dialogVisibleupdataVideoT = false">取 消</el-button>
+ <el-button type="primary" @click="updataVideoC">确 定</el-button>
+ <interVideo :dialogVisibleVideo.sync="dialogVisibleVideo" :videoJson="videoJson" @add="addVideoJson"></interVideo>
+</template>
+<script>
+import "../../../common/aws-sdk-2.235.1.min.js";
+import { tools as toolsData } from "../../../common/tools.js";
+import $ from "jquery";
+import EditorBar from "../../../components/tools/wangEnduit";
+import Table from "../../../components/tools/table";
+import Mind from "../../tools/jsmind2";
+import Time from "../../tools/time.vue";
+import Sunburst from "../../tools/sunburst";
+import SeeBoard from "../../tools/seeBoard";
+import weilaiData from "../components/weilai.js";
+import sourceDialog from "../teacherSource/dialog.vue";
+import interVideo from "../interVideo/index.vue";
+import groupBox from "./group/group.vue"
+export default {
+ components: {
+ EditorBar,
+ Mind,
+ Time,
+ Sunburst,
+ SeeBoard,
+ Table,
+ sourceDialog,
+ interVideo,
+ groupBox
+ },
+ data() {
+ return {
+ checkAll: false,
+ chooseType: 1,
+ checkedCities: [],
+ isIndeterminate: true,
+ isSysPic: false,
+ isSysPic2: false,
+ steps: 1,
+ nbOrder: 0,
+ courseId: "",
+ chapToolsType: 0,
+ chapTools: [
+ {
+ tools: [],
+ toolDetail: "",
+ ],
+ line: "",
+ lineTitle: "",
+ sysPic: [],
+ sentenceList: [{ sentenceTitle: "", addSentence: [], rightAnswer: [] }],
+ sentenceList2: [],
+ isPushTitleList: [],
+ lineCount: 0,
+ lineType: 0,
+ chapCount: 0,
+ courseName: "",
+ isTeacherSee: true,
+ courseText: "",
+ preTime: 0,
+ formLabelWidth: "100px",
+ choosePicVisible: false,
+ sysPicVisible: false,
+ uploadLoading1: false,
+ noneBtnImg: false,
+ updateBoolean2: false,
+ unitIndex: 0,
+ taskCount: 0,
+ dialogVisible: false,
+ dialogVisible1: false,
+ dialogVisible2: false,
+ dialogVisible3: false,
+ dialogVisible4: false,
+ dialogVisible5: false,
+ dialogVisible6: false,
+ dialogVisible7: false,
+ dialogVisible8: false,
+ dialogVisible9: false,
+ dialogVisibleClass: false,
+ dialogVisibleMember: false,
+ dialogVisibleMp3: false,
+ dialogVisibleSelect: false,
+ dialogVisibleSentence: false,
+ dialogVisibleRate: false,
+ dialogVisibleChoice: false,
+ dialogVisiblemb: false,
+ dialogVisibleInvite: false,
+ dialogVisibleSource: false,
+ dialogVisibleVideo: false,
+ dialogVisibleupdataVideoT: false,
+ isClickColor: 1,
+ toolIndexType: "",
+ publicTool: 0,
+ searchPeople: "",
+ searchTN: "",
+ userid: this.$route.query.userid,
+ oid: this.$route.query.oid,
+ org: this.$route.query.org,
+ role: this.$route.query.role,
+ cid: this.$route.query.cid != undefined ? this.$route.query.cid : "",
+ dialogVisibleTable: false,
+ dialogVisibleWord: false,
+ tableJson: { text: "" },
+ wordJson: { text: "" },
+ dialogVisibleMoreUpload: false,
+ dialogVisiblePreTime: false,
+ uploadJson: [],
+ classJuri: [],
+ gradeList: [],
+ cover: [], //课程封面
+ myWord: [],
+ evaJuri: [],
+ evalua: "",
+ targetArray: [],
+ eTitle: "",
+ eJson: {},
+ fid: "", //一级
+ sid: "", //二级
+ tid: "", //二级
+ typeMode: 1,
+ eJSONNum: 0,
+ data: {
+ meta: {
+ name: "example",
+ author: "dd@163.com",
+ version: "0.2",
+ format: "node_array",
+ data: [{ id: "root", isroot: true, topic: "" }],
+ askJson: {
+ askCount: 1,
+ askTitle: "",
+ askJson: [{ askstitle: "", askItem: 1, checkList: [] }],
+ askJson2: {},
+ testJson: {},
+ testJson2: {},
+ selectJson: {},
+ selectJson2: {},
+ rateJson: [],
+ unitJson2: [],
+ unitJson: [
+ dyName: "", //单元标题
+ chapterInfo: [
+ isread: false,
+ chapterid: this.guid(),
+ title: "",
+ taskJson: [
+ task: "",
+ taskDetail: "",
+ chapterData: [],
+ toolChoose: [
+ tool: [],
+ toolType: 0,
+ toolText: "",
+ isShowTools: false,
+ isFold: 0,
+ checkJson: [{ checkCount: [], checkPerent: [] }],
+ homeworkList: [],
+ itemCount: 1,
+ fileList1: [],
+ video: [],
+ testData: [],
+ pData: [],
+ templateArray: [],
+ studentJuri: [],
+ teacherJuri: [],
+ checkboxList: [],
+ checkboxList2: [],
+ checkboxList3: [],
+ courseDetail: "",
+ classList: [],
+ classSearch: "",
+ gradeId: "",
+ number: "",
+ tTitle: "",
+ tdetail: "",
+ templateC: {},
+ AttText: {},
+ AttTextType: 0,
+ AttTextIndex: 0,
+ cTemplate: "",
+ CourseType: [],
+ CourseType2: [],
+ CourseTypeJson: {},
+ courseTypeId: [],
+ courseTypeSon: [],
+ clearArray: [],
+ pTypeCheck: [],
+ pTypeCheckName: [],
+ loading: false,
+ inputShow: true,
+ inputShow2: true,
+ toolIndex: 0,
+ cidType: 0,
+ answerQ: "",
+ answerQ2: "",
+ grade: [],
+ grade2: [],
+ courseUserid: "",
+ timer: null,
+ timer2: null,
+ pasteTimer: null,
+ checkId: "",
+ isDelete: 1,
+ addindex: 0,
+ selectSteps: 1,
+ groupJson: {},
+ dialogVisibleGroup: false,
+ rightBoxHeight: 0,
+ ManAarray: [],
+ checkBoolean: false,
+ inviteCode: [],
+ inviteId: "",
+ icode: "",
+ easyArray: [2, 4],
+ sourceData: {},
+ updateSourcePan: false,
+ videoJson: {},
+ isBtnDisplay: false,
+ isPasteTask: false,
+ isPasteChoice: false,
+ sysPicVisible2: false,
+ imageloading: false,
+ searchImageValue: "",
+ ppage: 1,
+ imageList: [],
+ heightPx: '100%',
+ toolsData: toolsData,
+ };
+ directives: {
+ autoHeight: {
+ update(el, binding) {
+ const { value } = binding
+ if (value && typeof value === 'number') {
+ el.style.height = `${value}px`
+ } else {
+ el.style.height = 'auto'
+ }
+ componentUpdated(el) {
+ el.style.height = `${el.scrollHeight + 5}px`
+ computed: {
+ // rightBoxHeight: function () {
+ // return $(".rightBox")[0] ? $(".rightBox")[0].scrollHeight : 1000
+ // },
+ offsetLetfPx: function () {
+ //addnum可以直接在模板语法里面用,相当于data内的值
+ return (
+ $(".cru_select")[this.unitIndex] &&
+ $(".cru_select")[this.unitIndex].offsetLeft
+ );
+ getMan2() {
+ return function (people) {
+ let _people = people;
+ let _people2 = "";
+ if (this.ManAarray.length) {
+ for (var i = 0; i < this.ManAarray.length; i++) {
+ if (this.ManAarray[i].userid == people) {
+ _people2 = this.ManAarray[i].name;
+ break;
+ if (people == this.courseUserid) {
+ return "";
+ return this.ManAarray.length ? _people2 : "";
+ isInvite() {
+ return function (cid) {
+ let array = [];
+ for (var i = 0; i < this.inviteCode.length; i++) {
+ array.push(this.inviteCode[i].cid);
+ return array.indexOf(cid) != -1;
+ getInviteCodeC() {
+ return this.inviteCode[array.indexOf(cid)].ic;
+ getClassC() {
+ return function (c) {
+ let _c2 = "";
+ if (this.grade.length) {
+ for (var i = 0; i < this.grade.length; i++) {
+ if (this.grade[i].id == c) {
+ _c2 = this.grade[i].name;
+ return this.grade.length ? _c2 : "";
+ getListClassC() {
+ return function (list) {
+ let _c2 = [];
+ for (var j = 0; j < list.length; j++) {
+ let c = list[j]
+ _c2.push(this.grade[i].name);
+ return this.grade.length ? _c2.join('、') : "";
+ watch: {
+ checkboxList2(newValue, oldValue) {
+ if (this.grade.length && newValue) {
+ this.classList = []
+ for (var j = 0; j < this.grade.length; j++) {
+ if (newValue.indexOf(this.grade[j].id) !== -1) {
+ this.classList.push(this.grade[j])
+ unitIndex(newValue, oldValue) {
+ if (this.isDelete == 2) {
+ this.isDelete = 1;
+ return;
+ if (this.cid != "") {
+ let _unitIndex = oldValue;
+ if (
+ JSON.stringify(this.unitJson2[_unitIndex]) ==
+ JSON.stringify(this.unitJson[_unitIndex])
+ ) {
+ this.$refs.rightboxR.scrollTop = 0;
+ let cPan = 1;
+ for (
+ var j = 0;
+ j < this.unitJson[_unitIndex].chapterInfo[0].taskJson.length;
+ j++
+ this.unitJson[_unitIndex].chapterInfo[0].taskJson[
+ j
+ ].proVisible = false;
+ ].proVisible2 = false;
+ this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].toolChoose
+ .length > 1
+ var z = 0;
+ z <
+ .length;
+ z++
+ !this.unitJson[_unitIndex].chapterInfo[0].taskJson[j]
+ .toolChoose[z].tool.length
+ this.$message.error("请把工具添加完整");
+ cPan = 2;
+ if (this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].eList) {
+ this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].eList =
+ this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].eList.filter(
+ (ele) => {
+ return ele.value != "";
+ if (cPan == 2) {
+ this.unitIndex = oldValue;
+ for (var i = 0; i < this.unitJson.length; i++) {
+ if (this.addindex != i) {
+ delete this.unitJson[i].isUpdate;
+ this.addindex = -1;
+ let params = [
+ cid: this.cid,
+ chapters: JSON.stringify(this.unitJson),
+ uid: this.userid,
+ unitIndex: _unitIndex,
+ ];
+ this.ajax
+ .post(this.$store.state.api + "updateWorkNew4", params)
+ .then((res) => {
+ // this.$message({
+ // message: "修改成功",
+ // type: "success",
+ // });
+ // this.courseId = this.cid;
+ })
+ .catch((err) => {
+ this.$message.error("网络不佳");
+ console.error(err);
+ });
+ steps(newValue) {
+ if (newValue == 4) {
+ this.goTo(
+ "/synergyCourse?userid=" +
+ this.userid +
+ "&oid=" +
+ this.oid +
+ "&org=" +
+ this.org +
+ "&role=" +
+ this.role
+ methods: {
+ openAI() {
+ window.parent.postMessage({ tools: "64" }, "*");
+ setMan() {
+ // let teacherJuri = this.teacherJuri2;
+ this.ManAarray = [];
+ let _user = JSON.parse(JSON.stringify(this.checkboxList3));
+ if (_user.indexOf(this.courseUserid || this.userid) == -1) {
+ _user.push(this.courseUserid || this.userid);
+ let params = {
+ uid: _user.join(","),
+ .get(this.$store.state.api + "getAllUserById", params)
+ let teacherJuri = res.data[0];
+ this.ManAarray = teacherJuri;
+ previewImg(url) {
+ this.$hevueImgPreview(url);
+ btnDisplay(bool) {
+ this.isBtnDisplay = bool
+ scrollChange() {
+ this.rightBoxHeight = $(".rightBox")[0].scrollHeight;
+ // document.querySelector('.course_left').scrollHeight
+ // document.querySelector('.stepsBottom2').scrollHeight
+ let stepsBottom2 = $(".stepsBottom2")[0].clientHeight;
+ // let client = $(".course_left")[0].clientHeight - stepsBottom2
+ let client = $(".course_left")[0].clientHeight - stepsBottom2;
+ let maxheight = $('.whiteBg')[0].offsetHeight + $('.whiteBg')[1].offsetHeight + 120
+ let top = $(".rightBox")[0].scrollTop - maxheight;
+ // if (top < client) {
+ // $('.stepsBottom2')[0].style.position = 'absolute'
+ // $('.stepsBottom2')[0].style.top = 0 + 'px'
+ // // $('.stepsBottom2')[0].style.top = client + 'px'
+ // } else
+ if (top > 0) {
+ let top = $(".rightBox")[0].offsetTop;
+ $(".stepsBottom2")[0].style.position = "fixed";
+ $(".stepsBottom2")[0].style.top = top + "px";
+ this.heightPx = $(".rightBox")[0].offsetHeight - 40 + 'px'
+ // $('.stepsBottom2')[0].style.top = top + 'px'
+ $(".stepsBottom2")[0].style.position = "absolute";
+ $(".stepsBottom2")[0].style.top = "0px";
+ this.heightPx = $(".basic_box2")[0].offsetHeight - 50 + 'px'
+ const clientHeight = $(".rightBox")[0].clientHeight;
+ const scrollTop = $(".rightBox")[0].scrollTop;
+ const scrollHeight = $(".rightBox")[0].scrollHeight;
+ if ((clientHeight + scrollTop > (scrollHeight - 10)) && (top > 0)) {
+ this.heightPx = $(".rightBox")[0].offsetHeight - 130 + 'px'
+ handleCheckAllChange(val) {
+ this.checkedCities = val ? cityOptions : [];
+ this.isIndeterminate = false;
+ handleCheckedCitiesChange(value) {
+ let checkedCount = value.length;
+ this.checkAll = checkedCount === this.cities.length;
+ this.isIndeterminate =
+ checkedCount > 0 && checkedCount < this.cities.length;
+ addHw(e) {
+ var el = e.currentTarget;
+ el.getElementsByTagName("input")[0].click();
+ change(val) {
+ if (this.dialogVisible1) {
+ this.tdetail = val
+ } else if (this.dialogVisible6) {
+ this.AttText.text = val
+ } else if (this.dialogVisible2) {
+ this.cTemplate = val
+ } else if (this.dialogVisibleTable) {
+ this.tableJson.text = val
+ this.$forceUpdate();
+ console.log(val);
+ change2(val) {
+ handleClose(done) {
+ done();
+ closePan(tool) {
+ if (tool == 15) {
+ if (JSON.stringify(this.answerQ) == JSON.stringify(this.answerQ2)) {
+ this.dialogVisible8 = false
+ this.closeConfirm(tool);
+ } else if (tool == 4) {
+ if (JSON.stringify(this.askJson) == JSON.stringify(this.askJson2)) {
+ this.dialogVisible5 = false
+ } else if (tool == 45) {
+ if (JSON.stringify(this.testJson) == JSON.stringify(this.testJson2)) {
+ this.dialogVisibleChoice = false
+ } else if (tool == 41) {
+ if (JSON.stringify(this.selectJson) == JSON.stringify(this.selectJson2)) {
+ this.dialogVisibleSelect = false
+ } else if (tool == 47) {
+ if (JSON.stringify(this.sentenceList) == JSON.stringify(this.sentenceList2)) {
+ this.dialogVisibleSentence = false
+ closeConfirm(tool) {
+ this
+ .$confirm("是否保存已编辑内容?", "提示", {
+ confirmButtonText: "保存",
+ cancelButtonText: "不保存",
+ type: "warning",
+ .then(() => {
+ this.addAnswer();
+ this.addAsk();
+ this.addTest();
+ this.addSelectAnswer();
+ this.addSentenceTool();
+ .catch(() => {
+ this.dialogVisible8 = false;
+ this.dialogVisible5 = false;
+ this.dialogVisibleChoice = false;
+ this.dialogVisibleSelect = false;
+ this.dialogVisibleSentence = false;
+ imgChange2(i, j) {
+ var _tmp = this.testJson.testJson[i].checkList[j];
+ this.noneBtnImg = _tmp.length >= 1;
+ imgChange3(i) {
+ var _tmp = this.testJson.testJson[i];
+ imgChange1(file, fileList, type, itemTaskIndex) {
+ if (type == 1) {
+ var _tmp = this.cover;
+ } else if (
+ type == 2 ||
+ type == 3 ||
+ type == 6 ||
+ type == 7 ||
+ type == 8
+ var _tmp =
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
+ .chapterData;
+ } else if (type == 4) {
+ var _tmp = this.unitJson[this.unitIndex].chapterInfo[0].fileList1;
+ .homeworkList;
+ goTo(path) {
+ this.$router.push(path);
+ guid() {
+ var _num,
+ i,
+ _guid = "";
+ for (i = 0; i < 32; i++) {
+ _guid += Math.floor(Math.random() * 16).toString(16); //随机0 - 16 的数字 转变为16进制的字符串
+ _num = Math.floor((i - 7) / 4); //计算 (i-7)除4
+ if (_num > -1 && _num < 4 && i == 7 + 4 * _num) {
+ //会使guid中间加 "-" 形式为xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
+ _guid += "-";
+ return _guid;
+ lastSteps() {
+ if (this.cid == "" || this.cid == undefined) {
+ if (this.courseName == "") {
+ this.$message.error("请补充填写课程名称");
+ this.addWork();
+ // if (this.userid != this.courseUserid && this.role != "1") {
+ // this.updateWork2();
+ // } else {
+ this.updateWork();
+ // }
+ nextSteps() {
+ this.$refs.stepBox.scrollTop = 0;
+ unitSet(i) {
+ this.unitIndex = i;
+ // this.$refs.rightboxR.scrollTop = 0;
+ time() {
+ if (!this.now) {
+ this.now = new Date().getTime();
+ return true;
+ let time = new Date().getTime();
+ if (time - this.now > 3000) {
+ this.now = time;
+ return false;
+ deleteUnit(i) {
+ var _this = this;
+ if (_this.time()) {
+ _this
+ .$confirm("确定删除此单元吗?", "提示", {
+ confirmButtonText: "确定",
+ cancelButtonText: "取消",
+ _this.isDelete = 2;
+ // _this.unitIndex = _this.unitIndex - 1;
+ _this.deleteWork(_this.unitJson[i].chapterInfo[0].chapterid);
+ // _this.$message.success("删除成功");
+ deleteWork(chapid) {
+ chapid: chapid,
+ .post(this.$store.state.api + "deleteWork", params)
+ this.$message({
+ message: "删除成功",
+ type: "success",
+ this.unitJson.splice(this.unitIndex, 1);
+ this.unitIndex = this.unitIndex - 1;
+ deleteTool(itemTaskIndex, i) {
+ .$confirm("确定删除此工具吗?", "提示", {
+ _this.unitJson[_this.unitIndex].chapterInfo[0].taskJson[
+ ].toolChoose.splice(i, 1);
+ _this.$message.success("删除成功");
+ deleteSentence(i) {
+ .$confirm("确定删除此题目吗?", "提示", {
+ _this.sentenceList.splice(i, 1);
+ deleteS(s, i, j) {
+ this.sentenceList[i].addSentence.splice(j, 1);
+ if (this.sentenceList[i].rightAnswer.indexOf(s) != -1) {
+ var a = this.sentenceList[i].rightAnswer.indexOf(s);
+ this.sentenceList[i].rightAnswer.splice(a, 1);
+ openT() {
+ window.parent.postMessage({ tools: "25" }, "*");
+ deleteTask(i) {
+ //((_this.unitJson[_this.unitIndex].chapterInfo[0].taskJson.length - 1) == i) ? "确定删除此任务吗?" : "切换任务顺序将删除所有工具的提交成果,是否继续此操作?"
+ .$confirm("确定删除此任务吗?", "提示", {
+ if (i == 0) {
+ i + 1
+ ].chapterData = JSON.parse(
+ JSON.stringify(
+ _this.unitJson[_this.unitIndex].chapterInfo[0].taskJson[i]
+ .chapterData
+ _this.$forceUpdate();
+ _this.unitJson[_this.unitIndex].chapterInfo[0].taskJson.splice(i, 1);
+ // this.$nextTick(() => {
+ // $('.stepsBottom2')[0].style.transition = 'unset'
+ // setTimeout(() => {
+ // let stepsBottom2 = $(".stepsBottom2")[0].clientHeight
+ // let client = $(".basic_box2")[0].clientHeight - stepsBottom2 - 100
+ // let top = $('.stepsBottom2')[0].offsetTop - 20
+ // if (top > client) {
+ // $('.stepsBottom2')[0].style.top = client + 'px'
+ // $('.stepsBottom2')[0].style.transition = 'all .5s'
+ // this.$forceUpdate()
+ // }, 500)
+ // })
+ handlePictureCardPreview(file) {
+ this.dialogImageUrl = file.url;
+ clean(i, c) {
+ this.unitJson[this.unitIndex].chapterInfo[i].fileList1.splice(c, 1);
+ handle_remove1(file, fileList, type) {
+ // for (var i = 0, len = _tmp.length; i < len; i++) {
+ // if (_tmp[i].uid == file.uid) {
+ // _tmp.splice(i, 1);
+ // break;
+ // this.cover = _tmp;
+ this.cover = [];
+ this.noneBtnImg = this.cover.length >= 1;
+ this.isSysPic = false;
+ this.isSysPic2 = false;
+ addImg(e) {
+ e.target.value = "";
+ addChaptersTools(i) {
+ this.chapTools = [
+ this.chapCount = i;
+ this.dialogVisible4 = true;
+ isNoFinsh() {
+ this.$message.warning("功能正在开发中");
+ addAttText(i) {
+ this.AttText = {
+ text: "",
+ this.taskCount = i;
+ this.AttTextType = 0;
+ this.dialogVisible6 = true;
+ setTimeout(() => {
+ this.$refs['fuInput'].focus();
+ }, 100);
+ openLine(i) {
+ this.line = "";
+ this.lineCount = i;
+ this.lineType = 0;
+ this.dialogVisible7 = true;
+ pasteLine(i) {
+ navigator.clipboard
+ .readText()
+ .then((v) => {
+ console.log("获取剪贴板成功:", v);
+ const html = v;
+ const regex = /src="(.*?)"/g;
+ const match = regex.exec(html);
+ if (match && match[1]) {
+ console.log(match[1]);
+ this.$message.success("粘贴成功");
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+ i
+ ].chapterData.push({
+ name: "链接",
+ title: "嵌入代码",
+ url: match[1],
+ type: 8,
+ // console.log("未找到包含 src 属性的 iframe");
+ this.$message.error("系统没有找到粘贴对象,请首先复制可用于粘贴的链接。");
+ .catch((v) => {
+ console.log("获取剪贴板失败: ", v);
+ openSource(i) {
+ this.sourceData = {};
+ this.dialogVisibleSource = true;
+ this.updateSourcePan = false;
+ addSource() {
+ if (!Object.keys(this.sourceData).length) {
+ this.$message.error("请选择要上传的资源");
+ let keys = Object.keys(this.sourceData);
+ for (var i = 0; i < keys.length; i++) {
+ this.lineCount
+ title: this.sourceData[keys[i]].name,
+ url: this.sourceData[keys[i]].url,
+ type: 14,
+ id: keys[i]
+ this.dialogVisibleSource = false;
+ updateSource() {
+ this.taskCount
+ ].chapterData[this.lineCount].url = this.sourceData[keys[0]].url;
+ ].chapterData[this.lineCount].title = this.sourceData[keys[0]].name;
+ ].chapterData[this.lineCount].id = keys[0];
+ deleteM(i, j) {
+ this.testJson.testJson[i].timuList.splice(j, 1);
+ beforeUploadTiMu(event, i) {
+ const loading = this.openLoading();
+ var file = event.target.files[0];
+ var credentials = {
+ accessKeyId: "AKIATLPEDU37QV5CHLMH",
+ secretAccessKey: "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",
+ }; //秘钥形式的登录上传
+ window.AWS.config.update(credentials);
+ window.AWS.config.region = "cn-northwest-1"; //设置区域
+ var bucket = new window.AWS.S3({ params: { Bucket: "ccrb" } }); //选择桶
+ if (file) {
+ var params = {
+ Key:
+ file.name.split(".")[0] +
+ new Date().getTime() +
+ "." +
+ file.name.split(".")[file.name.split(".").length - 1],
+ ContentType: file.type,
+ Body: file,
+ "Access-Control-Allow-Credentials": "*",
+ ACL: "public-read",
+ }; //key可以设置为桶的相抵路径,Body为文件, ACL最好要设置
+ var options = {
+ partSize: 2048 * 1024 * 1024,
+ queueSize: 2,
+ leavePartsOnError: true,
+ bucket
+ .upload(params, options)
+ .on("httpUploadProgress", function (evt) {
+ //这里可以写进度条
+ // console.log("Uploaded : " + parseInt((evt.loaded * 80) / evt.total) + '%');
+ .send(function (err, data) {
+ loading.close();
+ if (err) {
+ _this.$message.error("上传失败");
+ if (_this.testJson.testJson[i].timuList) {
+ _this.testJson.testJson[i].timuList.push({
+ src: data.Location,
+ _this.testJson.testJson[i].timuList = [];
+ _this.imgChange3(i);
+ beforeUploadTi(event, i, j) {
+ _this.testJson.testJson[i].checkList[j] = {};
+ _this.testJson.testJson[i].checkList[j].src = data.Location;
+ _this.testJson.testJson[i].checkList[j].imgType = 1;
+ _this.imgChange2(i, j);
+ beforeUpload1(event, type) {
+ // const loading = this.openLoading();
+ // loading.close();
+ // var a = _this.$refs.upload1.uploadFiles;
+ // a.splice(a.length - 1, a.length);
+ _this.cover.push({
+ name: file.name,
+ url: data.Location,
+ uid: file.uid,
+ _this.imgChange1(null, null, 1, null);
+ _this.choosePicVisible = false;
+ console.log(data.Location);
+ beforeUploadSelect(event, type) {
+ _this.selectJson.url = data.Location;
+ chooseSysPic(p) {
+ this.cover = []
+ this.cover[0] = {
+ name: "系统图片.png",
+ url: p,
+ this.imgChange1(null, null, 1, null);
+ }, 0);
+ this.isSysPic = true;
+ this.sysPicVisible = false;
+ chooseSysPic2(p) {
+ name: "网络图片.png",
+ this.isSysPic2 = true;
+ this.sysPicVisible2 = false;
+ beforeUpload(data) {
+ this.$refs.upload1.uploadFiles;
+ this.uploadLoading1 = true;
+ var file = data.file;
+ _this.uploadLoading1 = false;
+ //上传成功处理
+ _this.unitJson[_this.unitIndex].chapterInfo[0].fileList1.push({
+ _this.imgChange();
+ onExceed() {
+ this.$message.error("课程封面仅支持上传一张,请删除后再进行上传");
+ beforeUpload2(event, unitIndex, type, itemTaskIndex) {
+ if (type == 3) {
+ var b = [
+ "DOC",
+ "DOCX",
+ "DOCM",
+ "DOTM",
+ "DOTX",
+ "PPTX",
+ "PPSX",
+ "PPT",
+ "PPS",
+ "PPTM",
+ "POTM",
+ "PPAM",
+ "POTX",
+ "PPSM",
+ "XLSX",
+ "XLS",
+ b.indexOf(
+ file.name
+ .split(".")
+ [file.name.split(".").length - 1].toLocaleUpperCase()
+ ) != -1
+ if (file.size / 1024 / 1024 > 80) {
+ this.$message.error("上传文件大于80兆,请重新选择文件!");
+ this.inputShow = true;
+ [file.name.split(".").length - 1].toLocaleUpperCase() != "PDF"
+ this.$message.error("添加成上传文件大于80兆,请重新选择文件!");
+ this.inputShow = false;
+ _this.unitJson[unitIndex].chapterInfo[0].taskJson[
+ ].progress = 0;
+ ].proVisible = true;
+ ].isFinishSize = 0;
+ ].isAllSize = (file.size / 1024 / 1024).toFixed(2);
+ ].progress = parseInt((evt.loaded / evt.total) * 100);
+ ].isFinishSize = (evt.loaded / 1024 / 1024).toFixed(2);
+ ].progress = 100;
+ ].isFinishSize =
+ ].isAllSize;
+ }, 1000);
+ _this.inputShow = true;
+ if (type == 13) {
+ let _type = 2;
+ var imgA = [
+ "png",
+ "jpg",
+ "jpeg",
+ "bmp",
+ "gif",
+ "webp",
+ "psd",
+ "svg",
+ "tiff",
+ var fileA = [
+ "PDF",
+ var videoA = [
+ "AVI",
+ "NAVI",
+ "MPEG",
+ "ASF",
+ "MOV",
+ "WMV",
+ "3GP",
+ "RM",
+ "RMVB",
+ "FLV",
+ "F4V",
+ "H.264",
+ "H.265",
+ "REAL VIDEO",
+ "MKV",
+ "WebM",
+ "HDDVD",
+ "MP4",
+ "MPG",
+ "M4V",
+ "MGV",
+ "OGV",
+ "QTM",
+ "STR",
+ "AMC",
+ "DVX",
+ "EVO",
+ "DAT",
+ "OGG",
+ "OGM",
+ fileA.indexOf(
+ data.Location.split(".")[
+ data.Location.split(".").length - 1
+ ].toLocaleUpperCase()
+ _type = 3;
+ videoA.indexOf(
+ _type = 2;
+ imgA.indexOf(
+ ].toLocaleLowerCase()
+ _type = 13;
+ _type = 12;
+ type: _type,
+ _this.imgChange1(null, null, _type, itemTaskIndex);
+ } else if (type == 2 || type == 3 || type == 12) {
+ type: type,
+ _this.imgChange1(null, null, type, itemTaskIndex);
+ ].fileList1.push({
+ } else if (type == 5) {
+ ].homeworkList.push({
+ beforeUpload3(event, unitIndex, type, itemTaskIndex, string) {
+ if (type == 2 || type == 3) {
+ // name: string+''+(_this.unitJson[unitIndex].chapterInfo[0].taskJson[
+ // itemTaskIndex
+ // ].chapterData.length+1),
+ text: string,
+ // text: string + '' + (_this.unitJson[unitIndex].chapterInfo[0].taskJson[
+ // ].chapterData.length + 1),
+ addunit() {
+ this.unitJson.push({
+ isUpdate: 1,
+ easy: this.unitJson[this.unitJson.length - 1].easy ? 1 : 0,
+ this.addindex = this.unitJson.length - 1;
+ this.unitIndex = this.unitJson.length - 1;
+ this.unitSet(this.unitIndex);
+ addToolFun(itemTaskIndex) {
+ ].toolChoose.push({
+ addTaskBorder() {
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson.push({
+ add(e, i) {
+ fold(i, e, type) {
+ var a = e.currentTarget.parentElement.parentElement;
+ var b = e.currentTarget.parentElement;
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].isFold = 1;
+ a.className += " smallTaskBorder";
+ b.className += " funBlockTop";
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].isFold = 0;
+ a.className = "taskBorder";
+ b.className = "funBlock";
+ console.log(e);
+ fold2(i) {
+ if (this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].isFold2) {
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].isFold2 = false;
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].isFold2 = true;
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].taskDetail += '*0*%*'
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].taskDetail = this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].taskDetail.replaceAll('*0*%*', '')
+ foldC(i) {
+ if (this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].isFoldchapter) {
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].isFoldchapter = false;
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].isFoldchapter = true;
+ fold3(i, ti) {
+ if (this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].toolChoose[ti].isFold3) {
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].toolChoose[ti].isFold3 = false;
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].toolChoose[ti].isFold3 = true;
+ deleteHomeworkBox(unitIndex, index, i) {
+ this.unitJson[unitIndex].chapterInfo[index].taskJson[
+ ].homeworkList.splice(i, 1);
+ getStudent() {
+ oid: this.oid,
+ cu: "",
+ cn: this.searchPeople,
+ .get(this.$store.state.api + "selectStudentAdd", params)
+ this.studentJuri = res.data[0];
+ this.isLoading = false;
+ getTeacher() {
+ oid:
+ this.org && this.org != "undefined" && this.org != "null"
+ ? this.org
+ : this.oid,
+ cn: this.searchTN,
+ .get(
+ this.$store.state.api +
+ (this.org && this.org != "undefined" && this.org != "null"
+ ? "selectTeacherAddOrg"
+ : "selectTeacherAdd"),
+ params
+ for (var i = 0; i < teacherJuri.length; i++) {
+ if (teacherJuri[i].userid == this.userid) {
+ teacherJuri.splice(i, 1);
+ this.teacherJuri = teacherJuri;
+ searchStudent() {
+ this.getStudent();
+ selectGrage() {
+ .get(this.$store.state.api + "selectGrageBySchool", params)
+ this.gradeList = res.data[0];
+ //获取班级列表
+ getClass() {
+ gid: this.gradeId,
+ cn: this.classSearch,
+ .get(this.$store.state.api + "selectClassBySchoolSearch2", params)
+ if (!this.grade.length) {
+ this.grade = res.data[0];
+ this.grade2 = res.data[0];
+ this.classJuri = res.data[0];
+ CourseType2Change(val) {
+ this.pTypeCheck = [];
+ for (var i = 0; i < this.CourseType2.length; i++) {
+ let typeA = this.CourseType2[i];
+ if (val.indexOf(typeA.name) != -1) {
+ this.pTypeCheck.push(...typeA.id);
+ getChapterData(e, i, j, ic, type) {
+ e.stopPropagation();
+ this.updataC = true;
+ this.icc = ic;
+ if ((type == 2 || type == 3) && e.target.tagName !== "INPUT") {
+ console.log("还不能下载图片喔");
+ deleteChapterData(e, i, j, ic, taskI) {
+ let _this = this;
+ .$confirm("确定删除此项?", "提示", {
+ _this.unitJson[i].chapterInfo[j].taskJson[taskI].chapterData.splice(ic, 1);
+ updataVideoT(e, i, j, ic) {
+ // e.stopPropagation();
+ // this.unitJson[i].chapterInfo[0].taskJson[0].chapterData[
+ // ic
+ // ].name = JSON.parse(JSON.stringify(e.target.value));
+ this.line = this.unitJson[i].chapterInfo[0].taskJson[0].chapterData[
+ ic
+ ].name;
+ this.taskCount = j;
+ this.lineCount = ic;
+ this.dialogVisibleupdataVideoT = true;
+ updataVideoC() {
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[this.taskCount].chapterData[this.lineCount].name = JSON.parse(JSON.stringify(this.line));
+ this.dialogVisibleupdataVideoT = false;
+ upCd(e, i, j, taskCount, ic) {
+ if (ic == 0) {
+ var a =
+ JSON.parse(JSON.stringify(this.unitJson[i].chapterInfo[0].taskJson[taskCount].chapterData[ic - 1]));
+ this.unitJson[i].chapterInfo[0].taskJson[taskCount].chapterData[ic - 1] =
+ JSON.parse(JSON.stringify(this.unitJson[i].chapterInfo[0].taskJson[taskCount].chapterData[ic]));
+ this.unitJson[i].chapterInfo[0].taskJson[taskCount].chapterData[ic] = a;
+ downCd(e, i, j, taskCount, ic) {
+ ic ==
+ this.unitJson[i].chapterInfo[0].taskJson[taskCount].chapterData.length -
+ JSON.parse(JSON.stringify(this.unitJson[i].chapterInfo[0].taskJson[taskCount].chapterData[ic + 1]));
+ this.unitJson[i].chapterInfo[0].taskJson[taskCount].chapterData[ic + 1] =
+ addWork() {
+ j < this.unitJson[i].chapterInfo[0].taskJson.length;
+ this.unitJson[i].chapterInfo[0].taskJson[j].proVisible = false;
+ this.unitJson[i].chapterInfo[0].taskJson[j].proVisible2 = false;
+ this.unitJson[i].chapterInfo[0].taskJson[j].toolChoose.length > 1
+ z < this.unitJson[i].chapterInfo[0].taskJson[j].toolChoose.length;
+ !this.unitJson[i].chapterInfo[0].taskJson[j].toolChoose[z].tool
+ .length
+ if (this.unitJson[i].chapterInfo[0].taskJson[j].eList) {
+ this.unitJson[i].chapterInfo[0].taskJson[j].eList = this.unitJson[
+ ].chapterInfo[0].taskJson[j].eList.filter((ele) => {
+ title: this.courseName.replace(/%/g, "%25"),
+ brief: this.courseText.replace(/%/g, "%25"),
+ cover:
+ this.cover.length > 0
+ ? JSON.stringify(this.cover)
+ : JSON.stringify([
+ name: "noBanner.jpg",
+ url: "https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/wu1676621845022.png",
+ uid: 1656409780264,
+ status: "success",
+ ]),
+ evaId: this.evalua,
+ astudent:
+ this.checkboxList2.length > 0 ? this.checkboxList2.join(",") : "",
+ see: this.isTeacherSee == true ? 1 : 0,
+ chapters: JSON.stringify(this.unitJson).replaceAll(/%/g, "%25"),
+ template: this.cTemplate != "undefined" ? this.cTemplate : "",
+ courseType: JSON.stringify(this.courseTypeId),
+ ateacher:
+ this.checkboxList3.length > 0 ? this.checkboxList3.join(",") : "",
+ inviteCode: JSON.stringify(this.inviteCode),
+ .post(this.$store.state.api + "addSynergyCourse", params)
+ console.log(this.steps);
+ // if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
+ message: "新增成功",
+ this.number = res.data.ordernumber;
+ this.courseId = res.data.courseId;
+ this.cid = res.data.courseId;
+ this.courseUserid = this.userid;
+ this.islogin = true;
+ this.steps = 4;
+ goCourse() {
+ window.parent.postMessage({ cid: this.courseId, type: "1" }, "*");
+ updateWork2() {
+ let _unitIndex = this.unitIndex;
+ this.unitJson[_unitIndex].chapterInfo[0].taskJson[j].proVisible = false;
+ message: "修改成功",
+ this.courseId = this.cid;
+ updateWork() {
+ template: this.myWord != "undefined" ? this.myWord : [],
+ .post(this.$store.state.api + "updateSynergy", params)
+ if (this.cidType == 1) {
+ this.number = this.nbOrder;
+ insertWord() {
+ this.dialogVisible1 = true;
+ this.updateBoolean2 = false;
+ this.tTitle = "";
+ this.tdetail = "";
+ addWord() {
+ this.unitJson[this.unitIndex].chapterInfo[0].fileList1.push({
+ name: this.tTitle,
+ content: this.tdetail,
+ uid: this.guid(),
+ this.dialogVisible1 = false;
+ upWord() { },
+ selectWord(uid, i, c) {
+ this.updateBoolean2 = true;
+ uid == this.unitJson[this.unitIndex].chapterInfo[i].fileList1[c].uid
+ this.tTitle =
+ this.unitJson[this.unitIndex].chapterInfo[i].fileList1[c].name;
+ this.tdetail =
+ this.unitJson[this.unitIndex].chapterInfo[i].fileList1[c].content;
+ isAddPP() {
+ if (this.checkboxList.length > 0) {
+ message: "添加成功",
+ this.dialogVisible3 = false;
+ message: "请添加课程成员",
+ type: "error",
+ isAddClass() {
+ this.dialogVisibleClass = false;
+ isAddPPTeacher() {
+ this.dialogVisibleMember = false;
+ this.setMan();
+ getTemplate() {
+ .get(this.$store.state.api + "getCourseTemplateT", "")
+ this.templateArray = res.data[0];
+ this.getTemplateOid();
+ .catch((err) => { });
+ getTemplateOid() {
+ .get(this.$store.state.api + "getCourseTemplateTByOid", params)
+ if (res.data[0].length) {
+ this.templateArray = [...res.data[0], ...this.templateArray];
+ this.getTemplateOrg();
+ getTemplateOrg() {
+ oid: this.org,
+ clearChoose() {
+ this.clearArray.splice(this.templateC.id, 1);
+ this.dialogVisible2 = false;
+ clearAttText() {
+ this.dialogVisible6 = false;
+ clearLine() {
+ this.dialogVisible7 = false;
+ checkTemplate(res) {
+ .$confirm("确定选择此模板吗?", "提示", {
+ _this.unitJson = JSON.parse(res.chapters);
+ _this.steps++;
+ this.checkEva(this.checkId);
+ checkTemplate1(w) {
+ this.steps++;
+ checkTemplate2() {
+ .$confirm("确定选择空模板吗?", "提示", {
+ _this.unitIndex = 0;
+ _this.unitJson = [
+ askJson: [
+ { askstitle: "", askItem: 1, checkList: [] },
+ checkTemplate3() {
+ .$confirm("确定选择简易模式吗?", "提示", {
+ easy: 1,
+ checkTemplate4() {
+ .$confirm("确定选择未来小学课程设计吗?", "提示", {
+ _this.unitJson = JSON.parse(JSON.stringify(weilaiData));
+ wordNext() {
+ isAddOrUpdateAttText() {
+ if (this.AttTextType == 0) {
+ this.addAttTextMessage();
+ this.updateAttText();
+ isAddOrUpdateLine() {
+ if (!this.lineTitle) {
+ this.$message.error("请填写链接标题");
+ if (this.lineType == 0) {
+ this.addLine();
+ this.updateLine();
+ addAttTextMessage() {
+ name: this.AttText.title,
+ url: this.AttText.text,
+ type: 6,
+ this.imgChange1(null, null, 6, this.taskCount);
+ selectAttText(itemTaskIndex, i) {
+ this.AttText.title =
+ ].chapterData[i].name;
+ this.AttText.text =
+ ].chapterData[i].url;
+ this.taskCount = itemTaskIndex;
+ this.AttTextIndex = i;
+ this.AttTextType = 1;
+ updateAttText() {
+ ].chapterData[this.AttTextIndex].name = this.AttText.title;
+ ].chapterData[this.AttTextIndex].url = this.AttText.text;
+ addLine() {
+ title: this.lineTitle,
+ url: this.line,
+ this.imgChange1(null, null, 8, this.lineCount);
+ selectLine(itemTaskIndex, i) {
+ this.line =
+ this.lineTitle = this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+ ].chapterData[i].title
+ ? this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
+ .chapterData[i].title
+ : "";
+ this.lineType = 1;
+ 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.updateSourcePan = true;
+ updateLine() {
+ ].chapterData[this.lineCount].url = this.line;
+ ].chapterData[this.lineCount].title = this.lineTitle;
+ addPP() {
+ this.dialogVisible3 = true;
+ openTools(itemTaskIndex, i, toolIndex) {
+ this.toolIndex = toolIndex;
+ if (i == 4) {
+ if (toolIndex == null) {
+ for (var i = 0; i < a.length; i++) {
+ if (a[i].url == 4 && a[i].askJson.askTitle != "") {
+ this.askJson =
+ ].chapterData[i].askJson;
+ this.askJson = JSON.parse(
+ ].toolChoose[toolIndex]
+ this.askJson2 = JSON.parse(JSON.stringify(this.askJson))
+ this.dialogVisible5 = true;
+ } else if (i == 45) {
+ .toolChoose[toolIndex].testJson
+ this.testJson = JSON.parse(
+ ].toolChoose[toolIndex].testJson
+ var testJson = {
+ testCount: 1,
+ testTitle: "",
+ testJson: [
+ teststitle: "",
+ testItem: 1,
+ checkList: [],
+ timuList: [],
+ answer: [],
+ type: "1",
+ this.testJson = testJson;
+ this.testJson2 = JSON.parse(JSON.stringify(this.testJson));
+ this.dialogVisibleChoice = true;
+ } else if (i == 47) {
+ .toolChoose[toolIndex].sentenceList
+ this.sentenceList = JSON.parse(
+ ].toolChoose[toolIndex].sentenceList
+ var sentenceList = [
+ { sentenceTitle: "", addSentence: [], rightAnswer: [] },
+ this.sentenceList = sentenceList;
+ this.sentenceList2 = JSON.parse(JSON.stringify(this.sentenceList));
+ this.dialogVisibleSentence = true;
+ } else if (i == 48) {
+ .toolChoose[toolIndex].tableJson
+ this.tableJson = JSON.parse(
+ ].toolChoose[toolIndex].tableJson
+ var tableJson = { text: "" };
+ this.tableJson = tableJson;
+ this.dialogVisibleTable = true;
+ } else if (i == 52) {
+ .toolChoose[toolIndex].wordJson
+ this.wordJson = JSON.parse(
+ ].toolChoose[toolIndex].wordJson
+ var wordJson = { text: "" };
+ this.wordJson = wordJson;
+ this.dialogVisibleWord = true;
+ // else if (i == 50) {
+ // if (
+ // this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
+ // .toolChoose[toolIndex].uploadJson
+ // ) {
+ // this.uploadJson = JSON.parse(
+ // JSON.stringify(
+ // this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+ // ].toolChoose[toolIndex].uploadJson
+ // )
+ // );
+ // var uploadJson = [];
+ // this.uploadJson = uploadJson;
+ // this.dialogVisibleMoreUpload = true;
+ } else if (i == 10) {
+ .toolChoose[toolIndex].preTime
+ this.preTime = JSON.parse(
+ ].toolChoose[toolIndex].preTime
+ var preTime = 0;
+ this.preTime = preTime;
+ this.dialogVisiblePreTime = true;
+ } else if (i == 49) {
+ .toolChoose[toolIndex].groupJson
+ this.groupJson = JSON.parse(
+ ].toolChoose[toolIndex].groupJson
+ var groupJson = {
+ group: [{ name: "第1组" }],
+ number: undefined,
+ islock: 1,
+ this.groupJson = groupJson;
+ this.dialogVisibleGroup = true;
+ } else if (i == 62) {
+ .toolChoose[toolIndex].videoJson
+ this.videoJson = JSON.parse(
+ ].toolChoose[toolIndex].videoJson
+ var videoJson = {
+ video: "",
+ setting: [],
+ this.videoJson = videoJson;
+ this.dialogVisibleVideo = true;
+ } else if (i == 15) {
+ this.answerQ = this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+ ].toolChoose[toolIndex].answerQ
+ ? JSON.parse(
+ this.answerQ2 = JSON.parse(JSON.stringify(this.answerQ))
+ this.dialogVisible8 = true;
+ } else if (i == 40) {
+ this.rateJson = this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+ ].toolChoose[toolIndex].rateJson
+ : [{ detail: "", score: 5, value: "" }]; //{detail:"",score:5,value:""}
+ this.selectSteps = 1;
+ this.dialogVisibleRate = true;
+ } else if (i == 42) {
+ this.dialogVisibleMp3 = true;
+ } else if (i == 41) {
+ this.selectJson = this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+ ].toolChoose[toolIndex].selectJson
+ : { url: "", select: [], answer: [] };
+ this.selectJson2 = JSON.parse(JSON.stringify(this.selectJson))
+ this.dialogVisibleSelect = true;
+ } else if (i == 3) {
+ if (!this.cid) {
+ this.$message.error(
+ "极简模式添加时不能添加模板,请添加课程后再修改添加模板"
+ window.parent.postMessage(
+ tools: "3y",
+ stage: this.unitIndex,
+ task: itemTaskIndex,
+ tool: toolIndex,
+ "*"
+ } else if (i == 1) {
+ tools: "1y",
+ } else if (i == 57) {
+ tools: "57y",
+ chapAddTools(i) {
+ if (this.chapTools[0].tools.length == 0) {
+ this.chapTools[0].tools.push(i);
+ if (this.chapTools[0].tools.indexOf(i) != -1) {
+ this.chapTools[0].tools.splice(this.chapTools[0].tools.indexOf(i), 1);
+ addChaptersDataTools() {
+ if (this.chapTools[0].tools.indexOf(4) != -1) {
+ this.chapCount
+ name: this.chapTools[0].toolDetail,
+ url: this.chapTools[0].tools,
+ type: 7,
+ askJson: this.askJson,
+ this.imgChange1(null, null, 7, this.chapCount);
+ this.dialogVisible4 = false;
+ addTools(i, itemTaskIndex, toolIndex) {
+ // .toolChoose[toolIndex].tool.length == 0
+ // ].toolChoose[toolIndex].tool.push(i);
+ // ].toolChoose[toolIndex].tool.indexOf(i) != -1
+ // ].toolChoose[toolIndex].tool.splice(
+ // ].toolChoose[toolIndex].tool.indexOf(i),
+ // 1
+ // console.log(
+ // .toolChoose[toolIndex].tool
+ .toolChoose[toolIndex].askJson.askTitle == "" ||
+ .toolChoose[toolIndex].askJson[0].askstitle == "" ||
+ .toolChoose[toolIndex].askJson[0].checkList < 2
+ this.openTools(itemTaskIndex, 4, toolIndex);
+ // message: "请填写完整问卷内容",
+ // type: "error",
+ if (i == 45) {
+ !this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
+ .toolChoose[toolIndex].testJson ||
+ .toolChoose[toolIndex].testJson.testJson[0].teststitle == "" ||
+ .toolChoose[toolIndex].testJson.testJson[0].checkList < 2
+ this.openTools(itemTaskIndex, 45, toolIndex);
+ if (i == 47) {
+ .toolChoose[toolIndex].sentenceList ||
+ .toolChoose[toolIndex].sentenceList[0].rightAnswer == 0
+ this.openTools(itemTaskIndex, 47, toolIndex);
+ // if (i == 48) {
+ // !this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
+ // .toolChoose[toolIndex].tableJson
+ // this.openTools(itemTaskIndex, 48, toolIndex);
+ // return;
+ // if (i == 50) {
+ // this.openTools(itemTaskIndex, 50, toolIndex);
+ if (i == 49) {
+ this.openTools(itemTaskIndex, 49, toolIndex);
+ if (i == 62) {
+ this.openTools(itemTaskIndex, 62, toolIndex);
+ if (i == 15) {
+ .toolChoose[toolIndex].answerQ ||
+ .toolChoose[toolIndex].answerQ == ""
+ this.openTools(itemTaskIndex, 15, toolIndex);
+ // message: "请填写问答内容",
+ if (i == 40) {
+ .toolChoose[toolIndex].rateJson ||
+ .toolChoose[toolIndex].rateJson.length
+ this.openTools(itemTaskIndex, 40, toolIndex);
+ if (i == 41) {
+ .toolChoose[toolIndex].selectJson ||
+ .toolChoose[toolIndex].selectJson.url == "" ||
+ .toolChoose[toolIndex].selectJson.select.length ||
+ .toolChoose[toolIndex].selectJson.answer.length
+ this.openTools(itemTaskIndex, 41, toolIndex);
+ if (i == 42) {
+ this.openTools(itemTaskIndex, 42, toolIndex);
+ .toolChoose[toolIndex].tool.length > 0
+ ].toolChoose[toolIndex].tool.indexOf(i) != -1
+ ].toolChoose[toolIndex].tool.splice(
+ ].toolChoose[toolIndex].tool.indexOf(i),
+ // message: "每个工具只能添加一个",
+ ].toolChoose[toolIndex].tool = [];
+ ].toolChoose[toolIndex].tool.push(i);
+ addAskList(index) {
+ this.askJson.askJson.splice(index + 1, 0, {
+ askstitle: "",
+ askItem: 1,
+ this.askJson.askCount++;
+ addTestList(index) {
+ this.testJson.testJson.splice(index + 1, 0, {
+ this.testJson.testCount++;
+ deleteAskList(index) {
+ if (!this.askJson.askJson[index].askstitle && this.askJson.askJson[index].askItem == 1 && !this.askJson.askJson[index].checkList[0]) {
+ this.askJson.askJson.splice(index, 1);
+ this.askJson.askCount--;
+ .$confirm("此操作不可撤销,是否继续?", "提示", {
+ _this.askJson.askJson.splice(index, 1);
+ _this.askJson.askCount--;
+ deleteTestList(index) {
+ if (!this.testJson.testJson[index].teststitle && this.testJson.testJson[index].testItem == 1 && !this.testJson.testJson[index].checkList[0]) {
+ this.testJson.testJson.splice(index, 1);
+ this.testJson.testCount--;
+ _this.testJson.testJson.splice(index, 1);
+ _this.testJson.testCount--;
+ askMove(type, index) {
+ if (index > 0) {
+ let a = JSON.parse(JSON.stringify(this.askJson.askJson[index - 1]));
+ let b = JSON.parse(JSON.stringify(this.askJson.askJson[index]));
+ this.askJson.askJson[index - 1] = b;
+ this.askJson.askJson[index] = a;
+ index < this.askJson.askJson.length - 1
+ let a = JSON.parse(JSON.stringify(this.askJson.askJson[index + 1]));
+ this.askJson.askJson[index + 1] = b;
+ checkMove(type, index, checkIndex) {
+ if (checkIndex > 0) {
+ let a = JSON.parse(JSON.stringify(this.askJson.askJson[index].checkList[checkIndex - 1]));
+ let b = JSON.parse(JSON.stringify(this.askJson.askJson[index].checkList[checkIndex]));
+ this.askJson.askJson[index].checkList[checkIndex - 1] = b;
+ this.askJson.askJson[index].checkList[checkIndex] = a;
+ checkIndex < this.askJson.askJson[index].checkList.length - 1
+ let a = JSON.parse(JSON.stringify(this.askJson.askJson[index].checkList[checkIndex + 1]));
+ this.askJson.askJson[index].checkList[checkIndex + 1] = b;
+ testMove(type, index) {
+ let a = JSON.parse(JSON.stringify(this.testJson.testJson[index - 1]));
+ let b = JSON.parse(JSON.stringify(this.testJson.testJson[index]));
+ this.testJson.testJson[index - 1] = b;
+ this.testJson.testJson[index] = a;
+ index < this.testJson.testJson.length - 1
+ let a = JSON.parse(JSON.stringify(this.testJson.testJson[index + 1]));
+ this.testJson.testJson[index + 1] = b;
+ tcheckMove(type, index, checkIndex) {
+ let a = JSON.parse(JSON.stringify(this.testJson.testJson[index].checkList[checkIndex - 1]));
+ let b = JSON.parse(JSON.stringify(this.testJson.testJson[index].checkList[checkIndex]));
+ this.testJson.testJson[index].checkList[checkIndex - 1] = b;
+ this.testJson.testJson[index].checkList[checkIndex] = a;
+ checkIndex < this.testJson.testJson[index].checkList.length - 1
+ let a = JSON.parse(JSON.stringify(this.testJson.testJson[index].checkList[checkIndex + 1]));
+ this.testJson.testJson[index].checkList[checkIndex + 1] = b;
+ addcheckList(json, index) {
+ // json.checkList.length++;
+ json.checkList.splice(index + 1, 0, '')
+ json.askItem++;
+ deletecheckList(json, index) {
+ // json.checkList.length--;
+ json.checkList.splice(index, 1)
+ json.askItem--;
+ addTcheckList(json, index) {
+ json.testItem++;
+ deleteTcheckList(json, index) {
+ json.testItem--;
+ checkTestType(type, json) {
+ json.type = type;
+ json.answer = [];
+ }, 100)
+ checkAskType(type, json) {
+ // json.checkList = [];
+ addSelectList(json) {
+ json.select.push("");
+ json.answer.push("");
+ deleteSelectList(json) {
+ // json.select.length--;
+ // json.answer.length--;
+ json.select.splice(json.select.length - 1, 1);
+ json.answer.splice(json.answer.length - 1, 1);
+ addAsk() {
+ if (this.askJson.askTitle === "") {
+ this.$message.error("标题不能为空!");
+ var aj = this.askJson.askJson;
+ var b = 1;
+ for (var i = 0; i < aj.length; i++) {
+ if (aj[i].askstitle === "") {
+ var a = 1;
+ for (let index = 0; index < aj[i].askItem; index++) {
+ const element = aj[i].checkList[index]
+ ? aj[i].checkList[index]
+ if (element != "") {
+ b++;
+ this.$message.error(`请将题目${i + 1}填写完整。`);
+ a++;
+ if (b == 1) {
+ this.$message.error("至少填写一个问题");
+ } else if (aj[i].askstitle != "") {
+ var index = 0;
+ for (var z = 0; z < aj[i].checkList.length; z++) {
+ let checkC = aj[i].checkList[z] ? aj[i].checkList[z] : "";
+ if (checkC != "") {
+ index++;
+ this.$message.error(`题目${i + 1}选项不能为空!`);
+ for (var z2 = z + 1; z2 < aj[i].checkList.length; z2++) {
+ let checkC2 = aj[i].checkList[z2] ? aj[i].checkList[z2] : "";
+ if (checkC == checkC2) {
+ this.$message.error(`第${i + 1}题的选项${z + 1}和选项${z2 + 1}重复了,请修改!`);
+ if (index < 2) {
+ this.$message.error("每道题目至少需要设置2个选项。");
+ this.askJson.askJson = this.askJson.askJson.filter((el) => {
+ var elc = el.checkList.filter((element) => {
+ return element != "";
+ return el.askstitle != "" && elc.length != 0;
+ if (!this.dialogVisible4) {
+ ].toolChoose[this.toolIndex] = this.askJson;
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[this.taskCount]
+ .toolChoose[this.toolIndex].tool != 4
+ this.addTools(4, this.taskCount, this.toolIndex);
+ addTest() {
+ // if (this.testJson.testTitle === "") {
+ // this.$message.error("标题不能为空!");
+ var aj = this.testJson.testJson;
+ if (aj[i].teststitle === "" && aj[i].timuList.length == 0) {
+ for (let index = 0; index < aj[i].testItem; index++) {
+ } else if (aj[i].teststitle != "" || aj[i].timuList.length > 0) {
+ var checkC = aj[i].checkList[z] ? aj[i].checkList[z] : "";
+ (aj[i].type == "2" && !aj[i].answer.length) ||
+ (aj[i].type == "1" && ((typeof aj[i].answer == 'object' && !aj[i].answer.length) || (aj[i].answer !== 0 && !aj[i].answer)))
+ this.$message.error(`请将题目${i + 1}的正确选项设置完整`);
+ var isTestJson = JSON.parse(JSON.stringify(this.testJson));
+ isTestJson.testJson = this.testJson.testJson.filter((el) => {
+ (el.teststitle != "" || el.timuList.length > 0) && elc.length != 0
+ isTestJson.testCount = isTestJson.testJson.length;
+ ].toolChoose[this.toolIndex].testJson = isTestJson;
+ .toolChoose[this.toolIndex].tool != 45
+ this.addTools(45, this.taskCount, this.toolIndex);
+ addVideoJson(videoJson) {
+ ].toolChoose[this.toolIndex].videoJson = videoJson;
+ this.dialogVisibleVideo = false;
+ .toolChoose[this.toolIndex].tool != 62
+ this.addTools(62, this.taskCount, this.toolIndex);
+ //自动获取剪贴板
+ pasteOption() {
+ let iframe = top.document.querySelectorAll("#AIChat iframe")[0];
+ if (!iframe) {
+ this.$message.error("请使用AI共创生成题目");
+ let copyData = iframe.contentWindow.copyData;
+ if (!copyData || !copyData.selectData.length) {
+ let selectData = copyData.selectData;
+ for (var i = 0; i < selectData.length; i++) {
+ let answer = 0;
+ switch (selectData[i].answer[0]) {
+ case "A":
+ answer = 0;
+ case "B":
+ answer = 1;
+ case "C":
+ answer = 2;
+ case "D":
+ answer = 3;
+ case "E":
+ answer = 4;
+ default:
+ this.testJson.testJson.push({
+ teststitle: selectData[i].subject,
+ testItem: selectData[i].options.length,
+ checkList: selectData[i].options,
+ answer: answer,
+ this.testJson = isTestJson;
+ pasteTask() {
+ this.$message.error("请使用AI共创生成");
+ if (!copyData || !copyData.tasksData || !copyData.tasksData.length) {
+ let stageTasksData = copyData.tasksData;
+ let taskA = [];
+ let tasks = stageTasksData;
+ for (var j = 0; j < tasks.length; j++) {
+ taskA.push({
+ task: tasks[j].taskName,
+ taskDetail: tasks[j].taskDecs,
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson = taskA;
+ pasteStage() {
+ if (!copyData || !copyData.stageData || !copyData.stageData.length) {
+ let stageData = copyData.stageData;
+ let stage = [];
+ for (var i = 0; i < stageData.length; i++) {
+ stage.push({
+ dyName: stageData[i], //单元标题
+ .$confirm("确定选择智能粘贴模式吗?", "提示", {
+ _this.unitJson = stage;
+ _this.updateWork();
+ addAnswer() {
+ if (this.answerQ == "") {
+ this.$message.error("请输入您想要问的问题");
+ ].toolChoose[this.toolIndex].answerQ = this.answerQ;
+ .toolChoose[this.toolIndex].tool != 15
+ this.addTools(15, this.taskCount, this.toolIndex);
+ addMp3Answer() {
+ this.$message.error("请输入您想要回答的问题");
+ this.dialogVisibleMp3 = false;
+ addRateAnswer() {
+ for (var i = 0; i < this.rateJson.length; i++) {
+ if (this.rateJson[i].value == "") {
+ a = 2;
+ if (a == 2) {
+ this.$message.error("请把评价信息填写完整");
+ ].toolChoose[this.toolIndex].rateJson = this.rateJson;
+ this.dialogVisibleRate = false;
+ .toolChoose[this.toolIndex].tool != 40
+ this.addTools(40, this.taskCount, this.toolIndex);
+ addSelectAnswer() {
+ if (this.selectJson.url == "") {
+ this.$message.error("请上传题目");
+ if (!this.selectJson.select.length) {
+ this.$message.error("请添加选项");
+ if (!this.selectJson.answer.length) {
+ this.$message.error("请设置答案");
+ for (var i = 0; i < this.selectJson.answer.length; i++) {
+ if (!this.selectJson.answer[i] && this.selectJson.answer[i] !== 0) {
+ ].toolChoose[this.toolIndex].selectJson = this.selectJson;
+ .toolChoose[this.toolIndex].tool != 41
+ this.addTools(41, this.taskCount, this.toolIndex);
+ nextSelectSteps() {
+ for (var z = 0; z < this.selectJson.select.length; z++) {
+ let checkC = this.selectJson.select[z];
+ for (var z2 = z + 1; z2 < this.selectJson.select.length; z2++) {
+ let checkC2 = this.selectJson.select[z2];
+ this.$message.error(`选项${z + 1}和选项${z2 + 1}重复了,请修改!`);
+ for (var i = 0; i < this.selectJson.select.length; i++) {
+ if (!this.selectJson.select[i]) {
+ this.$message.error("添加的选项不能为空");
+ this.selectSteps++;
+ selectCourseDetail() {
+ console.log("这是新增课程");
+ this.selectAllType();
+ this.cidType = 1;
+ .get(this.$store.state.api + "select_synergy", params)
+ this.loading = true;
+ this.courseDetail = res.data[0][0]
+ this.unitJson = JSON.parse(res.data[0][0].chapters);
+ for (var j = 0; j < this.unitJson.length; j++) {
+ var k = 0;
+ k < this.unitJson[j].chapterInfo[0].taskJson.length;
+ k++
+ this.unitJson[j].chapterInfo[0].taskJson[k].toolChoose = this
+ .unitJson[j].chapterInfo[0].taskJson[k].toolChoose
+ ? this.unitJson[j].chapterInfo[0].taskJson[k].toolChoose
+ : [];
+ let _chapterData = [];
+ var c = 0;
+ c <
+ this.unitJson[j].chapterInfo[0].taskJson[k].chapterData
+ c++
+ this.unitJson[j].chapterInfo[0].taskJson[k].chapterData[c]
+ _chapterData.push(
+ this.unitJson[j].chapterInfo[0].taskJson[k].chapterData =
+ _chapterData;
+ this.courseName = res.data[0][0].title;
+ this.courseText = res.data[0][0].brief;
+ this.evalua = res.data[0][0].evaId;
+ this.cover = JSON.parse(res.data[0][0].cover);
+ // this.checkboxList =
+ // res.data[0][0].course_student.length > 0
+ // ? JSON.parse(res.data[0][0].course_student)
+ // : [];
+ this.checkboxList2 = res.data[0][0].juri
+ ? res.data[0][0].juri.split(",")
+ this.inviteCode = [];
+ for (var i = 0; i < res.data[2].length; i++) {
+ this.inviteCode.push({
+ cid: res.data[2][i].classid,
+ ic: res.data[2][i].code,
+ this.checkboxList3 = res.data[0][0].course_teacher
+ ? res.data[0][0].course_teacher.split(",")
+ // this.isTeacherSee =
+ // res.data[0][0].is_teacher_look == 0 ? true : false;
+ this.isTeacherSee = res.data[0][0].open == 1 ? true : false;
+ this.myWord = res.data[0][0].template;
+ this.templateC.id = "123";
+ this.courseUserid = res.data[0][0].userid;
+ // if(this.courseUserid == this.userid){
+ // this.InviteChange(this.checkboxList2)
+ this.nbOrder = res.data[0][0].ordernumber;
+ this.courseTypeId = [];
+ for (var i = 0; i < res.data[1].length; i++) {
+ this.courseTypeId.push(res.data[1][i].typeid);
+ console.log(this.courseTypeId);
+ // if (this.timer) clearInterval(this.timer);
+ if (this.timer) clearTimeout(this.timer);
+ this.timer = null;
+ // this.timer = setInterval(() => {
+ // this.seleteCourseUpdate();
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[0].toolOpen = true
+ // }, 5000);
+ this.checkEva(this.evalua);
+ seleteCourseUpdate() {
+ // console.log(this.unitJson);
+ let unitJson = JSON.parse(res.data[0][0].chapters);
+ this.unitJson2 = JSON.parse(res.data[0][0].chapters);
+ let _unitJson2 = JSON.parse(JSON.stringify(this.unitJson));
+ let _unitJson = [];
+ let _chapAarry = [];
+ let _unitIndex = JSON.parse(JSON.stringify(this.unitIndex));
+ let _unitIndex2 = JSON.parse(JSON.stringify(this.unitIndex));
+ let index = 1;
+ let chapindex;
+ if (_unitJson2.length > unitJson.length) {
+ for (let c = 0; c < _unitJson2.length; c++) {
+ _chapAarry.push(_unitJson2[c].chapterInfo[0].chapterid);
+ for (let j = 0; j < unitJson.length; j++) {
+ let count = 0;
+ for (let k = 0; k < _unitJson2.length; k++) {
+ unitJson[j].chapterInfo[0].chapterid ==
+ _unitJson2[k].chapterInfo[0].chapterid
+ count++;
+ _chapAarry.splice(
+ _chapAarry.indexOf(_unitJson2[k].chapterInfo[0].chapterid),
+ _unitJson.push(unitJson[j]);
+ // if(count === 0){
+ // this.$message.error("您所修改的阶段已经被其他老师删除了");
+ if (_unitJson2[k].isUpdate == 1) {
+ _unitJson.push(_unitJson2[k]);
+ console.log(_chapAarry);
+ for (let d = 0; d < _unitJson2.length; d++) {
+ _chapAarry.indexOf(_unitJson2[d].chapterInfo[0].chapterid) != -1
+ if (_unitIndex == d) {
+ index = 2;
+ chapindex = d;
+ _unitJson = JSON.parse(JSON.stringify(_unitJson2));
+ for (let i = 0; i < unitJson.length; i++) {
+ (i < _unitJson.length - 1 || i == _unitJson.length - 1) &&
+ _unitJson[i].chapterInfo[0].chapterid !=
+ unitJson[i].chapterInfo[0].chapterid
+ if (i == _unitJson.length - 1) {
+ // this.unitIndex++
+ _unitIndex2++;
+ _unitJson.splice(i, 0, unitJson[i]);
+ } else if (i > _unitJson.length - 1) {
+ _unitJson.push(unitJson[i]);
+ _unitJson[i].chapterInfo[0].chapterid ==
+ _unitJson[i] = unitJson[i];
+ // if (i == _unitIndex) {
+ // continue;
+ if (_chapAarry.length && index != 2) {
+ if (chapindex < _unitIndex) {
+ this.isDelete = 2;
+ // this.unitIndex--;
+ _unitIndex2--;
+ _unitJson2[_unitIndex].chapterInfo[0].chapterid !=
+ _unitJson[_unitIndex].chapterInfo[0].chapterid
+ for (let n = 0; n < _unitJson.length; n++) {
+ _unitJson2[_unitIndex].chapterInfo[0].chapterid ==
+ _unitJson[n].chapterInfo[0].chapterid
+ // this.unitIndex = n;
+ _unitIndex2 = n;
+ _unitJson[n] = _unitJson2[_unitIndex];
+ } else if (index != 2) {
+ // _unitJson[this.unitIndex] = _unitJson2[_unitIndex];
+ _unitJson2[_unitIndex];
+ var ci = 0;
+ ci < _unitJson2[_unitIndex].chapterInfo[0].taskJson.length;
+ ci++
+ _unitJson2[_unitIndex].chapterInfo[0].taskJson[ci].toolChoose =
+ _unitJson2[_unitIndex].chapterInfo[0].taskJson[ci].toolChoose
+ ? _unitJson2[_unitIndex].chapterInfo[0].taskJson[ci]
+ .toolChoose
+ _unitJson2[_unitIndex].chapterInfo[0].taskJson[ci].chapterData
+ _unitJson2[_unitIndex].chapterInfo[0].taskJson[ci]
+ .chapterData[c]
+ _unitJson2[_unitIndex].chapterInfo[0].taskJson[ci].chapterData =
+ _unitJson[_unitIndex2] = _unitJson2[_unitIndex];
+ if (index == 1) {
+ this.unitJson = _unitJson;
+ if (this.unitIndex != _unitIndex2) {
+ this.unitIndex = _unitIndex2;
+ this.timer = setTimeout(() => {
+ this.seleteCourseUpdate();
+ } else if (index == 2) {
+ .$confirm(
+ "您所修改的阶段已经被其他老师删除了,需要恢复嘛?",
+ "提示",
+ confirmButtonText: "需要",
+ _this.restoreWork(
+ _chapAarry[0],
+ _unitJson,
+ chapindex,
+ _unitJson2,
+ _unitIndex2
+ _this.unitJson = _unitJson;
+ _this.timer = setTimeout(() => {
+ _this.seleteCourseUpdate();
+ restoreWork(chapid, unitJson, chapindex, unitJson2, unitIndex2) {
+ .post(this.$store.state.api + "restoreWork", params)
+ message: "恢复成功",
+ unitJson.splice(chapindex, 0, unitJson2[chapindex]);
+ this.unitJson = unitJson;
+ if (this.unitIndex != unitIndex2) {
+ this.unitIndex = unitIndex2;
+ getTypeName() {
+ selectAllType() {
+ org: this.org && this.org != "" ? this.org : "",
+ oid: this.oid && this.oid != "" ? this.oid : "",
+ .get(this.$store.state.api + "selectAllType", params)
+ if (this.oid == "69893dca-1d47-11ed-8c78-005056b86db5") {
+ res.data[0] = [...res.data[0], ...res.data[4]]
+ this.CourseType = res.data;
+ this.CourseType2 = [
+ { name: "智见课程", id: [] },
+ { name: "智行课程", id: [] },
+ { name: "智创课程", id: [] },
+ for (var cti = 0; cti < res.data[0].length; cti++) {
+ res.data[0][cti].id == "34628934-d02f-11ec-8c78-005056b86db5" ||
+ res.data[0][cti].id == "34629907-d02f-11ec-8c78-005056b86db5"
+ this.CourseType2[0].id.push(res.data[0][cti].id);
+ } else if (res.data[0][cti].id == "34628934-d02f-11ec-8c78-005056b86ac5" ||
+ res.data[0][cti].id == "34629907-d02f-11ec-8c78-005056b86ac5") {
+ this.CourseType2[1].id.push(res.data[0][cti].id);
+ } else if (res.data[0][cti].id == "34629bcc-d02f-11ec-8c78-005056b86db5") {
+ this.CourseType2[2].id.push(res.data[0][cti].id);
+ if (res.data[0][cti].id == "34628934-d02f-11ec-8c78-005056b86db5" || res.data[0][cti].id == "34628934-d02f-11ec-8c78-005056b86ac5") {
+ res.data[0][cti].name = "年级";
+ } else if (res.data[0][cti].id == "34629907-d02f-11ec-8c78-005056b86db5" || res.data[0][cti].id == "34629907-d02f-11ec-8c78-005056b86ac5") {
+ res.data[0][cti].name = "学科";
+ res.data[0][cti].name = "主题";
+ let _courseTypeId = [];
+ for (var i = 0; i < res.data[0].length; i++) {
+ this.courseTypeId[res.data[0][i].id] = [];
+ // if (!this.CourseTypeJson[res.data[0][i].id]) {
+ this.CourseTypeJson[res.data[0][i].id] = [];
+ if (res.data[0][i].name == "栏目") {
+ this.CourseType[0][i].name = "主题";
+ if (res.data[2].length == 0 && res.data[3].length == 0) {
+ for (var j = 0; j < res.data[1].length; j++) {
+ this.courseTypeId.indexOf(res.data[1][j].id) != -1 &&
+ _courseTypeId.indexOf(res.data[1][j].id) == -1
+ _courseTypeId.push(res.data[1][j].id);
+ if (res.data[0][i].id == res.data[1][j].pid) {
+ this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]); // 去除公共分类
+ if (res.data[2].length > 0) {
+ for (var j = 0; j < res.data[2].length; j++) {
+ this.courseTypeId.indexOf(res.data[2][j].id) != -1 &&
+ _courseTypeId.indexOf(res.data[2][j].id) == -1
+ _courseTypeId.push(res.data[2][j].id);
+ if (res.data[0][i].id == res.data[2][j].pid) {
+ this.CourseTypeJson[res.data[0][i].id].push(res.data[2][j]); // 去除公共分类
+ if (res.data[3].length > 0) {
+ for (var j = 0; j < res.data[3].length; j++) {
+ this.courseTypeId.indexOf(res.data[3][j].id) != -1 &&
+ _courseTypeId.indexOf(res.data[3][j].id) == -1
+ _courseTypeId.push(res.data[3][j].id);
+ if (res.data[0][i].id == res.data[3][j].pid) {
+ this.CourseTypeJson[res.data[0][i].id].push(res.data[3][j]); // 去除公共分类
+ this.courseTypeId = _courseTypeId;
+ selectType() {
+ .get(this.$store.state.api + "selectType")
+ this.courseTypeId[res.data[0][i].id] = "";
+ if (!this.CourseTypeJson[res.data[0][i].id]) {
+ this.selectTypeByOid();
+ this.selectTypeByOrg();
+ selectTypeByOid() {
+ .get(this.$store.state.api + "selectTypeByOid", params)
+ this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]);
+ selectTypeByOrg() {
+ .get(this.$store.state.api + "selectTypeByOrg", params)
+ OtherMb(type) {
+ this.typeMode = type;
+ openMember() {
+ this.searchTN = "";
+ this.getTeacher();
+ this.dialogVisibleMember = true;
+ checkEva(id, type) {
+ this.dialogVisiblemb = false;
+ this.selectEva();
+ if (this.evalua != id && type == 2) {
+ this.$message.success("导入成功");
+ this.evalua = id;
+ this.checkId = id;
+ if (this.evalua != "") {
+ for (var i = 0; i < this.evaJuri.length; i++) {
+ if (this.evalua == this.evaJuri[i].id) {
+ this.eTitle = this.evaJuri[i].title;
+ this.eJson = JSON.parse(this.evaJuri[i].content);
+ this.data.data = [];
+ this.setMindData();
+ }, 500);
+ deleteEva() {
+ if (_this.evalua == "") {
+ this.$message.warning("内容已经清空了,请勿重复清空");
+ .$confirm("确定删除此目标吗?", "提示", {
+ _this.evalua = "";
+ _this.checkId = "";
+ _this.eTitle = "";
+ let _unitJson = _this.unitJson;
+ for (var i = 0; i < _unitJson.length; i++) {
+ let _task = _unitJson[i].chapterInfo[0].taskJson;
+ for (var j = 0; j < _task.length; j++) {
+ let _eList = _task[j].eList;
+ for (var k = 0; k < _eList.length; k++) {
+ delete _eList[k].target;
+ if (_this.cid) {
+ selectEva() {
+ .get(this.$store.state.api + "selectAllEvaluation", params)
+ this.evaJuri = res.data[0];
+ setMindData() {
+ let targetArray = [];
+ this.data.data.push({ id: "root", isroot: true, topic: this.eTitle });
+ let _eJson = Object.keys(this.eJson);
+ let _e = this.eJson;
+ for (let i = 0; i < _eJson.length; i++) {
+ let element = _e[_eJson[i]];
+ this.data.data.push({
+ id: element.id,
+ parentid: "root",
+ topic: element.name,
+ // targetArray.push({
+ // id: element.id,
+ // parentid: "root",
+ // name: element.name,
+ targetArray.push({
+ value: element.name,
+ label: element.name,
+ children: [],
+ let _eJsonc = Object.keys(element.child);
+ let _e2 = element.child;
+ for (let j = 0; j < _eJsonc.length; j++) {
+ let _ec = _e2[_eJsonc[j]];
+ id: _ec.id,
+ parentid: element.id,
+ topic: _ec.name,
+ // id: _ec.id,
+ // parentid: element.id,
+ // name: _ec.name,
+ targetArray[i].children.push({
+ value: _ec.name,
+ label: _ec.name,
+ let _eJsonz = Object.keys(_ec.child);
+ let _e3 = _ec.child;
+ for (let z = 0; z < _eJsonz.length; z++) {
+ let _ez = _e3[_eJsonz[z]];
+ id: _ez.id,
+ parentid: _ec.id,
+ topic: _ez.name,
+ // id: _ez.id,
+ // parentid: _ec.id,
+ // name: _ez.name,
+ targetArray[i].children[j].children.push({
+ value: _ez.name,
+ label: _ez.name,
+ this.targetArray = targetArray;
+ /*添加评价 */
+ addEList(index, tIndex) {
+ this.unitJson[index].chapterInfo[0].taskJson[tIndex].eList
+ ? this.unitJson[index].chapterInfo[0].taskJson[tIndex].eList.push({
+ value: "",
+ detail: "",
+ score: 5,
+ : (this.unitJson[index].chapterInfo[0].taskJson[tIndex].eList = [
+ { value: "", detail: "", score: 5 },
+ ]);
+ forceUpdate() {
+ deletEList(index, tIndex, eIndex) {
+ this.unitJson[index].chapterInfo[0].taskJson[tIndex].eList.splice(
+ eIndex,
+ getChoosePic(t) {
+ this.chooseType = t;
+ this.getAllBanner();
+ getAllBanner() {
+ this.sysPicVisible = true;
+ t: this.chooseType,
+ .get(this.$store.state.api + "selectAllBanner", params)
+ this.sysPic = res.data[0];
+ // getClass() {
+ // let params = {
+ // oid: this.oid,
+ // };
+ // this.ajax
+ // .get(this.$store.state.api + "selectClassBySchool", params)
+ // .then((res) => {
+ // this.classJuri = res.data[0];
+ // .catch((err) => {
+ // console.error(err);
+ deleteSysPic() {
+ deleteSelectPic() {
+ this.selectJson.url = "";
+ setEListStar() {
+ deletRateList(i) {
+ this.rateJson.splice(i, 1);
+ addRateList() {
+ this.rateJson.push({ detail: "", score: 5, value: "" });
+ addSt() {
+ this.sentenceList.push({
+ sentenceTitle: "",
+ addSentence: [],
+ rightAnswer: [],
+ addSen(i) {
+ if (!this.sentenceList[i].sentenceTitle) {
+ this.$message.error("请填写卡片内容!");
+ if (this.sentenceList[i].sentenceTitle.length > 10) {
+ this.$message.error("卡片内容字数不能超过10位");
+ if (this.sentenceList[i].addSentence.indexOf(this.sentenceList[i].sentenceTitle) !== -1) {
+ this.$message.error("不能添加重复的卡片内容!");
+ this.sentenceList[i].addSentence.push(this.sentenceList[i].sentenceTitle);
+ // this.isPushTitleList.push(this.sentenceTitle);
+ this.sentenceList[i].sentenceTitle = "";
+ setRightAnswer(s, i, j) {
+ if (this.sentenceList[i].rightAnswer.indexOf(s) == -1) {
+ this.sentenceList[i].rightAnswer.push(s);
+ returnCard(r, i, j) {
+ this.sentenceList[i].rightAnswer.splice(j, 1);
+ addSentenceTool() {
+ for (var i = 0; i < this.sentenceList.length; i++) {
+ if (this.sentenceList[i].rightAnswer.length == 0) {
+ this.$message.error(`请将题目${i + 1}设置完整。`);
+ this.sentenceList[i].addSentence.length !=
+ this.sentenceList[i].rightAnswer.length
+ ].toolChoose[this.toolIndex].sentenceList = this.sentenceList;
+ this.sentenceList = [
+ // ].toolChoose[toolIndex].tool = [];
+ .toolChoose[this.toolIndex].tool != 47
+ this.addTools(47, this.taskCount, this.toolIndex);
+ addTableJson() {
+ // if (this.tableJson.text == "" || this.tableJson.text == "<p></p>") {
+ // this.$message.error("请将信息填写完整!");
+ ].toolChoose[this.toolIndex].tableJson = this.tableJson;
+ // this.tableJson = [{ text: "" }];
+ // this.dialogVisibleTable = false;
+ this.$message.success("上传成功");
+ .toolChoose[this.toolIndex].tool != 48
+ this.addTools(48, this.taskCount, this.toolIndex);
+ addWordJson() {
+ ].toolChoose[this.toolIndex].wordJson = this.wordJson;
+ // this.wordJson = [{ text: "" }];
+ // this.dialogVisibleWord = false;
+ .toolChoose[this.toolIndex].tool != 52
+ this.addTools(52, this.taskCount, this.toolIndex);
+ addMoreUpload() {
+ if (this.uploadJson.length == 0) {
+ ].toolChoose[this.toolIndex].uploadJson = [];
+ ].toolChoose[this.toolIndex].uploadJson = this.uploadJson;
+ this.uploadJson = [];
+ this.dialogVisibleMoreUpload = false;
+ .toolChoose[this.toolIndex].tool != 50
+ this.addTools(50, this.taskCount, this.toolIndex);
+ addPreTime() {
+ if (this.preTime == 0) {
+ ].toolChoose[this.toolIndex].preTime = 0;
+ ].toolChoose[this.toolIndex].preTime = this.preTime;
+ this.preTime = 0;
+ this.dialogVisiblePreTime = false;
+ .toolChoose[this.toolIndex].tool != 10
+ this.addTools(10, this.taskCount, this.toolIndex);
+ goToTask(i) {
+ this.toolIndexType = ''
+ if (this.isClickColor == (i + 1)) {
+ if (this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].toolOpen) {
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].toolOpen = false
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].toolOpen = true
+ document.querySelectorAll(".rightBox")[0].scrollTop =
+ document.querySelectorAll(".taskBorder")[i + 1].offsetTop +
+ document.querySelectorAll(".taskBorder")[i + 1].parentElement.parentElement.offsetTop;
+ this.isClickColor = i + 1;
+ taskMove(type, index) {
+ // this
+ // .$confirm("切换任务顺序将删除所有工具的提交成果,是否继续此操作?", "提示", {
+ // confirmButtonText: "确定",
+ // cancelButtonText: "取消",
+ // type: "warning",
+ // .then(() => {
+ let a = JSON.parse(
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[index - 1]
+ let b = JSON.parse(
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[index]
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[index - 1] =
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[index];
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[index] = a;
+ if (index - 1 == 0) {
+ index - 1
+ ].chapterData = a.chapterData;
+ index
+ ].chapterData = b.chapterData;
+ index <
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson.length - 1
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[index + 1]
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[index + 1] =
+ if (index == 0) {
+ index + 1
+ // .catch(() => {
+ addGroup(i) {
+ // this.groupJson.group.splice(i + 1, 0, { name: "第"+(i+1)+"组" });
+ this.groupJson.group.push({
+ name: "第" + (this.groupJson.group.length + 1) + "组",
+ deleteGroup(i) {
+ this.groupJson.group.splice(i, 1);
+ numberPan() {
+ if (/[^\d]/.test(this.groupJson.number) || this.groupJson.number < 2 || this.groupJson.number > 10) {
+ this.$message.error('请输入2-10的数字')
+ this.groupJson.number = ''
+ addGroupJson() {
+ for (var i = 0; i < this.groupJson.group.length; i++) {
+ if (!this.groupJson.group[i].name) {
+ this.$message.error("请将信息填写完整!");
+ if (!this.groupJson.number) {
+ ].toolChoose[this.toolIndex].groupJson = JSON.parse(
+ JSON.stringify(this.groupJson)
+ this.dialogVisibleGroup = false;
+ this.groupJson = {};
+ .toolChoose[this.toolIndex].tool != 49
+ this.addTools(49, this.taskCount, this.toolIndex);
+ updateTime(preTime) {
+ InviteChange(val) {
+ let array = JSON.parse(JSON.stringify(val));
+ this.inviteCode = this.inviteCode.filter((el) => {
+ if (val.indexOf(el.cid) != -1) {
+ array.splice(array.indexOf(el.cid), 1);
+ return el;
+ for (var i = 0; i < array.length; i++) {
+ this.getInviteCode(array[i]);
+ async getInviteCode(cid) {
+ let code = this.randomNumber();
+ code: code,
+ let type = 1;
+ if (this.inviteCode[i].cid != cid && code == this.inviteCode[i].ic) {
+ type = 2;
+ if (type == 2) {
+ this.getInviteCode(cid);
+ const res = await this.ajax.get(
+ this.$store.state.api + "selectInviteCode2",
+ res.data.length &&
+ res.data[0].length &&
+ res.data[0][0].courseId != this.cid
+ if (array.indexOf(cid) != -1) {
+ this.inviteCode[array.indexOf(cid)].ic = code;
+ this.inviteCode.push({ cid: cid, ic: code });
+ OpenInviteD(cid) {
+ this.icode = "";
+ this.icode = this.inviteCode[array.indexOf(cid)].ic;
+ this.inviteId = cid;
+ this.dialogVisibleInvite = true;
+ addInvite() {
+ let reg = /^[A-Za-z0-9]{4,}$/;
+ if (!reg.test(this.icode)) {
+ this.$message.error("请输入至少四位数字或英文组合的随机码");
+ this.inviteCode[i].cid != this.inviteId &&
+ this.icode == this.inviteCode[i].ic
+ this.$message.error("已有此随机码,不能重复");
+ code: this.icode,
+ .get(this.$store.state.api + "selectInviteCode", params)
+ if (array.indexOf(this.inviteId) != -1) {
+ this.inviteCode[array.indexOf(this.inviteId)].ic = this.icode;
+ this.inviteCode.push({ cid: this.inviteId, ic: this.icode });
+ this.dialogVisibleInvite = false;
+ randomNumber() {
+ // 随机生成两位数
+ // let num = Math.floor(Math.random() * 900) + 100;
+ // 生成 0 到 99 之间的随机整数
+ const randomNumber = Math.floor(Math.random() * 100);
+ // 如果随机数小于 10,补上前导零
+ const num =
+ randomNumber < 10 ? "0" + randomNumber : randomNumber.toString();
+ // 随机生成两个大写字母
+ let letters = "";
+ let chars2 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
+ for (let i = 0; i < 3; i++) {
+ letters += chars2.charAt(Math.floor(Math.random() * chars2.length));
+ // 随机生成两位数字和字母的组合
+ let mix = "";
+ let chars =
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
+ let char = chars.charAt(Math.floor(Math.random() * chars.length));
+ mix += char;
+ // 随机选择一种类型
+ let type = Math.floor(Math.random() * 3);
+ return num;
+ // 根据类型输出结果
+ switch (type) {
+ case 0:
+ console.log(num); // 输出两位数
+ case 1:
+ console.log(letters); // 输出两个大写字母
+ return letters;
+ case 2:
+ console.log(mix); // 输出两位数字和字母的组合
+ return mix;
+ getPaste() {
+ // if (copyData && copyData.stageData && copyData.stageData.length) {
+ // this.isPasteStage = true
+ if (copyData && copyData.selectData.length) {
+ this.isPasteChoice = true
+ if (copyData && copyData.tasksData && copyData.tasksData.length) {
+ this.isPasteTask = true
+ searchImage() {
+ _this.imageList = []
+ if (!_this.searchImageValue) {
+ _this.sysPicVisible2 = true
+ return
+ _this.imageloading = true
+ _this.ajax.post('https://gpt.cocorobo.cn/search_image', {
+ page: _this.ppage,
+ pagesize: 9,
+ query: _this.searchImageValue
+ }).then(function (response) {
+ // console.log(response.data.data);
+ var data = response.data.FunctionResponse.result;
+ for (var i = 0; i < data.length; i++) {
+ _this.imageList.push({ url: data[i].thumbnail })
+ _this.imageloading = false
+ }).catch(function (error) {
+ console.log(error);
+ changePicture() {
+ this.ppage++
+ this.searchImage()
+ resetImage() {
+ this.ppage = 1
+ jumpGj(i, j) {
+ if ((i + 1) != this.isClickColor) {
+ this.isClickColor = (i + 1)
+ var a = document.scrollingElement;
+ this.toolIndexType = `gj${i}${j}`
+ let target = document.querySelector(`#gj${i}${j}`);
+ if (target) {
+ target.scrollIntoView(true);
+ this.unitJson[this.unitIndex].chapterInfo[0].taskJson[i].toolChoose[j].isFold3 = true
+ // this.$refs.rightboxR.scrollTop = this.$refs.rightboxR.scrollTop - 100;
+ // }, 0);
+ beforeDestroy() {
+ clearTimeout(this.timer);
+ clearInterval(this.timer2);
+ this.timer2 = null;
+ clearInterval(this.pasteTimer);
+ this.pasteTimer = null;
+ beforeRouteLeave(to, from, next) {
+ next();
+ created() {
+ this.getClass();
+ this.selectGrage();
+ this.getTemplate();
+ // this.selectType();
+ this.loading = false;
+ this.timer2 = setInterval(() => {
+ }, 5000);
+ this.pasteTimer = setInterval(() => {
+ this.getPaste();
+ this.selectCourseDetail();
+ mounted() {
+ this.$nextTick(() => {
+ //监听这个dom的scroll事件
+ // $(".rightBox")[0].addEventListener("scroll", this.scrollChange);
+ // this.heightPx = $(".rightBox")[0].offsetHeight + 'px'
+ // this.unitJson[this.unitIndex].chapterInfo[0].taskJson[0].toolOpen = true
+};
+</script>
+<style scoped>
+@media screen and (max-width: 1280px) {
+ .mbCss {
+ flex-direction: column !important;
+ .pjCss {
+ width: 100% !important;
+ .evaCss {
+}
+.dialog_diy>>>.el-dialog__header {
+ background: #3c3c3c !important;
+ padding: 15px 20px;
+.dialog_diy>>>.el-dialog__title {
+ color: #fff;
+.dialog_diy>>>.el-dialog__headerbtn {
+ top: 19px;
+.dialog_diy>>>.el-dialog__headerbtn .el-dialog__close {
+.dialog_diy>>>.el-dialog__headerbtn .el-dialog__close:hover {
+.dialog_diy>>>.el-dialog__body,
+.dialog_diy>>>.el-dialog__footer {
+ background: #fafafa;
+.dialog_diy3>>>.el-dialog__body,
+.dialog_diy3>>>.el-dialog__footer {
+ background: #eee !important;
+.dialog_diy3>>>.el-dialog__body {
+ padding: 20px 20px;
+.source_diy>>>.el-dialog {
+ height: 100% !important;
+ margin: 0 auto !important;
+.source_diy>>>.el-dialog__body {
+ height: calc(100% - 185px);
+ overflow: auto;
+ background: #e6eaf0;
+.source_diy>>>.el-dialog__footer {
+ background: #e6eaf0 !important;
+.left {
+ border-right: 1px solid rgb(60, 94, 143);
+ min-height: 600px;
+ width: 385px;
+ height: 80%;
+.tips {
+ color: rgb(128, 128, 128);
+ font-size: 12px;
+ width: 270px;
+ margin: 40px;
+.pb_content {
+ /* margin: 0 20px 0 20px; */
+.pb_content_body {
+ height: 100%;
+.info_solid {
+ height: 30px;
+ border-left: 1px solid #bdbdbd;
+ margin: 10px 0px 10px 30px;
+.info_steps {
+ font-size: 0.875rem;
+.info_steps span:nth-child(1) {
+ width: 30px;
+ background: rgba(0, 0, 0, 0.38);
+ display: block;
+ border-radius: 40px;
+ text-align: center;
+ line-height: 30px;
+.steps_active {
+ background: #3d67bc !important;
+.info_steps span:nth-child(2) {
+ margin-left: 5px;
+.right {
+ width: calc(100% - 40px);
+ margin: 0 auto;
+.basic_box {
+ padding: 0 20px 0 20px;
+.basic_box2 {
+ width: calc(100% - 300px);
+.basic_box_success {
+ padding: 50px 0;
+ /* border-bottom: 1px solid #bfbfbf; */
+ box-sizing: border-box;
+.info_title {
+ font-size: 1.5em;
+ margin-right: 25px;
+ /* margin: 20px 30px 20px 30px; */
+.bInfo_title {
+ text-align: left;
+ margin: 10px 0;
+.small_title {
+ line-height: 40px;
+.chapter_beizhu {
+ font-weight: bold;
+ float: right;
+ margin-top: 5px;
+.chapter_uploadBox1 {
+ background-color: rgb(242, 242, 242);
+ height: 67px;
+ padding: 0px 15px;
+ border-radius: 8px;
+ font-size: 16px;
+.chapter_add {
+ height: 32px;
+ margin-top: 15px;
+ cursor: pointer;
+.chapter_add_l {
+ float: left;
+ border: 1px solid #aaa;
+ color: #aaa;
+ border-radius: 50%;
+ font-size: 25px;
+.chapter_add_r {
+ font-size: 18px;
+ height: 40px;
+ text-indent: 10px;
+.chapter_add_r span {
+ color: rgb(204, 204, 204);
+.chapter_add_input {
+ display: none;
+.line {
+ width: 85%;
+ border-top: 1px solid #e5e5e5;
+ margin-top: 20px;
+.info_btnBox {
+ width: calc(100%);
+ height: 70px;
+ background: #fff;
+ border-top: 2px solid rgb(228, 232, 237);
+ border-radius: 0px 0 5px 5px;
+.info_btnBox2 {
+ height: 20px;
+.info_btnBox3 {
+ justify-content: flex-end;
+ padding: 0 20px;
+ height: 60px;
+ background: unset;
+ margin: 10px auto 0;
+ /* border-top: 1px solid rgb(228, 232, 237); */
+ border-radius: 10px;
+.info_btn+.info_btn {
+ margin-left: 15px;
+.info_btn,
+.teacherWord {
+ background-color: #0f7eff;
+ padding: 8px 24px;
+ font-size: 0.9375rem;
+ box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%),
+ 0px 3px 1px -2px rgb(0 0 0 / 12%);
+ min-width: 64px;
+ font-weight: 500;
+ border-radius: 4px;
+ width: 105px !important;
+ text-align: center !important;
+ line-height: 36px !important;
+ padding: 0 !important;
+ font-size: 14px !important;
+ margin: 10px 0 !important;
+.wordTeacher {
+ width: 20%;
+ margin: 30px 30px 0 10px;
+ border-radius: 5px;
+ padding: 25px 0px;
+.wordPic {
+ width: 60px;
+.deleteWord {
+ width: 22px;
+ height: 22px;
+ position: absolute;
+ right: 5px;
+ top: -15px;
+ z-index: 999;
+.wordPic>img,
+.deleteWord>img,
+.addToolImg>img {
+.info_btn:hover {
+ background-color: #4f7cd5 !important;
+.cru_selectBox {
+ margin: 24px 0 10px;
+ height: 47px;
+.cru_selectBox::-webkit-scrollbar {
+ /*滚动条整体样式*/
+ width: 6px;
+ /*高宽分别对应横竖滚动条的尺寸*/
+ height: 6px;
+/*定义滚动条轨道 内阴影+圆角*/
+.cru_selectBox::-webkit-scrollbar-track {
+ background-color: #eee;
+/*定义滑块 内阴影+圆角*/
+.cru_selectBox::-webkit-scrollbar-thumb {
+ -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
+ background-color: rgba(0, 0, 0, 0.1);
+.cru_line {
+ bottom: 0px;
+ transition: all 0.5s;
+ left: 0px;
+ width: 125px;
+ margin-left: -25px;
+.cru_select {
+ font-size: 21px;
+ margin-right: 37px;
+ color: #a6a6a6;
+.cru_selected {
+ color: #0b7fc2 !important;
+.chapter_contentbox {
+.chapter_contentbox .cc_title {
+ margin: 0px;
+ color: black;
+ margin-right: 20px;
+ line-height: 22px;
+ min-width: fit-content;
+.chapter_contentbox .cc_title::before {
+ content: '';
+ width: 3px;
+ background: #3681FC;
+ border-radius: 3px;
+ opacity: 1;
+ margin-right: 10px;
+.chapter_contentbox .cc_input {
+.show_taskD {
+ margin-left: 10px;
+ color: #717C8D;
+.show_taskD>img {
+ width: 15px;
+ margin-right: 5px;
+ transition: .2s all;
+ transform: rotate(-90deg);
+.show_taskD.show>img {
+ transform: rotate(0deg);
+.show_toolD {
+ right: 45px;
+ top: 5px;
+.show_toolD>img {
+.show_toolD.show>img {
+.remove {
+ background-image: url("../../../assets/icon/new/delete_u.png");
+ opacity: 0.5;
+ min-width: 30px;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+.remove1 {
+ background-image: url("../../../assets/remove1.png");
+ background-position: 5px 10px;
+ width: 40px;
+ height: 50px;
+.binfo_input {
+ padding: 12px 14px;
+ min-width: 0;
+ background: none;
+ resize: none;
+ font-family: 'Microsoft YaHei';
+ min-height: 48px;
+ border: 1.5px solid #CAD1DC;
+.binfo_textarea {
+ background: #f6f6f6;
+.binfo_input:focus-visible {
+ border: 1.5px solid #3681FC !important;
+.time {
+ margin: 35px 0 80px 0;
+.chapter_btnbox {
+ width: 160px;
+ border: 2px dashed gray;
+ padding: 8px 50px;
+ margin: 30px auto 0;
+.icon_add {
+ width: 24px;
+ padding-top: 20px;
+ border-radius: 100%;
+ border-width: 2px;
+ border-style: solid;
+ border-color: gray;
+.icon_add i:nth-child(1) {
+ left: 50%;
+ top: 50%;
+ height: 60%;
+ transform: translate(-50%, -50%);
+ border-width: 1px;
+ border-color: inherit;
+.icon_add i:nth-child(2) {
+ width: 60%;
+.chapter_btn_w {
+ color: gray;
+ margin-left: 20px;
+.disUoloadSty>>>.el-icon-plus {
+ display: none !important;
+ /* 上传按钮隐藏 */
+.imgLeft {
+.add_info_box {
+ margin: 20px 0 0;
+ flex-wrap: wrap;
+.add_info_box button {
+ margin: 0 20px 10px 0;
+.add_info_box2 {
+.add_info_box2::after {
+ content: "提示:支持上传10M以内的PPT和Word文件、5M以内的Excel文件, PDF文件不限制大小。";
+ color: red;
+ margin-bottom: 10px;
+.add_chapters_box {
+ background-color: #fff;
+ padding: 0 15px;
+ height: auto;
+ overflow-y: auto;
+ overflow-x: hidden;
+ border: 1px solid #CAD1DC;
+.add_chapters_box.add_c_none {
+ padding: 15px;
+.add_c_none>img {
+ width: 25px;
+.add_chapters_box.add_c_none>span {
+ font-weight: 400;
+ margin: 0 0 5px 5px;
+.homework_box {
+ margin: 15px 0 0 0;
+ align-content: flex-start;
+.course_homework {
+ margin: 0 10px 0 0;
+.course_homework>>>.el-input__inner {
+ width: 140px;
+.chapter_upload_move {
+ top: 0px;
+ border: 1px solid #eee;
+ transition: width 2s;
+ -moz-transition: width 2s;
+ -webkit-transition: width 2s;
+ -o-transition: width 2s;
+.chapter_upload_l_i {
+ background-image: url("../../../assets/icon.png");
+ background-position: 3px -165px;
+ margin: 10px auto 0 auto;
+.course_input_box {
+.course_input_box>.binfo_input {
+ width: calc(100% - 0 - 200px - 20px);
+ margin: 0 10px;
+.bb_courseIcon {
+ width: 57px;
+ height: 45px;
+ background: #F0F4FA;
+ border-radius: 5px 0px 0px 5px;
+ border-right: 1.5px solid rgb(202, 209, 220);
+ left: 1.5px
+.bb_courseIcon>img {
+ height: auto
+.big_box {
+ /* margin-top: 20px; */
+ /* border-bottom: 1px solid #E0E2ED; */
+.left_first {
+ width: calc(100% - 310px);
+ padding: 20px;
+.right_first {
+ width: 300px;
+ /* border-left: 1px solid #E0E2ED; */
+.ai_box {
+ width: 204px;
+ margin-bottom: 15px;
+.ai_content {
+ padding: 7px 20px;
+ box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.16);
+ border-radius: 12px;
+ font-weight: 700;
+.ai_content>img {
+.c_info_title {
+ padding: 15px 0 15px 0;
+ margin: 0 0 0 20px;
+ line-height: 20px;
+.c_info_title::before {
+ background: #0061FF;
+ margin: 0 5px 0 0;
+.right_title {
+ /* height: 30px; */
+ /* color: #0f7eff; */
+ margin: 20px auto 0;
+ /* justify-content: space-between; */
+.people {
+ border: 1px solid rgb(229 229 229);
+ height: 495px;
+.people_top {
+ /* align-items: center; */
+ padding: 10px 10px 0;
+.people_nav,
+.people_top_right {
+ /* padding: 20px 0 0 20px; */
+.people_search {
+.people_search>>>.el-input__inner {
+ /* height: 25px; */
+.search_img {
+ width: 20px;
+ right: 30px;
+ transform: translateY(-50%);
+.search_img>img {
+.people_name {
+ padding: 20px 10px;
+.p_box {
+.people_name>>>.el-checkbox {
+.people_name>>>.el-checkbox__label {
+.people_name2>>>.el-checkbox__label {
+ width: calc(100% - 130px);
+.inviteCode {
+ color: #237ade;
+ top: 0;
+ font-size: 13px;
+.noneInvite {
+ color: #a8a8a8;
+.inviteImg {
+.right_img {
+ width: 150px;
+ height: 150px;
+ margin: 20px auto;
+.right_img>img {
+.number {
+ color: #4aa6ff;
+ text-decoration: underline;
+.success_button {
+ margin: 5% 0 auto;
+.look_course {
+ margin-right: 40px;
+ background: #3d67bc;
+ width: 200px;
+ height: 35px;
+ line-height: 35px;
+.attend_others {
+ width: 250px;
+ background: #4fb13c;
+.dialog_diy2>>>.el-dialog__body {
+.write_togother {
+ top: 5%;
+.write_people {
+ line-height: 50px;
+ padding-right: 10px;
+.end_write {
+ width: 100px;
+.chapter_upload+.chapter_upload {
+ /* margin-top: 15px; */
+ border-top: 1px solid #E7EBF1;
+.chapter_upload {
+ min-height: 45px;
+ /* box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16); */
+ /* border-radius: 4px; */
+.chapter_upload_t {
+.chapter_upload_o {
+ z-index: 1;
+.chapter_upload_ic {
+ margin: 0 15px 0px auto;
+.chapter_upload_ic_l {
+ width: 50px;
+.chapter_upload_ic_l div {
+ background: url("../../../assets/icon/icon.png");
+.chapter_upload_ic_edit {
+.chapter_upload_ic_edit div {
+ width: 18px;
+ height: 18px;
+ background-image: url("../../../assets/icon/new/edit_u.png");
+.chapter_upload_ic_r {
+.chapter_upload_ic_r div {
+.chapter_upload_n {
+ text-decoration: none;
+ width: 55%;
+ margin-top: 2px;
+.chapter_upload_l_i2,
+.chapter_upload_l_i3,
+.chapter_upload_l_i8,
+.chapter_upload_l_i6,
+.chapter_upload_l_i12,
+.chapter_upload_l_i14,
+.chapter_upload_l_i13 {
+ height: 15px;
+.chapter_upload_l_i2 {
+ background-image: url("../../../assets/icon/new/u_word.png");
+.chapter_upload_l_i3 {
+ background-image: url("../../../assets/icon/new/u_video.png");
+.chapter_upload_l_i8 {
+ 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");
+.chapter_upload_l_i12 {
+ background-image: url("../../../assets/icon/new/u_img.png");
+.chapter_upload_noSee {
+ background-image: url("../../../assets/icon/new/u_noUpload.png");
+.chapter_upload_ud {
+.chapter_upload_ud>.chapter_upload_up {
+ margin-bottom: 0;
+.chapter_upload_down,
+.chapter_upload_up {
+ background: #e4eaf2;
+.chapter_upload_up::after,
+.chapter_upload_down::after {
+ background-image: url('../../../assets/icon/new/downBtn.png');
+ width: 13px;
+ height: 13px;
+.chapter_upload_up::after {
+ background-image: url('../../../assets/icon/new/upBtn.png') !important;
+ margin-bottom: 5px;
+.addWordStyle {
+ overflow-x: auto;
+/* table 样式 */
+.cont>>>table {
+ border-top: 1px solid #ccc;
+ border-left: 1px solid #ccc;
+.cont>>>table td,
+.cont>>>table th {
+ border-bottom: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+ /* padding: 20px 5px; */
+ padding: 5px 10px;
+ max-width: 0px;
+ vertical-align: baseline;
+ border-bottom: 2px solid #ccc;
+/* blockquote 样式 */
+.cont>>>blockquote {
+ border-left: 8px solid #d0e5f2;
+ line-height: 1.4;
+ font-size: 100%;
+ background-color: #f1f1f1;
+/* code 样式 */
+.cont>>>code {
+ display: inline-block;
+ /* *display: inline; */
+ zoom: 1;
+ padding: 3px 5px;
+ margin: 0 3px;
+.cont>>>pre code {
+/* ul ol 样式 */
+.cont>>>ul,
+ol {
+ margin: 10px 0 10px 20px;
+.wordbox {
+.checkword {
+.checkword img {
+.stepBg {
+ margin: 0 25px 0 0;
+.stepTop {
+ min-width: 300px;
+ /* border-radius: 10px; */
+ /* top: 18%; */
+.stepTop>div {
+ height: 80px;
+.first,
+.second,
+.third,
+.four {
+ background: #4a83d0;
+ height: 90px;
+.first>div:nth-child(1),
+.second>div:nth-child(1),
+.third>div:nth-child(1),
+.four>div:nth-child(1) {
+ margin: 5px 10px 0 0;
+ width: 2rem;
+.firstNo,
+.secondNo,
+.thirdNo,
+.fourNo {
+ background: #e7e7e7;
+ color: #adadad;
+.firstNo>div:nth-child(1),
+.secondNo>div:nth-child(1),
+.thirdNo>div:nth-child(1),
+.fourNo>div:nth-child(1) {
+.uploadWidth>>>.el-upload {
+.addPeople {
+ background: #fa6060;
+.kcImg {
+.zyImg {
+ width: 55px;
+.deleteZy {
+.kcImg>img,
+.zyImg>img,
+.deleteZy>img {
+.zyBox {
+ background: #67d37d;
+ width: 210px;
+ margin: 20px 20px 0 0;
+.upCss {
+.upCss>>>.el-icon-plus {
+ position: none !important;
+ height: 100px;
+ border: 1px dashed #ccc;
+ min-width: 78px;
+ min-height: 100px;
+.upCss>>>.el-upload-list__item-name {
+.upCss>>>.el-upload-list__item .el-icon-close {
+ font-size: 20px;
+ z-index: 9999;
+.addStageImg {
+ min-width: 25px;
+ min-height: 25px;
+ height: 25px;
+.addHW {
+ width: 28px;
+ height: 28px;
+.addStageImg>img,
+.addHW>img {
+.addNewPP>>>.el-dialog__body {
+ padding: 5px 20px;
+.addNewPP>>>.el-dialog {
+ margin-top: 5vh !important;
+.addNewPP2>>>.el-dialog__body {
+ padding: 5px 0;
+.addNewPP2>>>.el-dialog {
+.isHeight {
+ height: 680px;
+.toolChoose {
+ /* width: 100%; */
+.tool {
+ width: fit-content;
+ margin: 10px 0 10px 0;
+.tool+.tool {
+ margin-right: 45px;
+.whiteBIcon {
+ width: 80px;
+.whiteBIcon>img,
+.toolIcon>img,
+.arrow>img {
+.check img {
+.whiteBIcon>img {
+ box-shadow: 0px 4px 8px 0px rgb(44 133 255 / 14%);
+ border-radius: 15px;
+.whiteBIcon>div:nth-child(2) {
+.check {
+ /* width: 20px;
+ height: 20px; */
+ margin: 10px 0 0;
+.checkDiv {
+.checkDiv span {
+ color: #858585;
+.customWidth>>>.el-dialog {
+ min-width: 500px !important;
+.a_addBox {
+ /* max-height: 600px; */
+.a_add_box {
+ border-bottom: 2px solid #eee;
+ padding-bottom: 25px;
+.a_add_head {
+ margin: 10px 0 0 0;
+.a_add_checkType {
+ margin-top: 10px;
+.a_add_checkType span {
+ padding: 0 0 5px 0;
+.a_add_checkType span+span {
+.a_add_checkType .active {
+ border-bottom: 2px solid #409eff;
+ color: #409eff;
+.a_add_head .a_add_head_input {
+.a_add_head .a_add_head_div {
+.a_add_body {
+ align-items: flex-end;
+.a_add_input {
+.a_add_input_choice {
+.a_add_input_choice>>>.el-radio {
+ flex-direction: row-reverse;
+ margin: 30px 0 0 0;
+.a_add_input_choice>>>.el-checkbox {
+.width100 {
+.a_add_input .a_add_persent {
+.a_add_persent_div {
+.a_add_persent_div span {
+ margin: 5px 0;
+.a_add_persent_div span:nth-child(1) {
+ width: 30%;
+.a_add_persent_div span:nth-child(2) {
+ width: 7%;
+.a_add_persent_div span:nth-child(3) {
+ width: 40%;
+.a_add_body_div {
+ /* flex-direction: column; */
+ right: -20px;
+ transform: translateX(100%);
+.a_add_body_div>>>.el-button--primary {
+ background: #466b99;
+.all_choose {
+.all_choose>span {
+.all_choose>>>.el-checkbox-group {
+ margin-top: 3px;
+.all_choose>.el-checkbox-group>>>.el-checkbox {
+.all_choose>.el-checkbox-group>.el-checkbox>>>.el-checkbox__label {
+ min-width: 80px;
+.all_choose>.el-checkbox-group>.el-checkbox>>>.el-checkbox__label:hover {
+ width: auto;
+.choose>div:nth-child(3)>span {
+ /* letter-spacing: 0 !important; */
+.choose {
+ justify-content: space-evenly;
+.both {
+.notice>>>.el-dialog {
+ width: 500px !important;
+.notice>>>.el-button {
+.whiteBg {
+.wb_j_box {
+ padding: 10px 20px;
+.wb_j_box_content {
+ width: calc(100% - 55% - 100px);
+.wb_j_box_p_box {
+ max-width: calc(100% - 200px);
+ word-break: break-all;
+ margin: 0 0 0 10px;
+ color: #6e6e6e;
+.chooseWho {
+ width: 410px;
+ padding-bottom: 10px;
+.chooseWho>div {
+.isChooseActive {
+ color: #3e88f4;
+ border-bottom: 2px solid #2f80f3;
+.toolSort {
+.toolSort>div {
+.tools {
+.leftTools,
+.rightTools {
+ width: 50%;
+.leftTools+.leftTools {
+ border-top: 1px solid #dbdbdb;
+ padding-top: 30px;
+ justify-content: space-around;
+.firstToolList {
+.iconList {
+ margin: 20px 0 5px 0;
+ width: 240px;
+ min-width: 240px;
+.iconTool {
+ margin: 15px 10px;
+.toolIcon {
+.taskBorder {
+ /*border: 1px solid #e1e1e1; */
+ /* min-height: 1160px; */
+ padding: 20px 20px 0;
+.smallTaskBorder {
+ height: 170px;
+ min-height: 170px !important;
+.taskBorder>div {
+ /* padding: 30px 0 10px 30px; */
+.addTaskBorder {
+ /* border: 2px solid #5E9AFC; */
+ /* height: 50px;
+ line-height: 50px; */
+ padding: 15px 0;
+/* .addTaskBorder>div {
+.addTaskBorder>div>img {
+.addTaskBorder>div>span {
+ color: #5E9AFC;
+} */
+.funBlock {
+ right: 15px;
+ bottom: 35px;
+.fold {
+.arrow {
+.addToolFun {
+ border: 1px dashed;
+ margin: 20px auto 35px;
+.addToolFun2 {
+ border: 2px dashed #CAD1DC;
+ margin: 0 auto 0;
+.addToolImg {
+.addToolsDia>>>.el-dialog__body {
+.addToolsDia>>>.el-dialog__body>.toolChoose {
+ padding: 0;
+.addToolsDia>>>.el-dialog__body>.toolChoose>.leftTools {
+ border-bottom: none;
+.addToolsDia>>>.el-dialog__body>.toolChoose>.leftTools>.chooseWho {
+.lineCss>>>.el-form-item__label {
+ width: auto !important;
+.lineCss>>>.el-form-item__content {
+ margin-left: 50px !important;
+.newSteps {
+ margin: 0 !important;
+/* 评价样式 */
+.elist_css {
+ padding-bottom: 60px !important;
+.elist_title {
+.elist_input {}
+.elist_input_box {
+.elist_input_box+.elist_input_box {
+ margin-top: 30px;
+.elist_input .elist_input_box input {
+ font: inherit;
+ color: currentColor;
+ /* width: 200px; */
+ max-width: 200px;
+ padding: 8px 14px;
+ border: 1px solid rgba(0, 0, 0, 0.23);
+.elist_input .elist_input_box span {
+ height: 36px;
+ line-height: 36px;
+ color: rgb(82, 82, 82);
+.elist_input .elist_input_box .remove {
+ min-width: 20px;
+ background-position: unset;
+.elist_input_box>>>.el-rate {
+.elist_input_box .elist_inptu_text {
+.elist_input_box .elist_inptu_text input {
+ /* width: 500px; */
+ max-width: unset;
+.elist_input_box>>>.el-rate__icon {
+ font-size: 24px;
+.elist_btn {
+.lineTitle {
+ width: 110px;
+.lineTitle::before {
+.courseTop {
+ padding: 10px 0;
+.stepsNav {
+.stepsWord {
+ margin-left: auto;
+ background: rgb(15, 126, 255);
+ padding: 3px 25px;
+.rightBox {
+ background: #F0F2F5;
+ height: calc(100% - 120px);
+.e_add_top {
+ padding: 20px 20px 0 20px;
+.e_add_title2 {
+.e_add_title2 span {
+.e_add_title {
+ color: #b8b8b8;
+.e_add_title span {
+.e_add_title .el_input {
+.e_add_title>>>.el-input__inner {
+ width: 400px;
+.e_add_btn {}
+.e_add_content {
+.e_add_list {
+ height: 500px;
+ margin: 15px 5px 0 0;
+ flex-shrink: 0;
+.e_add_list_title {
+ padding: 15px 40px;
+ border-bottom: 1px solid #eaeaea;
+ height: 57px;
+.e_add_list_title span {
+.e_add_list_title img {
+.e_add_list_body {
+ height: calc(100% - 187px);
+.e_add_list_child {
+.e_add_list_child span {
+.e_add_list_child img {
+ right: 10px;
+ width: 21px;
+.e_add_list_child+.e_add_list_child {
+ border-top: 1px solid #eaeaea;
+.e_add_list_child .active {
+.e_add_list_btn {
+ bottom: 0;
+ background: rgb(120, 120, 254);
+.e_add_list_detail {
+ height: 130px;
+.e_add_list_detail textarea {
+ height: 90%;
+ padding: 5px;
+.e_add_list_pbox {
+.e_add_list_pbox_title {
+.type_title {
+.type_content {
+ margin-left: 30px;
+.type_content span+span {
+.type_content span {
+ padding-bottom: 5px;
+.type_content .active {
+.e_add_list_pbox_content {
+ height: calc(100% - 50px);
+.mbCss {
+.pjCss {
+ /* width: 42%; */
+ width: calc(100% - 55%);
+ margin-top: 1.5%;
+.e_box {
+ max-height: 500px;
+.e_card {
+ border: 1px solid #ccc;
+.e_card_picture {
+.e_card_picture>img {
+.e_card_name {
+ padding: 0 10px;
+.e_card_time {
+ font-size: 15px;
+ color: #c3c3c3;
+.e_card_btn {
+ background: rgb(244, 244, 244);
+.e_card_btn:hover {
+ background: rgb(221 221 221);
+.e_card_btn span {
+ flex: 1 1 auto;
+.addEva {
+ height: 149px;
+.addEva>img {
+ object-fit: cover;
+.uploadFm {
+ height: 140px;
+.uploadFm>img {
+.fileCss {
+ padding-top: 15px;
+.fileCss>div {
+.fileCss .spanName {
+ margin-top: 10px
+.sysPicBox {
+ height: 435px;
+.picNone {
+ top: 45%;
+ color: #9c9c9c;
+.sysPic {
+ height: 115px;
+ margin: 0 20px 20px 0;
+.sysPic>img,
+.isSysPic>img,
+.deletePic>img {
+.isSysPic {
+.deletePic {
+ right: 0;
+.select_box1 {
+.select_box1_img {
+ margin-bottom: 20px;
+.select_box1_title {
+ border-bottom: 1px solid #eee;
+.select_box1_title span:nth-child(1) {
+ color: #000;
+.select_box1_title span:nth-child(2) {
+ color: rgb(112, 112, 112);
+.select_box1_add_img {}
+.select_box1_select {
+ height: calc(100% - 200px);
+.select_box2 {
+.select_box2_title {
+.select_box2_box {
+ height: calc(100% - 30px);
+.select_box2_img {
+.select_box2_img img {
+.select_box2_answer {
+ padding-top: 10px;
+.select_box2_answer_box {
+ margin: 0 0 10px 0;
+.rate_textarea {
+ margin: 0 20px 0 0;
+.select_answer_title {
+ color: #8e8e8e;
+.mask {
+ background-color: rgb(0 0 0 / 30%);
+ /* position: fixed; */
+ left: 0;
+ z-index: 90;
+.progressBox {
+ box-shadow: 0 0 6px 1px #bfbfbf;
+ color: #6c6c6c;
+.progressBox>>>.el-progress-bar__outer {
+ background-color: #d1dfff !important;
+.progressBox .lbox {
+ font-size: 19px;
+ color: #747474;
+.progressBox .lbox img {
+.closeCss {
+ top: 8px;
+ right: 8px;
+.closeCss>img {
+.updateTips::after {
+ content: "协同编辑课程暂不支持修改基本信息,只支持修改阶段内容。";
+ color: #ff3a3a;
+.updateMask {
+ z-index: 3;
+ /* background-color: rgba(0,0,0,.3); */
+.t_j_box {
+.t_j_box span:nth-child(1) {
+ width: 15%;
+.t_j_box span:nth-child(2) {
+.t_j_box span:nth-child(3) {
+ max-width: calc(55% - 20px);
+.sentenBox {
+ height: 600px;
+ background-image: url("../../../assets/icon/conSentences/csBg.png");
+ background-position: 102%;
+ background-size: 60%;
+.sentenBox>.sentenContent {
+ width: 97%;
+.sentenBox>.sentenContent+.sentenContent {
+ border-top: 1px solid #cbcbcb;
+.addSen {
+ background: #409efe;
+ width: 90px;
+ margin: 10px 20px 0 0;
+.sentenTop {
+.sentenTop::before {
+ content: attr(index);
+ background: #3681fc;
+ line-height: 25px;
+.sentenTop>div:nth-child(2) {
+ margin: 0 15px;
+.sentenTop>div:nth-child(3) {
+ width: 65px;
+.cardList {
+ padding: 20px 0 20px 0;
+ border-bottom: 1px solid #f4f4f4;
+ width: 98%;
+.rightCardList {
+.cardBox {
+.isCard,
+.isCard1 {
+ height: 65px;
+ line-height: 65px;
+ background-image: url("../../../assets/icon/conSentences/titleBorder.png");
+ background-image: url("../../../assets/icon/conSentences/answerBorder.png");
+.isCard:hover .deleteWord {
+.isCard>div:nth-child(1),
+.isCard1>div:nth-child(1) {
+.card {
+.card>img {
+.rightCardBox {
+.rightCardBox>div:nth-child(1) {
+.cardCss {
+ border-bottom: 3px solid #b4c3d3;
+ /* margin-right: 10px; */
+.cardCss>div:nth-child(2) {
+ background: #5b7b9d;
+.sentenTopBox {
+ padding: 55px 0 0 20px;
+.stepsBottom {
+ box-shadow: 0 0 10px 10px #f7f7f7;
+ background: #f7f7f7;
+.course_left {
+.stepsBottom2 {
+ /* box-shadow: 0 0 10px 10px #f7f7f7; */
+ /* background: #f7f7f7; */
+ height: fit-content;
+ /* transition: all .5s; */
+.navTop {
+ background: #53749b;
+ padding-left: 15px;
+.navBottom {
+ height: calc(100vh - 210px);
+.navTask {
+ padding: 10px 10px 10px 0;
+ background: #ffffff;
+.navTask::before {
+ width: 16px;
+ height: 16px;
+ background-image: url(../../../assets/icon/new/icon_arrow.png);
+ background-size: 100%;
+.isNavOpen::before {
+ background-image: url(../../../assets/icon/new/icon_arrow_a.png) !important;
+.isNavTask {
+ /* background: #3681FC; */
+ background: #EEF3FB;
+.isNavTask .nt_taskName {
+ /* color: #fff !important; */
+ font-weight: bold !important;
+ color: #0061FF !important;
+.isNavTask .nt_taskTitle {
+ /* color: #AECCFE !important; */
+.navTask .nt_taskBox {
+ width: calc(100% - 85px);
+ padding: 0 10px 0 5px;
+.navTask .nt_taskTitle {
+ /* color: #717C8D; */
+ color: #060E17;
+ min-width: 45px;
+.navTask .nt_taskName {
+ /* color: #fff; */
+ /* max-width: 130px; */
+ max-width: calc(100% - 50px);
+ /* color: #0E1E33; */
+.gjBox {
+ width: calc(100% - 25px);
+ padding: 0 0 0 0;
+ border-left: 1px solid #CAD1DC;
+ margin-left: 25px;
+.gjBox>div {
+.gjBox>div::before {
+ height: 1px;
+ width: 10px;
+ background: #CAD1DC;
+.gjCss {
+.isGjCss {
+ color: #0061ff;
+.groupBox {}
+.groupContent+.groupContent {
+.groupTitle {
+ color: rgb(80, 80, 80);
+.groupName {
+.groupn {
+.groupName+.groupName {
+.groupBtn {
+.groupContent>>>.el-input-number.is-without-controls .el-input__inner {
+.radioBox>div {
+ margin: 10px 0 0 10px;
+.radioBox>>>.el-radio__input,
+.radioBox>>>.el-checkbox__inner {
+.radioBox>>>.el-radio__label,
+.radioBox>>>.el-checkbox__label {
+.inImg {
+.inImg>img {
+.upCss>>>.el-upload-list--picture .el-upload-list__item {
+ padding: 10px;
+.upCss>>>.el-upload-list {
+.upCss>>>.el-upload-list--picture .el-upload-list__item-thumbnail {
+ height: 120px;
+ object-fit: contain;
+ margin-left: 0;
+.upCss>>>.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
+.tcMember+.tcMember::before {
+ content: "、";
+.xzUpImg {
+.xzUpImg>img {
+.moveBtn {
+.timuUpImg {
+.timuUpImg>div:nth-child(1) {
+.timuImgBox {
+.timuImg {
+.timuImg:hover .deleteWord {
+ right: -5px;
+ top: -5px;
+.timuImg>img,
+.deleteWord>img {
+.e_add_delete {
+.pType_box {
+.noneBox {
+ margin-top: 150px;
+.noneBox>img {
+.textarea_css {
+ padding: 10px 15px;
+ line-height: 1.5;
+ color: #606266;
+ background-color: #FFF;
+ background-image: none;
+ border: 1px solid #DCDFE6;
+ transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
+ height: 46px;
+.textarea_css::-webkit-input-placeholder {
+ color: #C0C4CC
+.textarea_css:focus {
+ border-color: #409EFF;
+ outline: 0;
+.moveBtn2 {
+ margin: 0 10px 0 10px;
+.moveBtn2 .chapter_upload_down,
+.moveBtn2 .chapter_upload_up {
+.moveBtn2 .chapter_upload_up::after,
+.moveBtn2 .chapter_upload_down::after {
+ height: 10px;
+.fullStyle>>>.el-dialog__body {
+ height: calc(100% - 125px) !important;
+.fullStyle>>>.el-dialog {
+ max-width: 100% !important;
+.fullStyle {
+.wb_j_box_btn {
+ width: calc(100% - 30px);
+.wb_j_box_btn:hover {
+ border: 1.5px solid #0061FF;
+.wb_j_box_title {
+ border-right: 1.5px solid #CAD1DC;
+.wb_j_box_btn_c {
+ width: calc(100% - 90px);
+ padding: 0 35px 0 10px;
+.wb_j_box_span {
+ word-wrap: break-word;
+.wb_j_box_arrow {
+ width: 14px;
+ height: 14px;
+ background: url(../../../assets/icon/new/u_arrow.png);
+ right: 12px;
+.check_classBox {
+ height: 400px;
+ border-top: 1.5px solid #E7EBF1;
+ border-bottom: 1.5px solid #E7EBF1;
+.check_class_right {
+ width: 130px;
+ border-right: 1px solid #E7EBF1;
+.check_class {
+.check_class.activeX {
+ background: #E0EAFB;
+ color: #3681FC;
+.check_class+.check_class {
+.check_class_left {
+ background: #FAFAFA;
+.check_class_left_title {
+.check_class_item {
+ height: calc(100% - 45px);
+.class_item {
+ margin: 0 15px 15px 0;
+.class_item:hover>>>.el-checkbox__label {
+ color: #409EFF;
+.class_item>>>.el-checkbox__label {
+ color: #0E1E33;
+.class_item:hover>>>.el-checkbox__inner {
+.class_item>>>.el-checkbox,
+.class_item>>>.el-checkbox__input {
+}</style>
@@ -0,0 +1,1885 @@
+ <div class="pb_content" style="height: auto; width: 94%; margin: 10px auto;background: unset;">
+ <div style="width:100%;padding:0 21px;background:#fff;border-radius: 5px;box-sizing: border-box;">
+ <div class="pb_head top">
+">
+ <span>协同构建</span>
+ <div class="student_button">
+ <el-button type="primary" class="bgColor" @click="goToCourse3()">创建协同构建</el-button>
+ <div class="reBox">
+ <div class="reTop">
+ <!-- <div>分类筛选</div> -->
+ <div class="reTopCh">
+ <el-select v-model="groupA" @change="search" v-if="false">
+ <el-option value="4" label="全部"></el-option>
+ <el-option value="2" label="我的课程"></el-option>
+ <el-option value="3" label="协同课程"></el-option>
+ <el-option value="1" label="他人课程"></el-option>
+ <el-option value="0" label="全部"></el-option>
+ <div class="searchI" style="margin: 0;">
+ <div class="search">
+ <img src="../../../assets/icon/search.png" alt="" />
+ <input class="sInput" type="text" placeholder="请输入关键字" v-model="courseName" @input="getCourse()" />
+ <el-button type="primary" class="bgColor" style="margin-left: 10px;" @click="reset">重置</el-button>
+ <span><span>类型</span></span>
+ <el-radio-group v-model="pTypeCheckName" style="display: flex; align-items: center">
+ <el-radio :label="item.name" @click.native.prevent="CourseType2Click(item.name)">{{ item.name }}</el-radio>
+ <div class="all_choose" v-for="(item, index) in CourseType[0]" :key="index"
+ :style="{ margin: !CourseTypeJson[item.id].length && 0 }">
+ <span v-if="CourseTypeJson[item.id].length &&
+ "><span>{{ item.name }}</span></span>
+ <div class="typeCss" v-if="CourseTypeJson[item.id].length &&
+ <div class="cName" @click="getCourse2(item.name, '', item.id, 1)"
+ :class="typeE.indexOf(item.id) != -1 ? 'isCType' : ''">
+ <div v-for="(item1, index1) in CourseTypeJson[item.id]" :key="index + '-' + index1" :label="item1.id"
+ @click="getCourse2(item.name, item.id, item1.id, 2)">
+ <div class="cName" :class="typea == item1.id || typeb == item1.id || typed == item1.id
+ ? 'isCType'
+ {{ item1.name }}
+ <div class="all_choose" v-if="false">
+ <span><span>所有者</span></span>
+ <div class="typeCss">
+ <div class="cName" :class="groupA == '4' ? 'isCType' : ''" @click="groupA = '4'; search();">
+ <div class="cName" :class="groupA == '2' ? 'isCType' : ''" @click="groupA = '2'; search();">
+ 我的课程
+ <div class="cName" :class="groupA == '3' ? 'isCType' : ''" @click="groupA = '3'; search();">
+ 协同课程
+ <div class="cName" :class="groupA == '1' ? 'isCType' : ''" @click="groupA = '1'; search();">
+ 他人课程
+ <div class="cName" :class="groupA == '0' ? 'isCType' : ''" @click="groupA = '0'; search();">
+ <div class="line"></div>
+ <div class="pb_content_body" style="height: 100%;width: 100%;background: #e6eaf0;margin: 0 auto;">
+ <div class="student_head" v-if="false">
+ <div class="student_search">
+ <span>课程筛选</span>
+ <el-select v-model="groupA" @change="search">
+ <el-option value="0" label="我的课程"></el-option>
+ <span v-if="CourseTypeJson[item.id].length">{{ item.name }}</span>
+ <el-select v-if="CourseTypeJson[item.id].length" v-model="courseTypeId[item.id]" placeholder="请选择"
+ @change="getTypeName">
+ <el-option label="全部" value="1">全部</el-option>
+ <el-option v-for="item1 in CourseTypeJson[item.id]" :key="item1.id" :label="item1.name" :value="item1.id">
+ <div @click="clear" class="clear">重置</div>
+ <div class="student_right">
+ <div class="head_left">
+ <el-input v-model="courseName" class="student_input" placeholder="请输入课程名称"></el-input>
+ <el-button class="course_button" @click="searchCourse">查询</el-button>
+ <div class="student_table">
+ <div class="course_box">
+ <div class="out_box" v-for="(item, index) in course" :key="index">
+ <!-- <div class="myCourse" v-if="item.userid == userid">我的课程</div>
+ <div class="myCourse" style="background: #4187f0" v-else-if="!item.course_teacher ||
+ (item.course_teacher &&
+ item.course_teacher.indexOf(userid) == -1)
+ <div class="xtCourse" v-else>协同课程</div> -->
+ <div class="tup">
+ <img :src="item.cover != null && item.cover != ''
+ ? JSON.parse(item.cover).length > 0
+ ? JSON.parse(item.cover)[0].url
+ : mr
+ " alt />
+ <div class="bottom_box">
+ <el-tooltip :content="item.title" popper-class="text_tooltip" placement="top" effect="dark">
+ <!-- <span>{{ item.state == 1 ? '阶段模式' : item.state == 2 ? '任务模式' : '极简模式' }}</span> -->
+ <!-- <div class="kc_t">
+ 负责老师:{{ item.uname }}
+ <div class="kc_time">
+ <!-- <span style="color: #717C8D">创建日期:</span> -->
+ {{ item.time }}
+ <!-- <div class="kc_time">
+ <span style="color: #717C8D">修改日期:</span>{{ item.utime }}
+ <div class="three_bottom">
+ <!-- v-if="role == '1'" @click="get(item)"-->
+ <div>授课</div>
+ <!-- <div @click="jump(item.courseId)" v-else>评课</div> -->
+ <!-- <div v-if="((item.userid == userid) ||
+ item.course_teacher.indexOf(userid) !== -1) || role == '1') &&
+ item.state == 1
+ " @click="goToCourse(item.courseId)">
+ 修改
+ <div v-if="((item.userid == userid) ||
+ item.state == 2
+ " @click="goToCourse2(item.courseId)">
+ " @click="goToCourse3(item.courseId)">
+ <!-- <div v-if="groupA == '0'" @click="
+ goTo(
+ '/works?cid=' +
+ item.courseId +
+ '&userid=' +
+ role
+ 评价
+ <div @click="copyCourse(item.courseId)">
+ 复制
+ <div v-if="item.isCourseType == 1 || role == '1'" @click="deleteCourse(item.courseId)">
+ 删除
+ <!-- <div class="more">
+ <span style="font-size: 18px; font-weight: 700">...</span>
+ <span @click="copyCourse(item.courseId)">复制</span>
+ <span @click="jump(item.courseId)" v-if="role == '1'">评课</span>
+ <span @click="get(item.courseId)" v-else>预览</span>
+ <span @click="getNT(item.courseId)">无终端</span>
+ <div class="course_empty" v-if="course.length == 0">暂无数据</div>
+ <div class="student_page">
+ <el-pagination background layout="prev, pager, next" :page-size="pageSize" :total="total"
+ v-if="page && course.length" style="padding-bottom: 20px" @current-change="handleCurrentChange"></el-pagination>
+ <el-dialog :visible.sync="dialogVisible1" size="tiny">
+ <img width="100%" :src="dialogImageUrl" alt />
+ <el-dialog title="查看协同课程" :visible.sync="dialogVisibleCourse" :append-to-body="true" width="850px"
+ <div class="ct_box">
+ <div class="out_box" v-for="(item, index) in courseTeam" :key="index" style="margin-left: 15px">
+ <div>{{ item.title }}</div>
+ <div class="kc_t">创建老师:{{ item.uname }}</div>
+ <div class="kc_time">{{ item.time }}</div>
+ <div @click="jump(item.courseId)">查看内容</div>
+ <div @click="
+ '/course/addCourse?cid=' +
+ org
+ 编辑
+ <div class="course_empty" v-if="courseTeam.length == 0">暂无数据</div>
+ <el-button @click="dialogVisibleCourse = false">关 闭</el-button>
+import "../../../common/aws-sdk-2.235.1.min";
+// import CourseProblem from "./components/courseProblem";
+ components: { EditorBar },
+ courseTitle: "",
+ courseTime: "",
+ isLoading: false,
+ fileList: [],
+ homeworkList: [{ name: "" }],
+ dialogVisibleCourse: false,
+ dialogImageUrl: "",
+ group: "",
+ Juri: "",
+ groupList: [],
+ JuriList: [],
+ page: 1,
+ total: 0,
+ pageSize: 20,
+ tableData: [],
+ now: "",
+ courseDetail: {},
+ addCourse: {},
+ groupA: "0",
+ classX: "",
+ course: [],
+ mr: require("../../../assets/icon/kc1.png"),
+ courseTypeId: {},
+ isChoose: 0,
+ problemCourse: null, //查看提问的课程
+ courseTeam: [],
+ typeE: [],
+ typea: "",
+ typeb: "",
+ typed: "",
+ btnDisplay: false
+ addHomeworkBox() {
+ this.homeworkList.push({ name: "" });
+ this.itemCount++;
+ reduceHomeworkBox() {
+ var a = this.homeworkList;
+ a.splice(a.length - 1);
+ this.itemCount--;
+ this.typea = "";
+ this.typeb = "";
+ this.typed = "";
+ this.getCourse();
+ CourseType2Click(val) {
+ this.typeE = [];
+ if (val === this.pTypeCheckName) {
+ this.pTypeCheckName = "";
+ this.pTypeCheckName = val;
+ this.typeE = [...typeA.id];
+ goToCourse(courseId) {
+ if (courseId) {
+ this.$router.push(
+ "/course/addCourse?cid=" +
+ courseId +
+ "&userid=" +
+ "/course/addCourse?userid=" +
+ // this.$router.push(path);
+ reset() {
+ this.typeE = []
+ this.typea = ''
+ this.typeb = ''
+ this.typed = ''
+ this.courseName = ''
+ if (this.role == "1") {
+ this.groupA = "4";
+ this.groupA = "0";
+ goToCourse2(courseId) {
+ "/course/addCourseT?cid=" +
+ "/course/addCourseT?userid=" +
+ goToCourse3(courseId) {
+ "/synergyCourse/add?cid=" +
+ "/synergyCourse/add?userid=" +
+ tableRowClassName({ row, rowIndex }) {
+ if ((rowIndex + 1) % 2 === 0) {
+ return "even_row";
+ jump(cid) {
+ // window.open(
+ // "//pbl.cocorobo.cn/pbl-student-table/dist/#/courseDetail?courseId=" +
+ // cid +
+ // "&userid=" +
+ // this.userid
+ window.parent.postMessage({ cid: cid, screenType: "2" }, "*");
+ get(item) {
+ window.parent.postMessage({ cid: item.courseId, screenType: "3" }, "*");
+ getNT(cid) {
+ window.parent.postMessage({ cid: cid, screenType: "3NT" }, "*");
+ handle_remove(file, fileList) {
+ var _tmp = this.fileList;
+ for (var i = 0, len = _tmp.length; i < len; i++) {
+ if (_tmp[i].uid == file.uid) {
+ _tmp.splice(i, 1);
+ this.fileList = _tmp;
+ handle_remove1(file, fileList) {
+ var _tmp = this.fileList1;
+ this.fileList1 = _tmp;
+ handleCurrentChange(val) {
+ // console.log(`当前页: ${val}`);
+ this.page = val;
+ init() { },
+ handleRemove(file, fileList) {
+ console.log(file, fileList);
+ this.$message.error("课程海报仅支持上传一张,请删除后再进行上传");
+ //uuid生成
+ return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(
+ /[xy]/g,
+ function (c) {
+ var r = (Math.random() * 16) | 0,
+ v = c == "x" ? r : (r & 0x3) | 0x8;
+ return v.toString(16);
+ searchCourse() {
+ this.page = 1;
+ clear() {
+ for (var i = 0; i < this.CourseType[0].length; i++) {
+ this.courseTypeId[this.CourseType[0][i].id] = "";
+ getCourse2(typeName, ftypeId, typeid, type) {
+ if (typeid == "34628934-d02f-11ec-8c78-005056b86db5" || ftypeId == '34628934-d02f-11ec-8c78-005056b86db5' || typeid == "34628934-d02f-11ec-8c78-005056b86ac5" || ftypeId == "34628934-d02f-11ec-8c78-005056b86ac5") {
+ if (this.typeE.indexOf(typeid) != -1) {
+ this.typeE.splice(this.typeE.indexOf(typeid), 1);
+ this.typeE.push(typeid);
+ if (this.typea != "") {
+ if (this.typea == typeid) {
+ this.typeE.push(ftypeId);
+ this.typea = typeid;
+ if (this.typeE.indexOf(ftypeId) != -1) {
+ this.typeE.splice(this.typeE.indexOf(ftypeId), 1);
+ } else if (typeName == "专栏") {
+ if (this.typeb != "") {
+ if (this.typeb == typeid) {
+ this.typeb = typeid;
+ } else if (typeName == "栏目") {
+ } else if (typeid == "34629bcc-d02f-11ec-8c78-005056b86db5" || ftypeId == '34629bcc-d02f-11ec-8c78-005056b86db5') {
+ } else if (typeName == "学院") {
+ } else if (typeid == "34629907-d02f-11ec-8c78-005056b86db5" || ftypeId == '34629907-d02f-11ec-8c78-005056b86db5' || typeid == "34629907-d02f-11ec-8c78-005056b86ac5" || ftypeId == "34629907-d02f-11ec-8c78-005056b86ac5") {
+ if (this.typed != "") {
+ if (this.typed == typeid) {
+ this.typed = typeid;
+ // this.loading = true;
+ getCourse() {
+ if (!this.loading) {
+ this.loading = this.openLoading(
+ document.querySelector(".student_table")
+ // var typeE = [];
+ // var typea, typeb, typec, typed;
+ // if (this.isChoose == 1) {
+ // for (var i = 0; i < this.CourseType[0].length; i++) {
+ // if (this.courseTypeId[this.CourseType[0][i].id] == "1") {
+ // typeE.push(this.CourseType[0][i].id);
+ // } else if (this.courseTypeId[this.CourseType[0][i].id] != "") {
+ // if (this.CourseType[0][i].name == "年级") {
+ // typea = this.courseTypeId[this.CourseType[0][i].id];
+ // } else if (this.CourseType[0][i].name == "专栏") {
+ // typeb = this.courseTypeId[this.CourseType[0][i].id];
+ // } else if (this.CourseType[0][i].name == "栏目") {
+ // } else if (this.CourseType[0][i].name == "学院") {
+ // } else if (this.CourseType[0][i].name == "主题") {
+ // } else if (this.CourseType[0][i].name == "新技能") {
+ // typec = this.courseTypeId[this.CourseType[0][i].id];
+ // } else if (this.CourseType[0][i].name == "学科") {
+ // typed = this.courseTypeId[this.CourseType[0][i].id];
+ // this.courseTypeSon.push(
+ // this.courseTypeId[this.CourseType[0][i].id]
+ console.log("typea", this.typea);
+ this.isLoading = true;
+ type: this.groupA,
+ org: this.org,
+ typea: this.typea != undefined ? this.typea : "",
+ typeb: this.typeb != undefined ? this.typeb : "",
+ typec: "",
+ typed: this.typed != undefined ? this.typed : "",
+ typeE: this.typeE.join(","),
+ cn: this.courseName,
+ page: this.page,
+ pageSize: this.pageSize,
+ .get(this.$store.state.api + "selectSynergyCourse", params)
+ this.loading.close();
+ this.loading = "";
+ this.total = res.data[0].length > 0 ? res.data[0][0].num : 0;
+ this.course = res.data[0];
+ this.isChoose = 1;
+ // searchCourse() {
+ // this.isLoading = true;
+ // cu: "",
+ // cn: this.courseName,
+ // page: this.page,
+ // .get(this.$store.state.api + "searchCourse", params)
+ // this.isLoading = false;
+ // this.total = res.data[0].length > 0 ? res.data[0][0].num : 0;
+ // this.course = res.data[0];
+ deleteCourse(cid) {
+ // if (this.time()) {
+ this.$confirm("确定删除此课程吗?", "提示", {
+ const loading = this.openLoading(
+ cid: cid,
+ .get(this.$store.state.api + "deleteSynergyCourse", params)
+ this.$message.success("删除成功");
+ // if (this.oid == "69893dca-1d47-11ed-8c78-005056b86db5") {
+ // if (res.data[0][i].name == "栏目") {
+ // this.CourseType[0][i].name = "主题";
+ this.CourseTypeJson[res.data[0][i].id].push(res.data[1][j]); //去除公共分类
+ openCourse() {
+ this.dialogVisibleCourse = true;
+ this.getTeamCourse();
+ getTeamCourse() {
+ // uid: this.userid,
+ // .get(this.$store.state.api + "selectCourseTeam", params)
+ // this.courseTeam = res.data[0];
+ search() {
+ checkProblem(res) {
+ this.problemCourse = res;
+ this.dialogVisible = true;
+ copyCourse(cid) {
+ .post(this.$store.state.api + "copySynergyCourse", params)
+ this.$message.success("复制成功")
+ this.clear();
+@media screen and (max-width: 1380px) {
+ .out_box {
+ width: calc(100% / 4 - (15px * 3) / 4) !important;
+ .out_box:nth-child(5n) {
+ margin-right: 15px !important;
+ .out_box:nth-child(4n) {
+ margin-right: 0 !important;
+@media screen and (max-width: 1080px) {
+ width: calc(100% / 3 - (15px * 2) / 3) !important;
+ .out_box:nth-child(3n) {
+.student_head>>>.el-button--primary {
+ background-color: #2268bc;
+.xls_button {
+ color: rgb(34, 104, 188);
+.student_head {
+.top {
+ margin: 0px auto;
+ padding: 10px 5px;
+ height: 54px;
+.bgColor {
+.student_search {
+ width: calc(100% / 3);
+.student_search span {
+ min-width: 65px;
+.student_button {
+ /* overflow: hidden; */
+.upload-demo {
+ align-items: end;
+ /* position: relative; */
+.student_table {
+ /* padding: 20px 0; */
+ /* overflow: auto; */
+ min-height: 360px;
+.student_empty {
+.el-table>>>.even_row {
+ color: #999;
+.course_button {
+.course_button_box {
+.course_rate {
+.course_view {
+ margin: 5px 0 0 0;
+.course_view i {
+ background-image: url("../../../assets/liulan.png");
+ /* margin-top: 1px; */
+ vertical-align: text-top;
+.image {
+.course_box {
+.student_page {
+.course_create_box {
+.course_name {
+.course_name span {
+ margin: 0 10px 10px 0;
+.course_type {
+.course_type1 span {
+.course_type2 {
+.course_type2 span {
+.course_empty {
+ color: rgb(110, 110, 110);
+.el_cards>>>.el-card__body {
+.courseBtnBox {
+ height: calc(100% - 170px);
+.wordUpload {
+.wordUpload>.buttonUp {
+.out_box {
+ width: calc(100% / 5 - (15px * 4) / 5);
+ /* width: 280px; */
+ margin-right: 15px;
+ /* border: 1px solid #ccc; */
+ border-radius: 0px 0px 5px 5px;
+ border: 1px solid #3682fc00;
+.out_box:hover {
+ border: 1px solid #3681FC;
+.out_box:nth-child(5n) {
+ margin-right: 0;
+.bottom_box {
+ /* height: 121px; */
+.bottom_box>div:nth-child(1) {
+ /* overflow: hidden;
+ font-weight: bold; */
+.bottom_box>div:nth-child(1)>span:nth-child(1) {
+ max-width: 100%;
+ /* font-weight: bold; */
+.bottom_box>div:nth-child(1)>span:nth-child(2) {
+ color: #8c8c8c;
+.tup {
+ height: 180px;
+.tup>img {
+.kc_time {
+ margin-top: 8px;
+.kc_time+.kc_time {
+ margin-top: 0;
+.kc_t {
+.three_bottom {
+ border-top: 1px solid #ddd;
+.three_bottom>div {
+.three_bottom>div+div {
+ border-left: 1px solid #ddd;
+.three_bottom>div:hover {
+.three_bottom .deleteB {
+ color: #E96E6E;
+.three_bottom .deleteB:hover {
+.head_left {
+.student_input>>>.el-input__inner {
+ width: 190px;
+ background: #2268bc;
+ width: 75px;
+/* .all_choose {
+ margin: 15px 0 10px;
+ height: 20%;
+ max-width: calc(100% / 3);
+.all_choose > span {
+ align-content: space-between;
+ min-width: 868px;
+/* .choose > div:nth-child(2) {
+ margin-left: 1%;
+ width: 32.33333%;
+.choose > div:nth-child(4) {
+ margin-right: 1%;
+.choose > div:nth-child(5) {
+ margin: 5px 0 0 1%;
+.choose > div:nth-child(4) > span {
+ width: 74px !important;
+ min-width: 74px;
+.choose > div:nth-child(4) >>> .el-select {
+ width: 217.5px;
+ min-width: 215.06px;
+.clear {
+ width: 70px;
+.ct_box {
+.myCourse {
+ background: #3c3c3c;
+ left: 5px;
+.xtCourse {
+.sub_head {
+.sub_head::after {
+ content: "";
+ background: #5a9cea;
+ height: 2px;
+ bottom: -10px;
+.subClick {
+ /* font-size: 16px; */
+ font-size: 26px;
+ margin-left: 17.5px;
+ /* color: #ab582f; */
+ /* color: #409eff; */
+.subClick:hover {
+.more {
+.more:hover div {
+.more div {
+ transform: translate(-50%, 100%);
+ background: #f5f4f4;
+ box-shadow: 0 0 3px 3px #80808020;
+.more div>span+span {
+.more div>span {
+.more div>span:hover {
+ color: #79a2ff;
+.reBox {
+ /* padding-left: 20px; */
+ padding: 10px 15px 0;
+.reTop {
+ padding: 0 0 5px;
+ /* padding: 20px 0 0 0; */
+ /* border-bottom: 1px solid #eee; */
+.reTop>div:nth-child(1) {
+ /* width: 40px; */
+ /* border-bottom: 1px solid #205cc6; */
+ /* padding-bottom: 20px; */
+ color: #205cc6;
+ /* font-size: 20px; */
+.reTop .reTopCh {
+.reTop .searchI {
+ border: 1px solid #ccced3;
+ /* margin-bottom: 10px; */
+.search {
+ padding: 0 5px;
+.search>img {
+.sInput {
+.sInput:focus-visible {
+.typeCss {
+ margin: 2px 0;
+.all_choose>span>span {
+ max-width: 65px;
+ text-align-last: justify;
+.all_choose>span::after {
+ content: ':';
+.all_choose>span:nth-child(1) {
+ width: 820px;
+.cName {
+ margin: 0 10px 5px 0;
+ color: #b9b6b9;
+.isCType {
+ color: #6282c2;
+.pType_box>>>.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
+ -webkit-box-shadow: none !important;
+ box-shadow: none !important;
+.buttonBox {
+ bottom: -0;
+ transform: translateY(100%);
+ box-shadow: 0 0 3px 1px #e3e3e3;
+.buttonBox>div {
+.buttonBox>div+div {
+ border-top: 1px solid #e0e0e0;
+.buttonBox>div:hover {
+ background: #f6f8ff;
@@ -0,0 +1,1310 @@
+ <div class="g_d_btnBox">
+ <div class="btn_left" v-if="type == 1 || type == 4">
+ <div @click="setClassid('1')" :class="{ active: classid == '1' }" v-if="!classList.length">全部</div>
+ <div @click="setClassid(item.id)" :class="{ active: classid == item.id }"
+ v-for="(item, index) in classList" :key="index">{{ item.name }}</div>
+ <div class="btn_left" v-if="type == 2">
+ <div class="btn_right"
+ v-if="courseDetail.userid == userid || (courseDetail.course_teacher && courseDetail.course_teacher.indexOf(userid) != -1)">
+ <div style="color: rgb(171 171 171); margin: 0 10px 0 0">
+ 提示:开启【开放选座】,学生能够自由加入和退出小组。
+ <!-- 开放选座 -->
+ <!-- <div type="primary" v-if="groupJson.islock == 1 && groupJson.group.length" class="returnBtn"
+ style="background-color: #225bc7" @click="lockChair">
+ 锁定位置
+ <div type="primary" v-else-if="groupJson.group.length" class="returnBtn"
+ 解锁位置
+ <div class="group_switch">
+ <span>开放选座</span>
+ <el-switch v-model="islock" active-text="" class="switchCss" @change="lockChair"></el-switch>
+ <span>开启分组</span>
+ <el-switch v-model="isopen" class="switchCss" @change="openChair"></el-switch>
+ <div type="primary" @click="updateGroup" class="returnBtn" style="background-color: #225bc7">
+ 分组设置
+ <div type="primary" @click="deleteCourseGroup" class="returnBtn" style="background-color: #225bc7">
+ 删除分组
+ <div style="min-height: 250px;">
+ <div class="g_d_box" v-if="groupJson.group.length && isopen">
+ <div class="g_d_group" v-for="(g, gindex) in groupJson.group" :key="gindex">
+ <div class="g_d_group_chair">
+ <div v-if="groupJson.number > 1">
+ isChair:
+ groupStudent[g.id] &&
+ groupStudent[g.id][0],
+ updateChair:
+ courseDetail.userid == userid &&
+ groupStudent[g.id][0] &&
+ groupJson.islock == 2,
+ }"><span class="updateChairBtn"
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][0])">修改</span></span><span>{{
+ groupStudent[g.id][0]
+ ? groupStudent[g.id] &&
+ groupStudent[g.id][0].name
+ : "空位置" }}</span>
+ <div v-if="groupJson.number > 4">
+ groupStudent[g.id][4],
+ groupStudent[g.id][4] &&
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][4])">修改</span></span><span>{{
+ groupStudent[g.id][4]
+ groupStudent[g.id][4].name
+ <div v-if="groupJson.number > 8">
+ groupStudent[g.id][8],
+ groupStudent[g.id][8] &&
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][8])">修改</span></span><span>{{
+ groupStudent[g.id][8]
+ groupStudent[g.id][8].name
+ <div class="g_d_group_tableBox">
+ <div class="g_d_group_chair2">
+ <div v-if="groupJson.number > 2">
+ groupStudent[g.id][2],
+ groupStudent[g.id][2] &&
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][2])">修改</span></span><span>{{
+ groupStudent[g.id][2]
+ groupStudent[g.id][2].name
+ <div v-if="groupJson.number > 6">
+ groupStudent[g.id][6],
+ groupStudent[g.id][6] &&
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][6])">修改</span></span><span>{{
+ groupStudent[g.id][6]
+ groupStudent[g.id][6].name
+ <div class="g_d_group_table">
+ {{ g.name }}
+ <div v-if="courseDetail.userid == userid && groupJson.islock == 2"
+ @click="deleteGroupChair(g.id, gindex)">
+ 移除组员
+ <div @click="selectGroup(g.id)"
+ v-else-if="groupStudentUid && groupStudentUid[g.id].indexOf(userid) == -1">
+ 加入分组
+ exitGroup(groupStudent[g.id] &&
+ groupStudent[g.id][
+ groupStudentUid[g.id].indexOf(userid)
+ ].id)
+ v-else-if="groupStudentUid && groupStudentUid[g.id].indexOf(userid) != -1">
+ 退出分组
+ <div style="margin-top:10px"
+ v-if="(courseDetail.userid == userid || (courseDetail.course_teacher && courseDetail.course_teacher.indexOf(userid) != -1)) && groupStudent[g.id].length < groupJson.number"
+ @click="addGroupStudent(g.id)">
+ 添加组员
+ <div v-if="groupJson.number > 3">
+ groupStudent[g.id][3],
+ groupStudent[g.id][3] &&
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][3])">修改</span></span><span>{{
+ groupStudent[g.id][3]
+ groupStudent[g.id][3].name
+ <div v-if="groupJson.number > 7">
+ groupStudent[g.id][7],
+ groupStudent[g.id][7] &&
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][7])">修改</span></span><span>{{
+ groupStudent[g.id][7]
+ groupStudent[g.id][7].name
+ groupStudent[g.id][1],
+ groupStudent[g.id][1] &&
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][1])">修改</span></span><span>{{
+ groupStudent[g.id][1]
+ groupStudent[g.id][1].name
+ <div v-if="groupJson.number > 5">
+ groupStudent[g.id][5],
+ groupStudent[g.id][5] &&
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][5])">修改</span></span><span>{{
+ groupStudent[g.id][5]
+ groupStudent[g.id][5].name
+ <div v-if="groupJson.number > 9">
+ groupStudent[g.id][9],
+ groupStudent[g.id][9] &&
+ @click="updateGroupChair(groupStudent[g.id] && groupStudent[g.id][9])">修改</span></span><span>{{
+ groupStudent[g.id][9]
+ groupStudent[g.id][9].name
+ <div v-else-if="!groupJson.group.length" style="text-align: center;">{{ courseDetail.userid == userid ?
+ "暂无分组,请点击右上角设置分组" :
+ "老师暂未添加分组" }}</div>
+ <div v-else-if="!isopen" style="text-align: center;">{{ "已关闭分组" }}</div>
+ <el-dialog title="分组设置" :visible.sync="dialogVisibleGroup2" :append-to-body="true" width="650px"
+ <div v-if="groupJson2.group" class="groupContent">
+ <div v-for="(item, index) in groupJson2.group" :key="index" class="groupName">
+ <el-button type="primary" size="small" @click="addGroup(index)"
+ v-if="(groupJson2.group.length - 1) == index">
+ v-if="groupJson2.group && groupJson2.group.length > 1">删除</el-button>
+ <el-input v-model="groupJson2.number" style="width:150px" placeholder="请输入2-10的数字"
+ <el-button @click="dialogVisibleGroup2 = false">取 消</el-button>
+ <el-button type="primary" @click="updateGroupJson(2)">确定</el-button>
+ <el-dialog title="移除组员" :visible.sync="dialogVisibleDeleteGroup" :append-to-body="true" width="350px"
+ <h2>
+ {{ this.deleteGroupArray.name }}
+ </h2>
+ <div style="color: rgb(171 171 171); margin-top: 10px">
+ 请选择要删除的组员
+ <el-checkbox-group v-model="checkDeleteGroup">
+ <el-checkbox style="display: flex; margin-top: 20px" v-for="(item, index) in deleteGroupUser"
+ :label="item.userid" :key="index">{{ item.name }}</el-checkbox>
+ <el-button @click="dialogVisibleDeleteGroup = false">取 消</el-button>
+ <el-button type="primary" @click="deleteChair">确定</el-button>
+ <el-dialog title="修改分组" :visible.sync="dialogVisibleUpdateGroup" :append-to-body="true" width="350px"
+ {{ this.updateGroupUser.name }}
+ 请选择要进入的分组
+ <el-radio-group v-model="checkChair">
+ <el-radio style="display: block; margin-top: 20px" v-for="(item, index) in updateGroupArray"
+ :label="item.id" :key="index">{{ item.name }}</el-radio>
+ <el-button @click="dialogVisibleUpdateGroup = false">取 消</el-button>
+ <el-button type="primary" @click="updateChair">确定</el-button>
+ <el-dialog title="添加学生" :visible.sync="dialogVisibleMember" :append-to-body="true" width="540px" height="80%"
+ <el-input placeholder="搜索学生的姓名" v-model="searchTN" @keyup.enter.native="getStudent"></el-input>
+ <div class="search_img" @click="getStudent">
+ <img src="../../../../assets/icon/search.png" alt />
+ <!-- <div class="t_j_box" style="
+ padding: 20px 0 0 25px;
+ width: calc(100% - 55px);
+ <span>姓名</span>
+ <span>账号</span>
+ <!-- <el-checkbox-group v-model="checkboxList3" class="people_name" v-if="classJuri.length">
+ <el-checkbox v-for="item in classJuri" :key="item.userid" :label="item.userid">
+ </el-checkbox-group> -->
+ <div class="i_box_login2" v-if="classJuri.length">
+ <div :class="{ active: checkboxList3.indexOf(item.userid) != -1 }" v-for="item in classJuri"
+ :key="item.userid" :label="item.userid" @click="addGroupUser(item.userid)">
+ <!-- <div style="margin-top: 10px;">
+ v-if="page && classJuri.length" style="padding-bottom: 20px"
+ @current-change="handleCurrentChange"></el-pagination>
+ <el-button type="primary" @click="joinGroup2">确定</el-button>
+ props: ['cid', 'classList', 'courseDetail', 'userid', "type", "classId", "oid"],
+ groupJson2: {},
+ classid: "1",
+ groupid: "",
+ gid: "",
+ groupJson: {
+ group: [],
+ islock: false,
+ isopen: true,
+ groupStudent: {},
+ groupStudentUid: {},
+ allGroupStudentUid: [],
+ dialogVisibleGroup2: false,
+ checkDeleteGroup: [],
+ deleteGroupUser: [],
+ deleteGroupArray: [],
+ dialogVisibleDeleteGroup: false,
+ checkChair: "",
+ updateGroupArray: [],
+ updateGroupUser: {},
+ dialogVisibleUpdateGroup: false,
+ handleClose2(done) {
+ this.$emit('update:dialogVisibleGroup', false)
+ this.page = 1
+ this.selectCStudent();
+ selectCStudent() {
+ cid: this.classid,
+ .get(this.$store.state.api + "selectSnameByCidGroup", params)
+ if (res.data && res.data[0].length) {
+ this.classJuri = res.data[0].filter((el) => {
+ return this.allGroupStudentUid.indexOf(el.userid) == -1
+ setClassid(cid) {
+ this.classid = cid
+ this.groupid = ''
+ this.groupJson = {
+ this.islock = false
+ this.isopen = true
+ this.getCourseGroup();
+ updateGroup() {
+ this.groupJson2 = JSON.parse(JSON.stringify(this.groupJson));
+ if (!this.groupJson2.group.length) {
+ this.groupJson2.group.push({
+ name: "第" + (this.groupJson2.group.length + 1) + "组",
+ id: this.guid()
+ this.dialogVisibleGroup2 = true;
+ deleteCourseGroup() {
+ this.$confirm(
+ // "您确定要删除该分组吗? 分组删除后将被清空并且无法恢复。",
+ "是否确定删除已有分组?删除后分组数据将被清空!",
+ let params = [{
+ gid: this.groupid,
+ }];
+ .post(this.$store.state.api + "deleteCourseGroup", params)
+ this.$message.success("操作成功");
+ this.$forceUpdate()
+ .catch(() => { });
+ addGroup() {
+ this.groupJson2.group.splice(i, 1);
+ lockChair() {
+ if (this.groupJson2.isopen == 2) {
+ this.$message.error("请开启分组后才能开放选座")
+ this.groupJson2.islock = this.groupJson2.islock == 1 ? 2 : 1;
+ this.updateGroupJson();
+ if (/[^\d]/.test(this.groupJson2.number) || this.groupJson2.number < 2 || this.groupJson2.number > 10) {
+ this.groupJson2.number = ''
+ openChair() {
+ if (!this.groupJson2.isopen) {
+ this.groupJson2.isopen = 2;
+ this.groupJson2.isopen = this.groupJson2.isopen == 1 ? 2 : 1;
+ this.groupJson2.islock = 2
+ this.groupJson2.islock = 1
+ updateGroupJson(type) {
+ for (var i = 0; i < this.groupJson2.group.length; i++) {
+ if (!this.groupJson2.group[i].name) {
+ if (!this.groupJson2.number) {
+ this.groupStudentUid[this.groupJson2.group[i].id] && this.groupStudentUid[this.groupJson2.group[i].id].length >
+ this.groupJson2.number
+ this.$message.error("已经有小组比你设置的人数多,请重新设置");
+ group: JSON.stringify(this.groupJson2).replaceAll(/%/g, "%25"),
+ classid: this.classid,
+ .post(this.$store.state.api + "setCourseGroup", params)
+ if (this.groupJson2.isopen == 1) {
+ this.$message.success("设置成功");
+ this.$message.success("开启分组成功");
+ } else if (this.groupJson2.isopen == 2) {
+ this.$message.success("关闭分组成功");
+ // 开启分组成功/关闭分组成功
+ this.dialogVisibleGroup2 = false;
+ this.groupJson2 = {};
+ getCourseGroup(gid) {
+ .get(this.$store.state.api + "getCourseGroup", params)
+ this.groupJson = JSON.parse(res.data[0][0].group);
+ this.islock = this.groupJson.islock == 1 ? true : false;
+ if (!this.groupJson.isopen) {
+ this.isopen = this.groupJson.isopen == 1 ? true : false;
+ this.groupid = res.data[0][0].id;
+ let groupPerson = res.data[1]
+ let group = JSON.parse(res.data[0][0].group).group
+ let groupStudent = {}
+ let groupStudentUid = {}
+ for (var i = 0; i < group.length; i++) {
+ groupStudent[group[i].id] = []
+ groupStudentUid[group[i].id] = []
+ for (var j = 0; j < groupPerson.length; j++) {
+ if (groupPerson[j].groupCid == group[i].id) {
+ groupStudent[group[i].id].push(groupPerson[j])
+ groupStudentUid[group[i].id].push(groupPerson[j].userid)
+ this.allGroupStudentUid = []
+ this.allGroupStudentUid.push(groupPerson[j].userid)
+ this.groupStudent = groupStudent
+ this.groupStudentUid = groupStudentUid
+ if (gid) {
+ this.joinGroup(gid)
+ updateGroupChair(user) {
+ this.updateGroupArray = this.groupJson.group.filter((el, index) => {
+ el.label = index;
+ return el.id != user.groupCid;
+ this.updateGroupUser = user;
+ this.dialogVisibleUpdateGroup = true;
+ updateChair() {
+ this.groupStudent[this.checkChair].length >
+ this.groupJson.number ||
+ this.groupStudent[this.checkChair].length ==
+ this.groupJson.number
+ this.$message.error("位置已满,无法加入");
+ g: this.checkChair,
+ uid: this.updateGroupUser.userid,
+ .post(this.$store.state.api + "joinCourseGroup", params)
+ this.$message.success("修改成功");
+ this.updateGroupUser = {};
+ this.checkChair = "";
+ this.updateGroupArray = {};
+ this.dialogVisibleUpdateGroup = false;
+ deleteGroupChair(gid, gindex) {
+ this.checkDeleteGroup = [];
+ this.deleteGroupUser = JSON.parse(
+ JSON.stringify(this.groupStudent[gid])
+ this.deleteGroupArray = this.groupJson.group[gindex];
+ this.gid = gid;
+ this.dialogVisibleDeleteGroup = true;
+ async deleteChair() {
+ for (let i = 0; i < this.checkDeleteGroup.length; i++) {
+ const gid =
+ this.groupStudent[this.gid][
+ this.groupStudentUid[this.gid].indexOf(
+ this.checkDeleteGroup[i]
+ gid: gid.id,
+ var a = await this.deleteChairA(params);
+ if (i == this.checkDeleteGroup.length - 1) {
+ this.$message.success("退出成功");
+ this.dialogVisibleDeleteGroup = false;
+ this.deleteGroupUser = [];
+ this.deleteGroupArray = {};
+ this.gid = "";
+ deleteChairA(params) {
+ return new Promise((resolve, reject) => {
+ .post(this.$store.state.api + "exitCourseGroup", params)
+ resolve(1);
+ selectGroup(gid) {
+ this.getCourseGroup(gid)
+ joinGroup(gid) {
+ if (this.groupJson.islock == 2) {
+ this.$message.error("位置已被锁定,无法加入");
+ this.groupStudent[gid].length >
+ this.groupStudent[gid].length == this.groupJson.number
+ g: gid,
+ this.$message.success("加入成功");
+ this.$emit('getGroup')
+ addGroupUser(uid) {
+ if (this.checkboxList3.indexOf(uid) == -1) {
+ this.checkboxList3.push(uid)
+ this.checkboxList3.splice(this.checkboxList3.indexOf(uid), 1)
+ async joinGroup2() {
+ this.groupStudent[this.gid].length + this.checkboxList3.length >
+ for (let i = 0; i < this.checkboxList3.length; i++) {
+ g: this.gid,
+ uid: this.checkboxList3[i],
+ const res = await this.ajax.post(this.$store.state.api + "joinCourseGroup", params)
+ if (i == this.checkboxList3.length - 1) {
+ this.dialogVisibleMember = false
+ exitGroup(id) {
+ this.$message.error("位置已被锁定,无法退出");
+ gid: id,
+ this.$message.error("网络不佳"); s
+ addGroupStudent(groupid) {
+ this.gid = groupid
+ this.searchTN = ""
+ this.checkboxList3 = []
+ this.selectCStudent()
+ this.dialogVisibleMember = true
+ beforeDestory() {
+ clearInterval(this.timer)
+ this.timer = null
+ if (this.classList.length) {
+ if (this.type == 2) {
+ this.classList = this.classList.filter(el => {
+ return this.classId.indexOf(el.id) != -1
+ this.classid = this.classList[0].id
+ this.classid = '1'
+ this.setClassid(this.classid)
+ // if (this.dialogVisibleGroup) {
+ // this.getCourseGroup();
+ // }, 5000)
+ // clearInterval(this.timer)
+ // this.timer = null
+.dialog_diy>>>.el-dialog {
+ margin-top: 10vh !important;
+ background: #454545 !important;
+.group_workBox {}
+.group_workBox+.group_workBox {
+.group_box {
+ padding-bottom: 20px;
+ border-bottom: 2px solid #f0f0f0;
+.group_title {
+.group_name {
+ background-image: url(../../../../assets/icon/groupN.png);
+ width: 220px;
+ padding: 0 20px 0 43px;
+ line-height: 63px;
+.group_work {
+.g_d_box {
+ flex-flow: wrap;
+.g_d_box .isChair {
+ background-image: url(../../../../assets/avatar.png) !important;
+.g_d_group {
+ width: 500px;
+ margin-bottom: 80px;
+.g_d_group_chair {
+.g_d_group_chair>div+div {
+.g_d_group_chair>div,
+.g_d_group_chair2>div {
+.g_d_group_chair>div>span:nth-child(1),
+.g_d_group_chair2>div>span:nth-child(1) {
+ background-image: url(../../../../assets/icon/chair.png);
+.g_d_group_tableBox {
+.g_d_group_chair2 {
+.g_d_group_chair2>div+div {
+.g_d_group_table {
+ background-image: url(../../../../assets/icon/groupBg.png);
+ width: 354px;
+ height: 196px;
+.g_d_group_table>div:nth-child(1) {
+.g_d_group_table>div:nth-child(2) div {
+ background: #2e77bf;
+ padding: 4px 10px;
+.g_d_btnBox {
+.btn_left {
+ padding: 0px 0 0 30px;
+.btn_left>div {
+.btn_left>div+div {
+.btn_left .active {
+.btn_right {
+.updateChair {
+.updateChairBtn {
+ /* display: flex; */
+ background: #00000087;
+ border-radius: 50px;
+.updateChair:hover .updateChairBtn {
+.returnBtn {
+ background: #499eef;
+ line-height: 32px;
+ padding: 10px 25px 0;
+ padding: 10px 0 0 25px;
+ height: calc(100% - 140px);
+.i_box_login2 {
+ height: calc(100% - 80px);
+.i_box_login2>div {
+ background: rgb(225, 237, 255);
+ margin: 10px calc((100% - (80px*5)) / 4) 0 0;
+ color: rgb(37 124 255);
+.i_box_login2>div:nth-child(5n) {
+.i_box_login2>.active {
+ background: rgb(92, 157, 255);
+.i_box_login2>div>span {
+.group_switch {
+.group_switch>span {
+</style>
@@ -95,6 +95,8 @@ import teacherSource from '@/components/pages/teacherSource/index'
import addCourseE from '@/components/pages/easy/addCourse'
import addCourseT from '@/components/pages/task/addCourse'
import dataBoard from '@/components/pages/dataBoard'
+import addSynergyCourse from '@/components/pages/synergyCourse/addCourse'
+import synergyCourse from '@/components/pages/synergyCourse/course'
// 全局修改默认配置,点击空白处不能关闭弹窗
@@ -822,6 +824,20 @@ export default new Router({
meta: {
requireAuth: '' // 不需要鉴权
}
- }
+ path: '/synergyCourse',
+ component: synergyCourse,
+ requireAuth: '' // 是否需要判断是否登录,这里是需要判断
+ path: '/synergyCourse/add',
+ component: addSynergyCourse,
]
})