浏览代码

修改pbl问题

zengyicheng 2 年之前
父节点
当前提交
c0af756e14

+ 12 - 9
src/components/pages/race/addRace.vue

@@ -138,17 +138,17 @@
           <img src="../../../assets/icon/success.png" alt="" />
         </div>
         <div class="cresteMessage">
-          案例征集必填内容已提交,您确定要跳过网页端填写吗?
-          <div style="color: #9a9a9a">
-            建议:网页端填写便于平台留存与展示,建议填写。
+          您确定要跳过网页端填写吗?
+          <div style="color: #9a9a9a; line-height: 25px">
+            本次案例征集必填内容已提交,为实现更佳的展示效果,建议您根据平台指引完成网页端资料填写。
           </div>
         </div>
       </div>
       <span slot="footer" class="dialog-footer">
+        <el-button @click="isAddOrUpRace(1)">跳过并提交</el-button>
         <el-button type="primary" @click="dialogVisible1 = false"
           >继续填写</el-button
         >
-        <el-button @click="isAddOrUpRace(1)">跳过并提交</el-button>
       </span>
     </el-dialog>
     <el-dialog
@@ -281,10 +281,10 @@ export default {
             "2ad17d24-d030-11ec-8c78-005056b86db5",
           ];
           for (var i = 0; i < this.raceInfo.type.length; i++) {
-            if ((t == 1)) {
+            if (t == 1) {
               if (this.raceInfo.type[i] != "") {
                 if (a.indexOf(this.raceInfo.type[i]) == -1) {
-                  console.log(this.raceInfo.type[i])
+                  console.log(this.raceInfo.type[i]);
                 } else {
                   t = 2;
                 }
@@ -338,7 +338,7 @@ export default {
             "2ad17d24-d030-11ec-8c78-005056b86db5",
           ];
           for (var i = 0; i < this.raceInfo.type.length; i++) {
-            if ((t == 1)) {
+            if (t == 1) {
               if (this.raceInfo.type[i] != "") {
                 if (a.indexOf(this.raceInfo.type[i]) == -1) {
                 } else {
@@ -352,7 +352,10 @@ export default {
             return;
           } else if (t == 2) {
             this.dialogVisible1 = true;
-            this.steps++;
+            setTimeout(() => {
+              this.dialogVisible1 = false;
+              this.steps++;
+            }, 5000);
           }
           // this.$message.error("课程分类不能为空");
         }
@@ -415,7 +418,7 @@ export default {
           "2ad17d24-d030-11ec-8c78-005056b86db5",
         ];
         for (var i = 0; i < this.raceInfo.type.length; i++) {
-          if ((t == 1)) {
+          if (t == 1) {
             if (this.raceInfo.type[i] != "") {
               if (a.indexOf(this.raceInfo.type[i]) == -1) {
               } else {

+ 1 - 1
src/components/pages/race/addRace/projectActpro.vue

@@ -463,6 +463,7 @@ export default {
 }
 
 .stepBg {
+  font-size: 16px;
   padding: 80px 0 0 0;
   margin: 0 25px 0 0;
   width: 15%;
@@ -477,7 +478,6 @@ export default {
   overflow: auto;
   min-width: 260px;
   flex-direction: column;
-  font-size: 14px;
 }
 .steps {
   display: flex;

+ 1 - 1
src/components/pages/race/addRace/projectEffect.vue

@@ -413,6 +413,7 @@ export default {
 }
 
 .stepBg {
+  font-size: 16px;
   padding: 80px 0 0 0;
   margin: 0 25px 0 0;
   width: 15%;
@@ -427,7 +428,6 @@ export default {
   overflow: auto;
   min-width: 260px;
   flex-direction: column;
-  font-size: 14px;
 }
 .steps {
   display: flex;

+ 1 - 1
src/components/pages/race/addRace/projectExceva.vue

@@ -413,6 +413,7 @@ export default {
 }
 
 .stepBg {
+  font-size: 16px;
   padding: 80px 0 0 0;
   margin: 0 25px 0 0;
   width: 15%;
@@ -427,7 +428,6 @@ export default {
   overflow: auto;
   min-width: 260px;
   flex-direction: column;
-  font-size: 14px;
 }
 .steps {
   display: flex;

+ 1 - 1
src/components/pages/race/addRace/projectProcess.vue

@@ -1190,6 +1190,7 @@ export default {
 }
 
 .stepBg {
+  font-size: 16px;
   padding: 80px 0 0 0;
   margin: 0 25px 0 0;
   width: 15%;
@@ -1204,7 +1205,6 @@ export default {
   overflow: auto;
   min-width: 260px;
   flex-direction: column;
-  font-size: 14px;
 }
 .steps {
   display: flex;

+ 16 - 17
src/components/pages/race/addRace/raceDetail.vue

@@ -246,14 +246,16 @@
                 >
                   <el-table-column label="姓名" min-width="15" align="center">
                     <template slot-scope="scope">
-                      <div class="userImg">
+                      <!-- <div class="userImg">
                         <div class="tx">
                           <img :src="tx" alt />
                         </div>
                         <div class="fontWidth">
                           {{ scope.row.sn }}
                         </div>
-                        <!-- <div class="lxr">联系人</div> -->
+                      </div> -->
+                      <div class="fontWidth">
+                        {{ scope.row.sn }}
                       </div>
                     </template>
                   </el-table-column>
@@ -344,13 +346,14 @@
                 >
                   <el-table-column label="姓名" min-width="20" align="center">
                     <template slot-scope="scope">
-                      <div class="userImg">
+                      <!-- <div class="userImg">
                         <div class="tx">
                           <img :src="tx" alt />
                         </div>
-                        <div class="fontWidth">
-                          {{ scope.row.sn }}
-                        </div>
+                        
+                      </div> -->
+                      <div class="fontWidth">
+                        {{ scope.row.sn }}
                       </div>
                     </template>
                   </el-table-column>
@@ -530,13 +533,13 @@
                           上传附件
                           <input
                             type="file"
-                            accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
+                            accept="application/pdf"
                             style="display: none"
                             @change="beforeUpload($event, null, 0)"
                           />
                         </button>
-                        <div>
-                          此处需提交《项目式学习方案设计》、《项目式学习活动案例》,此处只能上传PDF,文件不限制大小
+                        <div style="color:red;">
+                          *此处需提交《项目式学习方案设计》、《项目式学习活动案例》的PDF格式文件
                         </div>
                       </div>
                     </div>
@@ -1339,9 +1342,6 @@ export default {
     align-items: flex-start !important;
   }
 
-  .fontWidth {
-    max-width: 50px !important;
-  }
 }
 
 .dialog_diy >>> .el-dialog__header {
@@ -1392,6 +1392,7 @@ export default {
 }
 
 .stepBg {
+  font-size: 16px;
   padding: 80px 0 0 0;
   margin: 0 25px 0 0;
   width: 15%;
@@ -1406,7 +1407,6 @@ export default {
   overflow: auto;
   min-width: 260px;
   flex-direction: column;
-  font-size: 14px;
 }
 
 .steps {
@@ -1669,7 +1669,7 @@ export default {
 
 .tAreaCss >>> .el-textarea__inner {
   resize: none;
-  font-size: 14px;
+  font-size: 16px;
 }
 
 .tAreaCss >>> .el-textarea__inner {
@@ -2224,8 +2224,7 @@ export default {
 }
 
 .fontWidth {
-  max-width: 200px;
-  text-align: left;
+  text-align: center;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -2233,7 +2232,7 @@ export default {
 .radiusCss >>> .el-checkbox__inner {
   border-radius: 50% !important;
 }
-.radiusCss{
+.radiusCss {
   margin-left: 10px !important;
 }
 </style>

+ 1 - 1
src/components/pages/race/addRace/raceOverview.vue

@@ -1106,6 +1106,7 @@ export default {
 }
 
 .stepBg {
+  font-size: 16px;
   padding: 80px 0 0 0;
   margin: 0 25px 0 0;
   width: 15%;
@@ -1120,7 +1121,6 @@ export default {
   overflow: auto;
   min-width: 260px;
   flex-direction: column;
-  font-size: 14px;
 }
 .steps {
   display: flex;

+ 127 - 28
src/components/pages/race/eventCenter/anliDetail.vue

@@ -172,6 +172,15 @@
               <div>{{ s.staTitle }}</div>
             </div>
             <div class="navBTitle" @click="jump('fouth')">3、项目活动过程</div>
+            <div
+              class="navLTitle"
+              v-for="(sa, sib) in anliBox[0].process.stageBox"
+              :key="sib"
+              @click="jumpB(sib)"
+            >
+              <div>1.{{ sib + 1 }}</div>
+              <div>阶段{{ sib + 1 }}</div>
+            </div>
             <div class="navBTitle" @click="jump('fivth')">
               4、项目成果交流与评价
             </div>
@@ -354,7 +363,16 @@
                                 :content="f.name"
                                 placement="top"
                               >
-                                <div @click="lookFile2(f.url, f.type, 0)">
+                                <div
+                                  :class="{
+                                    openTaskActive:
+                                      pptImgUrl1.fileType.infoType ==
+                                      pptImgUrl1.infoData[fIndex].id,
+                                  }"
+                                  @click="
+                                    lookFile2(f.url, f.type, 0, '', fIndex)
+                                  "
+                                >
                                   {{ f.name }}
                                 </div>
                               </el-tooltip>
@@ -560,7 +578,16 @@
                                   :content="f.name"
                                   placement="top"
                                 >
-                                  <div @click="lookFile2(f.url, f.type, 1)">
+                                  <div
+                                    :class="{
+                                      openTaskActive:
+                                        pptImgUrl1.fileType.overType.driType ==
+                                        pptImgUrl1.overData.driData[fIndex].id,
+                                    }"
+                                    @click="
+                                      lookFile2(f.url, f.type, 1, '', fIndex)
+                                    "
+                                  >
                                     {{ f.name }}
                                   </div>
                                 </el-tooltip>
@@ -750,7 +777,16 @@
                                   :content="f.name"
                                   placement="top"
                                 >
-                                  <div @click="lookFile2(f.url, f.type, 2)">
+                                  <div
+                                    :class="{
+                                      openTaskActive:
+                                        pptImgUrl1.fileType.overType.tarType ==
+                                        pptImgUrl1.overData.tarData[fIndex].id,
+                                    }"
+                                    @click="
+                                      lookFile2(f.url, f.type, 2, '', fIndex)
+                                    "
+                                  >
                                     {{ f.name }}
                                   </div>
                                 </el-tooltip>
@@ -939,7 +975,16 @@
                                   :content="f.name"
                                   placement="top"
                                 >
-                                  <div @click="lookFile2(f.url, f.type, 3)">
+                                  <div
+                                    :class="{
+                                      openTaskActive:
+                                        pptImgUrl1.fileType.overType.actType ==
+                                        pptImgUrl1.overData.actData[fIndex].id,
+                                    }"
+                                    @click="
+                                      lookFile2(f.url, f.type, 3, '', fIndex)
+                                    "
+                                  >
                                     {{ f.name }}
                                   </div>
                                 </el-tooltip>
@@ -1380,6 +1425,7 @@
             <div
               class="proOverCss"
               v-if="jd.brief != '' || jd.imgBox.length > 0 || jd.data.length"
+              :id="'jdb' + jdIndex"
             >
               <div class="whiteBg whiteLeft">
                 <div class="navBgTop">
@@ -1509,8 +1555,20 @@
                                     placement="top"
                                   >
                                     <div
+                                      :class="{
+                                        openTaskActive:
+                                          pptImgUrl1.fileType.proType ==
+                                          pptImgUrl1.proData[jdIndex][fIndex]
+                                            .id,
+                                      }"
                                       @click="
-                                        lookFile2(f.url, f.type, 4, jdIndex)
+                                        lookFile2(
+                                          f.url,
+                                          f.type,
+                                          4,
+                                          jdIndex,
+                                          fIndex
+                                        )
                                       "
                                     >
                                       {{ f.name }}
@@ -1710,7 +1768,16 @@
                                   :content="f.name"
                                   placement="top"
                                 >
-                                  <div @click="lookFile2(f.url, f.type, 5)">
+                                  <div
+                                    :class="{
+                                      openTaskActive:
+                                        pptImgUrl1.fileType.excType ==
+                                        pptImgUrl1.excData[fIndex].id,
+                                    }"
+                                    @click="
+                                      lookFile2(f.url, f.type, 5, '', fIndex)
+                                    "
+                                  >
                                     {{ f.name }}
                                   </div>
                                 </el-tooltip>
@@ -1905,7 +1972,16 @@
                                   :content="f.name"
                                   placement="top"
                                 >
-                                  <div @click="lookFile2(f.url, f.type, 6)">
+                                  <div
+                                    :class="{
+                                      openTaskActive:
+                                        pptImgUrl1.fileType.effType ==
+                                        pptImgUrl1.effData[fIndex].id,
+                                    }"
+                                    @click="
+                                      lookFile2(f.url, f.type, 6, '', fIndex)
+                                    "
+                                  >
                                     {{ f.name }}
                                   </div>
                                 </el-tooltip>
@@ -2046,6 +2122,17 @@ export default {
       briefNav: "",
       pptImgUrl: "",
       pptImgUrl1: {
+        fileType: {
+          infoType: "",
+          overType: {
+            driType: "",
+            tarType: "",
+            actType: "",
+          },
+          proType: "",
+          excType: "",
+          effType: "",
+        },
         infoData: [],
         overData: {
           driData: [],
@@ -2164,6 +2251,7 @@ export default {
             this.pptImgUrl1.infoData.push({
               url: a.data[i].url,
               type: a.data[i].type,
+              id: i + 1,
               proVisible: false,
             });
           }
@@ -2177,6 +2265,7 @@ export default {
             this.pptImgUrl1.overData.driData.push({
               url: b.driQuestion.data[i].url,
               type: b.driQuestion.data[i].type,
+              id: i + 1,
               proVisible: false,
             });
           }
@@ -2190,6 +2279,7 @@ export default {
             this.pptImgUrl1.overData.tarData.push({
               url: b.tarDesign.data[i].url,
               type: b.tarDesign.data[i].type,
+              id: i + 1,
               proVisible: false,
             });
           }
@@ -2203,6 +2293,7 @@ export default {
             this.pptImgUrl1.overData.actData.push({
               url: b.actiDesign.data[i].url,
               type: b.actiDesign.data[i].type,
+              id: i + 1,
               proVisible: false,
             });
           }
@@ -2221,6 +2312,7 @@ export default {
               this.pptImgUrl1.proData[i].push({
                 url: c.stageBox[i].data[j].url,
                 type: c.stageBox[i].data[j].type,
+                id: j + 1,
                 proVisible: false,
               });
             }
@@ -2288,6 +2380,7 @@ export default {
             this.pptImgUrl1.excData.push({
               url: e.data[i].url,
               type: e.data[i].type,
+              id: i + 1,
               proVisible: false,
             });
           }
@@ -2298,6 +2391,7 @@ export default {
             this.pptImgUrl1.effData.push({
               url: f.data[i].url,
               type: f.data[i].type,
+              id: i + 1,
               proVisible: false,
             });
           }
@@ -2356,7 +2450,7 @@ export default {
         this.videoVisible = true;
       }
     },
-    lookFile2(u, t, type, i) {
+    lookFile2(u, t, type, i, j) {
       var b = [
         "DOC",
         "DOCX",
@@ -2420,6 +2514,7 @@ export default {
           this.pptImgUrl2.infoData.playerO = d;
           this.pptImgUrl2.infoData.playerO.sources[0].src = u;
         }
+        this.pptImgUrl1.fileType.infoType = j + 1;
       } else if (type == 1) {
         if (
           b.indexOf(
@@ -2446,6 +2541,7 @@ export default {
           this.pptImgUrl2.overData.driData.playerO = d;
           this.pptImgUrl2.overData.driData.playerO.sources[0].src = u;
         }
+        this.pptImgUrl1.fileType.overType.driType = j + 1;
       } else if (type == 2) {
         if (
           b.indexOf(
@@ -2472,6 +2568,7 @@ export default {
           this.pptImgUrl2.overData.tarData.playerO = d;
           this.pptImgUrl2.overData.tarData.playerO.sources[0].src = u;
         }
+        this.pptImgUrl1.fileType.overType.tarType = j + 1;
       } else if (type == 3) {
         if (
           b.indexOf(
@@ -2498,6 +2595,7 @@ export default {
           this.pptImgUrl2.overData.actData.playerO = d;
           this.pptImgUrl2.overData.actData.playerO.sources[0].src = u;
         }
+        this.pptImgUrl1.fileType.overType.actType = j + 1;
       } else if (type == 4) {
         if (
           b.indexOf(
@@ -2524,6 +2622,7 @@ export default {
           this.pptImgUrl2.proData[i].playerO = d;
           this.pptImgUrl2.proData[i].playerO.sources[0].src = u;
         }
+        this.pptImgUrl1.fileType.proType = j + 1;
       } else if (type == 5) {
         if (
           b.indexOf(
@@ -2550,6 +2649,7 @@ export default {
           this.pptImgUrl2.excData.playerO = d;
           this.pptImgUrl2.excData.playerO.sources[0].src = u;
         }
+        this.pptImgUrl1.fileType.excType = j + 1;
       } else if (type == 6) {
         if (
           b.indexOf(
@@ -2576,6 +2676,7 @@ export default {
           this.pptImgUrl2.effData.playerO = d;
           this.pptImgUrl2.effData.playerO.sources[0].src = u;
         }
+        this.pptImgUrl1.fileType.effType = j + 1;
       }
     },
     lookFile() {
@@ -2656,6 +2757,7 @@ export default {
             this.pptImgUrl2.infoData.url;
           this.pptImgUrl2.infoData.showType = 3;
         }
+        this.pptImgUrl1.fileType.infoType = 1;
       }
 
       this.pptImgUrl2.overData.driData = a.overData.driData
@@ -2699,6 +2801,7 @@ export default {
             this.pptImgUrl2.overData.driData.url;
           this.pptImgUrl2.overData.driData.showType = 3;
         }
+        this.pptImgUrl1.fileType.overType.driType = 1;
       }
 
       this.pptImgUrl2.overData.tarData = a.overData.tarData
@@ -2742,6 +2845,7 @@ export default {
             this.pptImgUrl2.overData.tarData.url;
           this.pptImgUrl2.overData.tarData.showType = 3;
         }
+        this.pptImgUrl1.fileType.overType.tarType = 1;
       }
 
       this.pptImgUrl2.overData.actData = a.overData.actData
@@ -2785,6 +2889,7 @@ export default {
             this.pptImgUrl2.overData.actData.url;
           this.pptImgUrl2.overData.actData.showType = 3;
         }
+        this.pptImgUrl1.fileType.overType.actType = 1;
       }
       for (var i = 0; i < a.proData.length; i++) {
         this.pptImgUrl2.proData[i] = a.proData[i] ? a.proData[i][0] : {};
@@ -2826,6 +2931,7 @@ export default {
               this.pptImgUrl2.proData[i].url;
             this.pptImgUrl2.proData[i].showType = 3;
           }
+          this.pptImgUrl1.fileType.proType = 1;
         }
       }
       this.pptImgUrl2.excData = a.excData ? a.excData[0] : {};
@@ -2867,6 +2973,7 @@ export default {
             this.pptImgUrl2.excData.url;
           this.pptImgUrl2.excData.showType = 3;
         }
+        this.pptImgUrl1.fileType.excType = 1;
       }
       this.pptImgUrl2.effData = a.effData ? a.effData[0] : {};
       if (a.effData.length > 0) {
@@ -2907,6 +3014,7 @@ export default {
             this.pptImgUrl2.effData.url;
           this.pptImgUrl2.effData.showType = 3;
         }
+        this.pptImgUrl1.fileType.effType = 1;
       }
     },
     // downloadFile(url) {
@@ -2959,6 +3067,11 @@ export default {
       var b = this.$refs["cenBox"];
       b.scrollTop = a.offsetTop - 70;
     },
+    jumpB(i) {
+      var a = document.getElementById("jdb" + i);
+      var b = this.$refs["cenBox"];
+      b.scrollTop = a.offsetTop - 70;
+    },
     reTop() {
       var a = this.$refs["cenBox"];
       a.scrollTop = 0;
@@ -3088,12 +3201,6 @@ export default {
   .navTop {
     margin: 0 5px !important;
   }
-  /* .navTop > div:nth-child(2) {
-    width: 60px !important;
-    white-space: nowrap;
-    overflow: hidden;
-    text-overflow: ellipsis;
-  } */
   .navBox {
     margin: 0 0 0 28% !important;
   }
@@ -3103,12 +3210,6 @@ export default {
   .proOverNav {
     width: 94% !important;
   }
-  /* .proOverNav {
-    width: 52% !important;
-  } */
-  /* .fileBox {
-    width: auto !important;
-  } */
   .look_file {
     width: 55% !important;
   }
@@ -3119,10 +3220,6 @@ export default {
   .isleftNav {
     top: 55% !important;
   }
-  /* .navLeftBox {
-    height: 400px !important;
-    overflow: auto !important;
-  } */
   .isNavBox {
     left: 22% !important;
   }
@@ -3361,19 +3458,18 @@ body {
   width: 100%;
 }
 .proOverNav {
-  overflow: auto;
   word-break: break-word;
   margin-left: 10px;
   width: 95.5%;
   padding: 0 10px 10px 0;
   border-radius: 5px;
   height: auto;
-  max-height: 500px;
+  /* max-height: 500px; */
   line-height: 30px;
   padding: 10px;
   background: #f7f7f7;
   margin: 10px auto 0;
-  overflow: auto;
+  /* overflow: auto; */
 }
 .noImg {
   max-height: 300px;
@@ -3893,7 +3989,7 @@ ol {
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   box-sizing: border-box;
-  height: 460px;
+  height: 560px;
   overflow-y: auto;
   overflow-x: hidden;
 }
@@ -3976,4 +4072,7 @@ ol {
   border-radius: 10px;
   padding: 20px 0;
 }
+.openTaskActive {
+  color: #4386e6;
+}
 </style>

+ 2 - 2
src/components/tools/wangEnduit.vue

@@ -81,7 +81,7 @@ export default {
         // "foreColor",
         // "backColor",
         // "link",
-        "list",
+        // "list",
         // "todo",
         "justify",
         // "quote",
@@ -268,7 +268,7 @@ ol {
 
 .editor>>>.w-e-text-container .placeholder {
   font-size: 14px;
-  color: #606266;
+  color: #999a9d;
 }
 
 .editor>>>.w-e-text{