lsc 2 år sedan
förälder
incheckning
0b0654e662

+ 7 - 4
src/components/pages/race/addRace.vue

@@ -260,14 +260,12 @@ export default {
           this.$message.error("标题不能为空");
           return;
         } else if (this.raceInfo.type.length == 0) {
-          this.$message.error("课程分类不能为空");
+          // this.$message.error("课程分类不能为空");
+          this.$message.error("案例组别不能为空");
           return;
         } else if (this.raceInfo.autor.length == 0) {
           this.$message.error("请添加联系人");
           return;
-        } else if (this.raceInfo.tableData.length == 0) {
-          this.$message.error("请添加协作者");
-          return;
         } else if (this.raceInfo.courseText == "") {
           this.$message.error("请填写项目简介");
           return;
@@ -277,6 +275,11 @@ export default {
         } else {
           this.steps = steps;
         }
+
+        // else if (this.raceInfo.tableData.length == 0) {
+        //   this.$message.error("请添加协作者");
+        //   return;
+        // }
       } else {
         this.steps = steps;
       }

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

@@ -14,6 +14,7 @@
             </div>
             <div class="stepRightNav" @click="jump('jd' + staIndex + 1)">
               <div>阶段{{ staIndex + 1 }}</div>
+              <div v-if="sta.staTitle != ''">{{ sta.staTitle }}</div>
               <div class="isFinishCss" v-if="sta.brief != ''">
                 <div class="isFinish">
                   <img src="../../../../assets/icon/race/finish.png" alt="" />

+ 9 - 8
src/components/pages/race/eventCenter/anliDetail.vue

@@ -295,7 +295,7 @@
                   >
                     <div class="fileCss">
                       <div>
-                        1.{{
+                        {{fIndex+1}}.{{
                           f.type == 1 ? "文档" : f.type == 2 ? "视频" : "图片"
                         }}
                       </div>
@@ -487,7 +487,7 @@
                     >
                       <div class="fileCss">
                         <div>
-                          1.{{
+                          {{fIndex+1}}.{{
                             f.type == 1 ? "文档" : f.type == 2 ? "视频" : "图片"
                           }}
                         </div>
@@ -648,7 +648,7 @@
                     >
                       <div class="fileCss">
                         <div>
-                          1.{{
+                          {{fIndex+1}}.{{
                             f.type == 1 ? "文档" : f.type == 2 ? "视频" : "图片"
                           }}
                         </div>
@@ -809,7 +809,7 @@
                     >
                       <div class="fileCss">
                         <div>
-                          1.{{
+                          {{fIndex+1}}.{{
                             f.type == 1 ? "文档" : f.type == 2 ? "视频" : "图片"
                           }}
                         </div>
@@ -1311,7 +1311,7 @@
                       >
                         <div class="fileCss">
                           <div>
-                            1.{{
+                            {{fIndex+1}}.{{
                               f.type == 1
                                 ? "文档"
                                 : f.type == 2
@@ -1489,7 +1489,7 @@
                     >
                       <div class="fileCss">
                         <div>
-                          1.{{
+                          {{fIndex+1}}.{{
                             f.type == 1 ? "文档" : f.type == 2 ? "视频" : "图片"
                           }}
                         </div>
@@ -1664,7 +1664,7 @@
                     >
                       <div class="fileCss">
                         <div>
-                          1.{{
+                          {{fIndex+1}}.{{
                             f.type == 1 ? "文档" : f.type == 2 ? "视频" : "图片"
                           }}
                         </div>
@@ -2860,7 +2860,8 @@ body {
   position: fixed;
   left: 50%;
   transform: translateX(-50%);
-  top: 5%;
+  /* top: 5%; */
+  top: 50px;
   box-shadow: 2px 2px 11px 1px #bdbdbd;
   width: 100%;
   border-radius: 0 !important;

+ 1 - 1
src/components/pages/race/eventCenter/myAnli.vue

@@ -22,7 +22,7 @@
         <div class="anliTop">
           <div class="anliTopLeft">
             <div>比赛名称:广东省PBL案例征集</div>
-            <div>比赛类别:{{ an.typename ? an.typename : "暂无分类" }}</div>
+            <div>案例组别:{{ an.typename ? an.typename : "暂无分类" }}</div>
           </div>
           <div class="anliTopRight">创建人:{{ an.name }}</div>
         </div>

+ 4 - 0
src/components/tools/wangEnduit.vue

@@ -268,4 +268,8 @@ ol {
   font-size: 14px;
   color: #757575;
 }
+
+.editor>>>.w-e-text{
+  padding: 10px 10px;
+}
 </style>