lsc il y a 2 ans
Parent
commit
155735730a

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/app.498195ec0c847ccbafe4.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/app.498195ec0c847ccbafe4.js.map


Fichier diff supprimé car celui-ci est trop grand
+ 3 - 0
src/common/aws-sdk-2.99.0.min.js


+ 1 - 1
src/components/pages/CaseDesign.vue

@@ -11,7 +11,7 @@
       "
     >
       <div class="pb_head">
-        <span>项目数据看板</span>
+        <span>课程数据看板</span>
       </div>
       <div class="student_head">
         <div class="head_left">

+ 129 - 240
src/components/pages/addCourse.vue

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

+ 1 - 1
src/components/pages/components/courseCase.vue

@@ -12,7 +12,7 @@
             </div>
         </div>
         <div class="c_box" v-for="(item, index) in data.course" :key="index">
-            <div class="c_title"><b>项目名称:</b>{{ item.title }}</div>
+            <div class="c_title"><b>课程名称:</b>{{ item.title }}</div>
             <div class="line_box">
                 <div :class="'line' + index"></div>
                 <div :class="'line' + index"></div>

+ 1 - 1
src/components/pages/components/report/courseInfo.vue

@@ -2,7 +2,7 @@
   <div v-loading="isloading">
     <div class="ci_info" v-if="Object.keys(courseInfo).length">
       <div class="ci_info_box">
-        <span>项目名称:</span><span>{{ courseInfo.title }}</span>
+        <span>课程名称:</span><span>{{ courseInfo.title }}</span>
       </div>
       <div class="ci_info_box">
         <span>创建人:</span><span>{{ courseInfo.name }}</span>

+ 2 - 2
src/components/pages/components/report/studentAbility.vue

@@ -2,8 +2,8 @@
   <div v-loading="isloading">
     <div style="background: #fff; padding: 10px 0; height: 100%">
       <div class="sd_person_button">
-        <span @click="setType(1)" :class="{ active: type == 1 }">项目目标设置</span>
-        <span @click="setType(2)" :class="{ active: type == 2 }">班级项目评价得分占比</span>
+        <span @click="setType(1)" :class="{ active: type == 1 }">课程目标设置</span>
+        <span @click="setType(2)" :class="{ active: type == 2 }">班级课程评价得分占比</span>
         <!-- <span @click="setType(3)" :class="{ active: type == 3 }">其他项目</span> -->
       </div>
       <div style="display: flex; width: 100%; height: calc(100% - 50px)">

+ 1 - 1
src/components/pages/components/report/studentInfo.vue

@@ -17,7 +17,7 @@
       </div>
     </div>
     <div class="si_course"  v-if="Object.keys(userinfo).length">
-      <div class="si_course_head">项目概况</div>
+      <div class="si_course_head">课程概况</div>
       <div class="si_course_content">
         <div class="si_course_box">
           <div>{{ ccount }}</div>

+ 2 - 2
src/components/pages/components/worksDetail2.vue

@@ -106,7 +106,7 @@
           </el-table-column>
           <el-table-column
             prop="course"
-            label="项目"
+            label="课程"
             min-width="20"
             align="center"
             show-overflow-tooltip
@@ -856,7 +856,7 @@
       <img width="100%" :src="dialogImageUrl" alt />
     </el-dialog>
     <el-dialog
-      title="项目评分"
+      title="课程评分"
       :visible.sync="dataVisible"
       :append-to-body="true"
       width="1100px"

+ 1 - 1
src/components/pages/components/worksDetail3.vue

@@ -536,7 +536,7 @@
       <img width="100%" :src="dialogImageUrl" alt />
     </el-dialog>
     <el-dialog
-      title="项目评分"
+      title="课程评分"
       :visible.sync="dataVisible"
       :append-to-body="true"
       width="1100px"

+ 1 - 1
src/components/pages/course.vue

@@ -2,7 +2,7 @@
   <div class="pb_content" style="height: auto">
     <div class="pb_head top">
       <div>
-        <span class="sub_head">项目管理</span>
+        <span class="sub_head">课程管理</span>
         <span
           class="subClick"
           @click="

+ 1 - 1
src/components/pages/scourse.vue

@@ -2,7 +2,7 @@
   <div class="pb_content" style="height: auto">
     <div class="pb_head top">
       <div>
-        <span>{{orgArray.indexOf(org) != -1 || oidArray.indexOf(oid) != -1 ? "师生项目" : "学生项目"}}</span>
+        <span>{{orgArray.indexOf(org) != -1 || oidArray.indexOf(oid) != -1 ? "师生项目" : "项目管理"}}</span>
         <!-- <span class="subClick" @click="
           goTo('/works?userid=' + userid + '&oid=' + oid + '&org=' + org)
         ">评价管理</span> -->

+ 37 - 27
src/components/pages/student/addCourse.vue

@@ -102,7 +102,7 @@
                                         '&org=' +
                                         org,
                                 }">{{
-    orgArray.indexOf(org) != -1 || oidArray.indexOf(oid) != -1 ? "师生项目" : "学生项目"
+    orgArray.indexOf(org) != -1 || oidArray.indexOf(oid) != -1 ? "师生项目" : "项目管理"
 }}
                                 </el-breadcrumb-item>
                                 <el-breadcrumb-item>
@@ -1153,7 +1153,13 @@
                                                         " @click.stop="deleteWorks(photo.id)" alt />
                                                         <div class="comment">
                                                             <div class="worksName">
-                                                                <div>{{ photo.username }}</div>
+                                                                <div  v-if="(itemTool.tool == 52 || itemTool.tool == 48)">
+                                                                    <el-tooltip v-if="itemTool.people.length > 1" :content="itemTool.people.join('、') " placement="top" effect="dark">
+                                                                        <span>{{ itemTool.people.join("、") }}</span>
+                                                                    </el-tooltip>
+                                                                    <span v-else>{{ itemTool.people.join("、") }}</span>
+                                                                </div>
+                                                                <div v-else>{{ photo.username }}</div>
                                                             </div>
                                                         </div>
                                                     </div>
@@ -4612,6 +4618,7 @@ export default {
                 });
         },
         setMan() {
+            let _unitJosn = this.unitJson;
             // let teacherJuri = this.teacherJuri2;
             this.ManAarray = []
             if (this.checkboxList3.indexOf(this.courseUserid) != -1) {
@@ -4621,6 +4628,26 @@ export default {
             if (array.indexOf(this.courseUserid || this.userid) == -1) {
                 array.push(this.courseUserid || this.userid)
             }
+            for (var i = 0; i < _unitJosn.length; i++) {
+                let _chapter = _unitJosn[i].chapterInfo[0].taskJson
+                for (var j = 0; j < _chapter.length; j++) {
+                    let _task = _chapter[j]
+                    if (array.indexOf(_task.people) == -1) {
+                        _task.people = ""
+                    }
+
+                    if (_task.tcMember && _task.tcMember.length) {
+                        let _tc = _task.tcMember
+                        let _tc2 = []
+                        for (var k = 0; k < _tc.length; k++) {
+                            if (array.indexOf(_tc[k]) != -1) {
+                                _tc2.push(_tc[k])
+                            }
+                        }
+                        _task.tcMember = _tc2
+                    }
+                }
+            }
             let params = {
                 uid: array.join(","),
             };
@@ -5048,31 +5075,10 @@ export default {
         },
         isAddPPTeacher() {
             this.dialogVisibleMember = false;
-            let _unitJosn = this.unitJson;
-            let array = JSON.parse(JSON.stringify(this.checkboxList3))
-            if (array.indexOf(this.courseUserid || this.userid) == -1) {
-                array.push(this.courseUserid || this.userid)
-            }
-            for (var i = 0; i < _unitJosn.length; i++) {
-                let _chapter = _unitJosn[i].chapterInfo[0].taskJson
-                for (var j = 0; j < _chapter.length; j++) {
-                    let _task = _chapter[j]
-                    if (array.indexOf(_task.people) == -1) {
-                        _task.people = ""
-                    }
-
-                    if (_task.tcMember && _task.tcMember.length) {
-                        let _tc = _task.tcMember
-                        let _tc2 = []
-                        for (var k = 0; k < _tc.length; k++) {
-                            if (array.indexOf(_tc[k]) != -1) {
-                                _tc2.push(_tc[k])
-                            }
-                        }
-                        _task.tcMember = _tc2
-                    }
-                }
-            }
+            // let array = JSON.parse(JSON.stringify(this.checkboxList3))
+            // if (array.indexOf(this.courseUserid || this.userid) == -1) {
+            //     array.push(this.courseUserid || this.userid)
+            // }
             this.setMan();
         },
         isAddPPTcTeacher() {
@@ -6257,6 +6263,7 @@ export default {
                             for (var z = 0; z < tool.length; z++) {
                                 let _tool = tool[z]
                                 _tool.toolPhoto = []
+                                _tool.people = []
                                 this.checkJson[z] = []
                                 let checkPeople = 0
                                 for (var k = 0; k < works.length; k++) {
@@ -6264,6 +6271,9 @@ export default {
                                     if (_work.stage == i && _work.task == j && _work.tool == z && _work.atool == _tool.tool) {
                                         if (_tool.tool == 48 || _tool.tool == 52) {
                                             _tool.toolPhoto[0] = _work
+                                            if(_tool.people.indexOf(_work.username) == -1){
+                                                _tool.people.push(_work.username);
+                                            }
                                         } else {
                                             _tool.toolPhoto.push(_work);
                                         }

+ 1 - 1
src/components/pages/student/checkCourse.vue

@@ -2,7 +2,7 @@
   <div class="pb_content" style="height: auto">
     <div class="pb_head top ">
       <div>
-        <span class="sub_head">学生项目</span>
+        <span class="sub_head">项目管理</span>
         <span
             @click="
               goTo(

+ 1 - 1
src/components/pages/student/course.vue

@@ -2,7 +2,7 @@
   <div class="pb_content" style="height: auto">
     <div class="pb_head top">
       <div>
-        <span>{{orgArray.indexOf(org) != -1 || oidArray.indexOf(oid) != -1 ? "师生项目" : "学生项目"}}</span>
+        <span>{{orgArray.indexOf(org) != -1 || oidArray.indexOf(oid) != -1 ? "师生项目" : "项目管理"}}</span>
         <!-- <span class="subClick" @click="
           goTo('/works?userid=' + userid + '&oid=' + oid + '&org=' + org)
         ">评价管理</span> -->

+ 1 - 1
src/components/pages/tencent/student.vue

@@ -95,7 +95,7 @@
             <template slot-scope="scope">
               <div style="display:flex;align-items: center;">
                 <!-- <el-button type="primary" size="small"
-                  @click="checkCourse(scope.row.userid)">学生项目</el-button> -->
+                  @click="checkCourse(scope.row.userid)">项目管理</el-button> -->
                 <div class="delete" @click="deleteStudent(scope.row.userid, scope.row.state)">
                   <img src="../../../assets/remove.png" alt />
                 </div>

+ 1 - 1
src/components/pages/works.vue

@@ -56,7 +56,7 @@
                   org
               )
             "
-            >项目管理</span
+            >课程管理</span
           >
         </div>
         <div class="student_head">

+ 3 - 3
src/components/pages/worksDetail.vue

@@ -24,7 +24,7 @@
           </el-breadcrumb>
         </div>
         <div class="student_search">
-          <div>项目筛选</div>
+          <div>课程筛选</div>
           <!-- <el-select
 						v-model="subject"
 						placeholder="请选择课程"
@@ -82,7 +82,7 @@
           ></el-table-column>
           <el-table-column
             prop="course"
-            label="项目"
+            label="课程"
             min-width="20"
             align="center"
           ></el-table-column>
@@ -388,7 +388,7 @@
       <img width="100%" :src="dialogImageUrl" alt />
     </el-dialog>
     <el-dialog
-      title="项目评分"
+      title="课程评分"
       :visible.sync="dataVisible"
       :append-to-body="true"
       width="1100px"

+ 1 - 1
src/components/tools/leftBar.vue

@@ -30,7 +30,7 @@
             <div class="img" v-else>
               <img src="../../assets/icon/course.png" alt="" />
             </div>
-            <span>课程项目管理</span>
+            <span>课程课程管理</span>
           </el-menu-item>
           <el-menu-item index="/student">
             <div class="img" v-if="path == '/student'">

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff