Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table

zengyicheng 2 years ago
parent
commit
bd02a1f3a6

File diff suppressed because it is too large
+ 0 - 0
dist/2cee0e2af520c9002e14.worker.js


File diff suppressed because it is too large
+ 0 - 0
dist/2cee0e2af520c9002e14.worker.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/f8d828af36db46c3afa6.worker.js


+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.b13cc929c398e870ca63f74f559efe93.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.85f48b0184f614b2b8d9.js></script><script type=text/javascript src=./static/js/vendor.d797842b29c6f5dac7b7.js></script><script type=text/javascript src=./static/js/app.e6e235fda9fad243c510.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>
+    }</style><link href=./static/css/app.189c2123ffe6282dd666cd9a87c513f3.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.85f48b0184f614b2b8d9.js></script><script type=text/javascript src=./static/js/vendor.d797842b29c6f5dac7b7.js></script><script type=text/javascript src=./static/js/app.e343c16952c97e798e1a.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.189c2123ffe6282dd666cd9a87c513f3.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.189c2123ffe6282dd666cd9a87c513f3.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.b13cc929c398e870ca63f74f559efe93.css.map


BIN
dist/static/img/24game.65e7f22.png


BIN
dist/static/img/mohe.ec1fd2f.png


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.e343c16952c97e798e1a.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.e343c16952c97e798e1a.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.e6e235fda9fad243c510.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.e6e235fda9fad243c510.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.85f48b0184f614b2b8d9.js.map


BIN
src/assets/icon/secondToolList/24game.png


BIN
src/assets/icon/secondToolList/GeoGebra.png


BIN
src/assets/icon/secondToolList/mohe.png


BIN
src/assets/icon/secondToolList/translation.png


+ 2 - 0
src/components/pages/Grid.vue

@@ -195,6 +195,7 @@
               <input
                 type="file"
                 accept="image/*"
+                capture="camera"
                 style="display: none"
                 ref="pathClear1"
                 @change="beforeUpload($event, 1)"
@@ -225,6 +226,7 @@
               <input
                 type="file"
                 accept="video/mp4, video/quicktime, video/x-msvideo"
+                capture="camera"
                 style="display: none"
                 ref="pathClear2"
                 @change="beforeUpload($event, 2)"

+ 163 - 37
src/components/pages/addCourse.vue

@@ -844,6 +844,7 @@
                           type="file"
                           accept="video/mp4, video/quicktime, video/x-msvideo"
                           style="display: none"
+                          capture="camera"
                           v-if="inputShow"
                           @change="
                             beforeUpload2($event, unitIndex, 2, itemTaskIndex)
@@ -937,7 +938,7 @@
                               "
                               @click="(itemTool.toolType = 0), $forceUpdate()"
                             >
-                              课程组织
+                              互动
                             </div>
                             <div
                               :class="
@@ -961,7 +962,15 @@
                               "
                               @click="(itemTool.toolType = 3), $forceUpdate()"
                             >
-                              创作类
+                              编程类
+                            </div>
+                            <div
+                              :class="
+                                itemTool.toolType == 5 ? 'isChooseActive' : ''
+                              "
+                              @click="(itemTool.toolType = 5), $forceUpdate()"
+                            >
+                              学科类
                             </div>
                             <div
                               :class="
@@ -1190,33 +1199,6 @@
                                 />
                               </div>
                             </div>
-                            <div class="tool">
-                              <div
-                                class="whiteBIcon"
-                                @click="addTools(31, itemTaskIndex, toolIndex)"
-                              >
-                                <img
-                                  src="../../assets/icon/secondToolList/networkPanel.png"
-                                  alt
-                                />
-                                <div style="margin: 5px 0">网络画板</div>
-                              </div>
-                              <div
-                                class="check"
-                                @click="addTools(31, itemTaskIndex, toolIndex)"
-                              >
-                                <img
-                                  src="../../assets/icon/checkNo.png"
-                                  alt
-                                  v-if="itemTool.tool.indexOf(31) == -1"
-                                />
-                                <img
-                                  src="../../assets/icon/checkedIs.png"
-                                  alt
-                                  v-else
-                                />
-                              </div>
-                            </div>
                           </div>
                           <div class="toolSort" v-if="itemTool.toolType == 2">
                             <!-- <div class="tool">
@@ -1492,6 +1474,143 @@
                               </div>
                             </div>
                           </div>
+                          <div class="toolSort" v-if="itemTool.toolType == 5">
+                            <div class="tool">
+                              <div
+                                class="whiteBIcon"
+                                @click="addTools(28, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/secondToolList/translation.png"
+                                  alt
+                                />
+                                <div style="margin: 5px 0">翻译</div>
+                              </div>
+                              <div
+                                class="check"
+                                @click="addTools(28, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/checkNo.png"
+                                  alt
+                                  v-if="itemTool.tool.indexOf(28) == -1"
+                                />
+                                <img
+                                  src="../../assets/icon/checkedIs.png"
+                                  alt
+                                  v-else
+                                />
+                              </div>
+                            </div>
+                            <div class="tool">
+                              <div
+                                class="whiteBIcon"
+                                @click="addTools(37, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/secondToolList/mohe.png"
+                                  alt
+                                />
+                                <div style="margin: 5px 0">魔盒识字</div>
+                              </div>
+                              <div
+                                class="check"
+                                @click="addTools(37, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/checkNo.png"
+                                  alt
+                                  v-if="itemTool.tool.indexOf(37) == -1"
+                                />
+                                <img
+                                  src="../../assets/icon/checkedIs.png"
+                                  alt
+                                  v-else
+                                />
+                              </div>
+                            </div>
+                            <div class="tool">
+                              <div
+                                class="whiteBIcon"
+                                @click="addTools(38, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/secondToolList/24game.png"
+                                  alt
+                                />
+                                <div style="margin: 5px 0">24点</div>
+                              </div>
+                              <div
+                                class="check"
+                                @click="addTools(38, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/checkNo.png"
+                                  alt
+                                  v-if="itemTool.tool.indexOf(38) == -1"
+                                />
+                                <img
+                                  src="../../assets/icon/checkedIs.png"
+                                  alt
+                                  v-else
+                                />
+                              </div>
+                            </div>
+                            <div class="tool">
+                              <div
+                                class="whiteBIcon"
+                                @click="addTools(31, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/secondToolList/networkPanel.png"
+                                  alt
+                                />
+                                <div style="margin: 5px 0">数学画板</div>
+                              </div>
+                              <div
+                                class="check"
+                                @click="addTools(31, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/checkNo.png"
+                                  alt
+                                  v-if="itemTool.tool.indexOf(31) == -1"
+                                />
+                                <img
+                                  src="../../assets/icon/checkedIs.png"
+                                  alt
+                                  v-else
+                                />
+                              </div>
+                            </div>
+                            <div class="tool">
+                              <div
+                                class="whiteBIcon"
+                                @click="addTools(39, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/secondToolList/GeoGebra.png"
+                                  alt
+                                />
+                                <div style="margin: 5px 0">GeoGebra</div>
+                              </div>
+                              <div
+                                class="check"
+                                @click="addTools(39, itemTaskIndex, toolIndex)"
+                              >
+                                <img
+                                  src="../../assets/icon/checkNo.png"
+                                  alt
+                                  v-if="itemTool.tool.indexOf(39) == -1"
+                                />
+                                <img
+                                  src="../../assets/icon/checkedIs.png"
+                                  alt
+                                  v-else
+                                />
+                              </div>
+                            </div>
+                          </div>
                           <div class="toolSort" v-if="itemTool.toolType == 4">
                             <div class="tool">
                               <div
@@ -1746,12 +1865,12 @@
               <div style="font-weight: bold">成功</div>
               <!-- <div>您的课程编号</div>
               <div class="number">{{ number }}</div>-->
-              <div class="success_button">
-                <!-- <div class="look_course" @click="isNoFinsh">
+              <!-- <div class="success_button">
+                <div class="look_course" @click="isNoFinsh">
                   邀请老师协同编辑
-                </div>-->
+                </div>
                 <div class="attend_others" @click="goCourse">预览课程</div>
-              </div>
+              </div> -->
             </div>
           </div>
           <div class="info_btnBox">
@@ -2131,7 +2250,7 @@
                   :class="chapToolsType == 0 ? 'isChooseActive' : ''"
                   @click="chapToolsType = 0"
                 >
-                  课程组织
+                  互动
                 </div>
                 <div
                   :class="chapToolsType == 1 ? 'isChooseActive' : ''"
@@ -2260,7 +2379,7 @@
                       src="../../assets/icon/secondToolList/networkPanel.png"
                       alt
                     />
-                    <div style="margin: 5px 0">网络画板</div>
+                    <div style="margin: 5px 0">数学画板</div>
                   </div>
                   <div class="check" @click="chapAddTools(31)">
                     <img
@@ -4126,7 +4245,9 @@ export default {
             if (this.timer) clearTimeout(this.timer);
             this.timer = null;
             // this.timer = setInterval(() => {
-            this.seleteCourseUpdate();
+
+            // this.seleteCourseUpdate();
+
             // }, 5000);
             this.$forceUpdate();
             setTimeout(() => {
@@ -4412,6 +4533,7 @@ export default {
   height: 100%;
   width: 100%;
   display: flex;
+  overflow: hidden;
 }
 
 .basic_box {
@@ -4427,6 +4549,10 @@ export default {
   text-align: center;
   border-bottom: 1px solid #bfbfbf;
   box-sizing: border-box;
+  display: flex;
+  align-items: center;
+  flex-direction: column;
+  justify-content: center;
 }
 .info_title {
   font-size: 1.5em;
@@ -5495,7 +5621,7 @@ ol {
 }
 .chooseWho {
   display: flex;
-  width: 300px;
+  width: 320px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-between;

+ 1 - 0
src/components/pages/addPPt.vue

@@ -45,6 +45,7 @@
                   <input
                     type="file"
                     accept="image/png,image/jpg"
+                    capture="camera"
                     style="display: none"
                     @change="beforeUpload1($event, 1)"
                   />

+ 56 - 22
src/components/pages/components/worksDetail2.vue

@@ -217,7 +217,7 @@
                 </el-tooltip>
                 <div class="ml">目录</div>
                 <div class="cru_selectBox">
-                  <div v-for="(dy, dyIndex) in dyList" :key="dyIndex">
+                  <div v-for="(dy, dyIndex) in dyList2" :key="dyIndex">
                     <div class="blue_box_one" @click="isOpen(dyIndex)">
                       <div>第{{ dyIndex + 1 }}阶段</div>
                       <div>{{ dy.name }}</div>
@@ -225,7 +225,7 @@
                     <div
                       class="twoChild"
                       :class="{
-                        navActive: dyIndex == stageIndex,
+                        navActive: dy.id == stageIndex,
                       }"
                     >
                       <div
@@ -235,21 +235,21 @@
                       >
                         <div
                           class="navTask"
-                          @click="openTask(dyIndex, navIndex, nav.id)"
+                          @click="openTask(dy.id, nav.id)"
                           :class="{
                             openTaskActive:
-                              navIndex == taskCount &&
-                              nav.id == navId &&
-                              dyIndex == stageIndex,
+                              nav.id == taskCount &&
+                              dy.id + '-' + nav.id == navId &&
+                              dy.id == stageIndex,
                           }"
                         >
                           <div
                             class="vedioNav"
                             :class="{
                               isClick:
-                                navIndex == taskCount &&
-                                nav.id == navId &&
-                                dyIndex == stageIndex,
+                                nav.id == taskCount &&
+                                dy.id + '-' + nav.id == navId &&
+                                dy.id == stageIndex,
                             }"
                             style="margin: 0"
                           >
@@ -269,7 +269,7 @@
                   </div>
                 </div>
               </div>
-              <div class="shuBox">
+              <div class="shuBox" v-if="worksDetail.length">
                 <div
                   class="allBox"
                   v-for="(sin, sIndex) in sInfo"
@@ -883,6 +883,7 @@ export default {
       },
       askJson: {},
       dyList: [],
+      dyList2: [],
       userAarray: [],
     };
   },
@@ -963,7 +964,7 @@ export default {
             _rateList = [];
           var worksDetail = res.data[1];
           // this.scopeId = res.data[2][0].id;
-          var scopeId = res.data[2][0].id;
+          // var scopeId = res.data[2][0].id;
           var askInfo = res.data[3];
           var answerInfo = res.data[4];
           var pptInfo = res.data[5];
@@ -978,6 +979,7 @@ export default {
               answerInfo: [],
               wpptInfo: [],
               scopeId: res.data[0][k].id,
+              stagetask: "",
             });
             this.allWorks = res.data[0][k];
             this.chapInfo.push(JSON.parse(res.data[0][k].chapters));
@@ -986,15 +988,19 @@ export default {
               chapters[0][res.data[0][k].stage].chapterInfo[0].taskJson[
                 res.data[0][k].task
               ].eList;
+            workJson[k].stagetask =
+              res.data[0][k].stage + "-" + res.data[0][k].task;
             if (eList) {
+              _ooption = [];
               workJson[k].eList = eList;
               for (var i = 0; i < eList.length; i++) {
                 _ooption.push({ value: 0, name: eList[i].value });
-                workJson[k].rateList[eList[j].value] = 0;
+                workJson[k].rateList[eList[i].value] = 0;
               }
               workJson[k].rateList.content = "";
               this.ooption[k] = _ooption;
             } else {
+              _ooption = [];
               workJson[k].eList = [
                 { value: "意识能力", detail: "", score: 5 },
                 { value: "科学探究能力", detail: "", score: 5 },
@@ -1129,6 +1135,30 @@ export default {
             }
           }, 0);
 
+          let _dyList = JSON.parse(JSON.stringify(this.dyList));
+          let _dyList2 = [];
+          let _dyList3 = [];
+          for (var c = 0; c < _dyList.length; c++) {
+            _dyList[c].taskList = [];
+            _dyList2.push(_dyList[c]);
+          }
+          _dyList = JSON.parse(JSON.stringify(this.dyList));
+          for (var c = 0; c < workJson.length; c++) {
+            let _stage = workJson[c].stagetask.split("-")[0];
+            let _task = workJson[c].stagetask.split("-")[1];
+            _dyList2[_stage].taskList.push(_dyList[_stage].taskList[_task]);
+            _dyList2[_stage].taskList;
+          }
+          for (var c = 0; c < _dyList2.length; c++) {
+            if (_dyList2[c].taskList.length) {
+              _dyList3.push(_dyList2[c]);
+            }
+          }
+          this.dyList2 = _dyList3;
+          this.stageIndex = this.dyList2[0].id;
+          this.taskCount = this.dyList2[0].taskList[0].id;
+          this.navId =
+            this.dyList2[0].id + "-" + this.dyList2[0].taskList[0].id;
           // this.sInfo = res.data[0][0];
           // this.chapInfo = JSON.parse(res.data[0][0].chapters);
           // var chapters = JSON.parse(res.data[0][0].chapters);
@@ -1486,6 +1516,7 @@ export default {
             imgIndex: 0,
             eList: [],
             rateList: {},
+            wpptInfo: [],
             askInfo: [],
             answerInfo: [],
           };
@@ -1662,15 +1693,15 @@ export default {
     isOpen(s) {
       this.stageIndex = s;
     },
-    openTask(s, t, i) {
-      var a = s + "-" + t;
+    openTask(s, i) {
+      var a = s + "-" + i;
       var b = document.getElementById(a);
       var d = b.getAttribute("scrollindex");
       var c = document.getElementsByClassName("shuBox")[0];
       c.scrollTop = parseInt(d) * 375;
       this.stageIndex = s;
-      this.taskCount = t;
-      this.navId = i;
+      this.taskCount = i;
+      this.navId = a;
     },
     async generate(a) {
       // 将html文件中需要用到的数据挂载到store上
@@ -2188,6 +2219,7 @@ export default {
 .zyBox {
   display: flex;
   min-width: 600px;
+  width: 600px;
   position: relative;
   background: #fff;
   flex-direction: column;
@@ -2262,7 +2294,8 @@ export default {
 }
 
 .max_diy >>> .el-dialog {
-  max-width: 1200px;
+  /* max-width: 1200px; */
+  max-width: 1300px;
 }
 
 .dialog_diy2 >>> .el-dialog__header {
@@ -2296,7 +2329,8 @@ export default {
   margin: 10px 0;
   background: #fff;
   padding: 15px;
-  max-height: 400px;
+  /* max-height: 400px; */
+  max-height: 170px;
   overflow: auto;
 }
 .a_add_box {
@@ -2496,7 +2530,7 @@ export default {
   width: 20%;
   margin-right: 10px;
   background: rgb(255, 255, 255);
-  padding-right: 10px;
+  /* padding-right: 10px; */
   height: 500px;
 }
 .cTitle {
@@ -2524,7 +2558,7 @@ export default {
   font-weight: bold;
 }
 .cru_selectBox {
-  width: 105%;
+  width: 100%;
   margin: 0 auto;
   overflow: auto;
   height: 400px;
@@ -2554,7 +2588,7 @@ export default {
   color: #fff;
   background-image: linear-gradient(90deg, #477cd7, #65b9fc);
   border-radius: 7px;
-  margin: 10px;
+  margin: 10px auto;
   cursor: pointer;
   width: 95%;
   height: 45px;
@@ -2588,7 +2622,7 @@ export default {
 }
 .twoChild {
   width: 95%;
-  margin: 10px;
+  margin: 10px auto;
   border-radius: 5px;
   background: #f2f2f2;
   display: flex;

+ 3 - 1
src/components/pages/library.vue

@@ -5,7 +5,8 @@
       <div v-if="choose == 0" @click="addImg($event)">
         <input
           type="file"
-          accept="image/png,image/gif,image/jpeg"
+          accept="image/*"
+          capture="camera"
           style="display: none"
           @change="beforeUpload1($event, 1)"
         />
@@ -15,6 +16,7 @@
         <input
           type="file"
           accept="video/mp4,video/quicktime,video/x-msvideo"
+          capture="camera"
           style="display: none"
           @change="beforeUpload2($event, 2)"
         />

Some files were not shown because too many files changed in this diff