zengyicheng hai 1 ano
pai
achega
5a58a38661

+ 1 - 1
dist/index.html

@@ -24,4 +24,4 @@
             height: 100%;
             width: 100%;
             background: #e6eaf0;
-        }</style><link href=./static/css/app.f09d8f79ab376a1f982dc1d35667f93a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.dca404bd3711c644c2ae.js></script><script type=text/javascript src=./static/js/app.11dd199d95efa17b1557.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>
+        }</style><link href=./static/css/app.815e3927b3a8d081258a68dce851ff26.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.dca404bd3711c644c2ae.js></script><script type=text/javascript src=./static/js/app.657803525a7faa3252c9.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.815e3927b3a8d081258a68dce851ff26.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.815e3927b3a8d081258a68dce851ff26.css.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.f09d8f79ab376a1f982dc1d35667f93a.css.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.11dd199d95efa17b1557.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.11dd199d95efa17b1557.js.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.657803525a7faa3252c9.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.657803525a7faa3252c9.js.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 73 - 144
src/components/pages/race/addRace.vue

@@ -11,7 +11,7 @@
         <div class="navImg">
           <img src="../../../assets/icon/anliDetail/second.png" alt="" />
         </div>
-        <div>项目概况</div>
+        <div>课程设计</div>
       </div>
       <div class="first" @click="checkSteps(3)" :class="{ active: steps == 3 }">
         <div class="navImg">
@@ -19,23 +19,47 @@
         </div>
         <div>项目安排</div>
       </div>
+      <div class="first" @click="checkSteps(4)" :class="{ active: steps == 4 }">
+        <div class="navImg">
+          <img src="../../../assets/icon/anliDetail/fouth.png" alt="" />
+        </div>
+        <div>过程记录</div>
+      </div>
+      <div class="first" @click="checkSteps(5)" :class="{ active: steps == 5 }">
+        <div class="navImg">
+          <img src="../../../assets/icon/anliDetail/five.png" alt="" />
+        </div>
+        <div>成果与评价</div>
+      </div>
+      <div class="first" @click="checkSteps(6)" :class="{ active: steps == 6 }">
+        <div class="navImg">
+          <img src="../../../assets/icon/anliDetail/six.png" alt="" />
+        </div>
+        <div>成效与反思</div>
+      </div>
+      <!-- <div class="first" @click="checkSteps(3)" :class="{ active: steps == 3 }">
+        <div class="navImg">
+          <img src="../../../assets/icon/anliDetail/third.png" alt="" />
+        </div>
+        <div>项目安排</div>
+      </div> -->
       <!-- <div class="first" @click="checkSteps(4)" :class="{ active: steps == 4 }">
         <div class="navImg">
           <img src="../../../assets/icon/anliDetail/fouth.png" alt="" />
         </div>
-        <div>项目过程记录</div>
+        <div>过程记录</div>
       </div>
       <div class="first" @click="checkSteps(5)" :class="{ active: steps == 5 }">
         <div class="navImg">
           <img src="../../../assets/icon/anliDetail/five.png" alt="" />
         </div>
-        <div>项目成效</div>
+        <div>成效</div>
       </div>
       <div class="first" @click="checkSteps(6)" :class="{ active: steps == 6 }">
         <div class="navImg">
           <img src="../../../assets/icon/anliDetail/six.png" alt="" />
         </div>
-        <div>项目反思</div>
+        <div>反思</div>
       </div> -->
     </div>
     <div class="race_body">
@@ -209,31 +233,46 @@ export default {
         cover: [],
         autor: [],
         tableData: [],
-        courseText: "",
         data: [],
       },
       raceOverView: {
+        courseText: "",
         driQuestion: { brief: "", data: [] },
         tarDesign: { brief: "", data: [] },
-        actiDesign: { brief: "", data: [] },
+        eventDesign: { brief: "", data: [] },
+        evaDesign: { brief: "", data: [] },
+        refDesign: { brief: "", data: [] },
+        noteDesign: { brief: "", data: [] },
       },
+      // raceProcess: {
+      //   stageBox: [
+      //     {
+      //       staTitle: "",
+      //       allTime: "",
+      //       brief: "",
+      //       data: [],
+      //       actBox: [
+      //         {
+      //           actName: "",
+      //           actTime: "",
+      //           driQuestion: { brief: "", data: [] },
+      //           tarDesign: { brief: "", data: [] },
+      //           actiDesign: { brief: "", data: [] },
+      //           evaDesign: { brief: "", data: [] },
+      //         },
+      //       ],
+      //     },
+      //   ],
+      // },
       raceProcess: {
-        stageBox: [
+        actBox: [
           {
-            staTitle: "",
-            allTime: "",
+            actName: "",
             brief: "",
             data: [],
-            actBox: [
-              {
-                actName: "",
-                actTime: "",
-                driQuestion: { brief: "", data: [] },
-                tarDesign: { brief: "", data: [] },
-                actiDesign: { brief: "", data: [] },
-                evaDesign: { brief: "", data: [] },
-              },
-            ],
+            driQuestion: { brief: "", data: [] },
+            tarDesign: { brief: "", data: [] },
+            actiDesign: { brief: "", data: [] },
           },
         ],
       },
@@ -297,54 +336,15 @@ export default {
         if (this.raceInfo.title == "") {
           this.$message.error("标题不能为空");
           return;
-        } else if (this.raceInfo.type.length == 0) {
-          // this.$message.error("课程分类不能为空");
-          this.$message.error("案例组别不能为空");
-          return;
         } else if (this.raceInfo.autor.length == 0) {
           this.$message.error("请添加联系人");
           return;
-        } else if (this.raceInfo.courseText == "") {
-          this.$message.error("请填写项目简介");
-          return;
         } else if (this.raceInfo.data.length == 0) {
           this.$message.error("上传文件不能为空");
           return;
-        } else if (this.raceInfo.type.length > 0) {
-          var t = 1;
-          var a = [
-            "24d162b0-d030-11ec-8c78-005056b86db5",
-            "264bd103-d030-11ec-8c78-005056b86db5",
-            "28d2c456-d030-11ec-8c78-005056b86db5",
-            "2ad17d24-d030-11ec-8c78-005056b86db5",
-          ];
-          for (var i = 0; i < this.raceInfo.type.length; i++) {
-            if (t == 1) {
-              if (this.raceInfo.type[i] != "") {
-                if (a.indexOf(this.raceInfo.type[i]) == -1) {
-                  console.log(this.raceInfo.type[i]);
-                } else {
-                  t = 2;
-                }
-              }
-            }
-          }
-          if (t == 1) {
-            this.$message.error("案例组别不能为空");
-            return;
-          } else if (t == 2) {
-            this.steps = steps;
-          }
-          // this.$message.error("课程分类不能为空");
+        } else {
+          this.steps = steps;
         }
-        //  else {
-        //   this.steps = steps;
-        // }
-
-        // else if (this.raceInfo.tableData.length == 0) {
-        //   this.$message.error("请添加协作者");
-        //   return;
-        // }
       } else {
         this.steps = steps;
       }
@@ -354,64 +354,24 @@ export default {
         if (this.raceInfo.title == "") {
           this.$message.error("标题不能为空");
           return;
-        } else if (this.raceInfo.type.length == 0) {
-          // this.$message.error("课程分类不能为空");
-          this.$message.error("案例组别不能为空");
-          return;
         } else if (this.raceInfo.autor.length == 0) {
           this.$message.error("请添加联系人");
           return;
-        } else if (this.raceInfo.courseText == "") {
-          this.$message.error("请填写项目简介");
-          return;
         } else if (this.raceInfo.data.length == 0) {
           this.$message.error("上传文件不能为空");
           return;
-        } else if (this.raceInfo.type.length > 0) {
-          var t = 1;
-          var a = [
-            "24d162b0-d030-11ec-8c78-005056b86db5",
-            "264bd103-d030-11ec-8c78-005056b86db5",
-            "28d2c456-d030-11ec-8c78-005056b86db5",
-            "2ad17d24-d030-11ec-8c78-005056b86db5",
-          ];
-          for (var i = 0; i < this.raceInfo.type.length; i++) {
-            if (t == 1) {
-              if (this.raceInfo.type[i] != "") {
-                if (a.indexOf(this.raceInfo.type[i]) == -1) {
-                } else {
-                  t = 2;
-                }
-              }
-            }
-          }
-          if (t == 1) {
-            this.$message.error("案例组别不能为空");
-            return;
-          } else if (t == 2) {
-            if (this.timer) {
-              clearInterval(this.timer);
-            }
-            this.timer = null;
-            this.lastTime = 5;
-            this.dialogVisible1 = true;
-            this.setTime();
-            // setTimeout(() => {
-            //   this.dialogVisible1 = false;
-            //   this.steps++;
-            // }, 5000);
-            // this.steps++;
+        } else {
+          if (this.timer) {
+            clearInterval(this.timer);
           }
-          // this.$message.error("课程分类不能为空");
+          this.timer = null;
+          this.lastTime = 5;
+          this.dialogVisible1 = true;
+          this.setTime();
         }
       } else {
         this.steps++;
       }
-      //  else if(2 <= this.steps < 6) {
-      //   this.dialogVisible1 = true;
-      //   this.steps++;
-      // }
-      // this.isAddOrUpRace1(3);
     },
     lastSteps() {
       this.steps--;
@@ -441,49 +401,19 @@ export default {
       if (this.raceInfo.title == "") {
         this.$message.error("标题不能为空");
         return;
-      } else if (this.raceInfo.type.length == 0) {
-        // this.$message.error("课程分类不能为空");
-        this.$message.error("案例组别不能为空");
-        return;
       } else if (this.raceInfo.autor.length == 0) {
         this.$message.error("请添加联系人");
         return;
-      } else if (this.raceInfo.courseText == "") {
-        this.$message.error("请填写项目简介");
-        return;
       } else if (this.raceInfo.data.length == 0) {
         this.$message.error("上传文件不能为空");
         return;
-      } else if (this.raceInfo.type.length > 0) {
-        var t = 1;
-        var a = [
-          "24d162b0-d030-11ec-8c78-005056b86db5",
-          "264bd103-d030-11ec-8c78-005056b86db5",
-          "28d2c456-d030-11ec-8c78-005056b86db5",
-          "2ad17d24-d030-11ec-8c78-005056b86db5",
-        ];
-        for (var i = 0; i < this.raceInfo.type.length; i++) {
-          if (t == 1) {
-            if (this.raceInfo.type[i] != "") {
-              if (a.indexOf(this.raceInfo.type[i]) == -1) {
-              } else {
-                t = 2;
-              }
-            }
-          }
-        }
-        if (t == 1) {
-          this.$message.error("案例组别不能为空");
-          return;
-        } else if (t == 2) {
-          this.isJump = q;
-          if (this.aid == "" || this.aid == undefined) {
-            this.addRace();
-          } else {
-            this.updateRace();
-          }
+      } else {
+        this.isJump = q;
+        if (this.aid == "" || this.aid == undefined) {
+          this.addRace();
+        } else {
+          this.updateRace();
         }
-        // this.$message.error("课程分类不能为空");
       }
     },
     saveRace(noDia) {
@@ -640,7 +570,6 @@ export default {
         this.raceInfo.title != "" ||
         this.raceInfo.type.length > 0 ||
         this.raceInfo.autor.length > 0 ||
-        this.raceInfo.courseText != "" ||
         this.raceInfo.data.length > 0
       ) {
         this.dialogVisible2 = true;

+ 42 - 49
src/components/pages/race/addRace/projectActpro.vue

@@ -6,15 +6,15 @@
         <div class="stepBg">
           <div
             class="steps"
-            v-for="(sta, staIndex) in raceAct.stageBox"
+            v-for="(sta, staIndex) in raceAct.actBox"
             :key="staIndex"
           >
             <div>
               <img src="../../../../assets/icon/race/progress.png" alt="" />
             </div>
             <div class="stepRightNav" @click="jump('jd' + staIndex + 1)">
-              <div>任务{{ staIndex + 1 }}</div>
-              <div v-if="sta.staTitle != ''">{{ sta.staTitle }}</div>
+              <div>环节{{ staIndex + 1 }}</div>
+              <div v-if="sta.actName != ''">{{ sta.actName }}</div>
               <div class="isFinishCss" v-if="sta.brief != ''">
                 <div class="isFinish">
                   <img src="../../../../assets/icon/race/finish.png" alt="" />
@@ -26,11 +26,11 @@
         </div>
         <div class="right">
           <div
-            v-for="(sa, saIndex) in raceAct.stageBox"
+            v-for="(sa, saIndex) in raceAct.actBox"
             :key="saIndex"
             :id="'jd' + saIndex + 1"
           >
-            <div class="right_title">任务{{ saIndex + 1 }}</div>
+            <div class="right_title">环节{{ saIndex + 1 }}</div>
             <div class="saBox">
               <div class="saLittleBox">
                 <div style="position: relative">
@@ -192,22 +192,14 @@ export default {
   data() {
     return {
       raceAct: {
-        stageBox: [
+        actBox: [
           {
-            staTitle: "",
-            allTime: "",
+            actName: "",
             brief: "",
             data: [],
-            actBox: [
-              {
-                actName: "",
-                actTime: "",
-                driQuestion: { brief: "", data: [] },
-                tarDesign: { brief: "", data: [] },
-                actiDesign: { brief: "", data: [] },
-                evaDesign: { brief: "", data: [] },
-              },
-            ],
+            driQuestion: { brief: "", data: [] },
+            tarDesign: { brief: "", data: [] },
+            actiDesign: { brief: "", data: [] },
           },
         ],
       },
@@ -236,12 +228,12 @@ export default {
       if (this.ending === this.dragging) {
         return;
       }
-      let newItems = [...this.raceAct.stageBox[i].data];
+      let newItems = [...this.raceAct.actBox[i].data];
 
       const src = newItems[this.dragging];
       const dst = newItems[this.ending];
-      this.raceAct.stageBox[i].data[this.dragging] = dst;
-      this.raceAct.stageBox[i].data[this.ending] = src;
+      this.raceAct.actBox[i].data[this.dragging] = dst;
+      this.raceAct.actBox[i].data[this.ending] = src;
 
       this.$forceUpdate();
       this.$nextTick(() => {
@@ -271,12 +263,12 @@ export default {
       b.scrollTop = a.offsetTop;
     },
     imgChange(file, fileList, type, sindex) {
-      var _tmp = this.raceAct.stageBox[sindex].data;
+      var _tmp = this.raceAct.actBox[sindex].data;
       this.noneBtnImg = _tmp.length >= 1;
     },
     deleteChapterData(e, si, i) {
       e.stopPropagation();
-      this.raceAct.stageBox[si].data.splice(i, 1);
+      this.raceAct.actBox[si].data.splice(i, 1);
       this.upRaceAct();
     },
     beforeUpload(event, type, sindex) {
@@ -377,12 +369,12 @@ export default {
         type1 = 2;
       }
 
-      _this.raceAct.stageBox[sindex].data.progress = 0;
-      _this.raceAct.stageBox[sindex].data.proVisible = true;
-      _this.raceAct.stageBox[sindex].data.isFinishSize = 0;
-      _this.raceAct.stageBox[sindex].data.isAllSize = 0;
+      _this.raceAct.actBox[sindex].data.progress = 0;
+      _this.raceAct.actBox[sindex].data.proVisible = true;
+      _this.raceAct.actBox[sindex].data.isFinishSize = 0;
+      _this.raceAct.actBox[sindex].data.isAllSize = 0;
       var a = (file.size / 1024 / 1024).toFixed(2);
-      _this.raceAct.stageBox[sindex].data.isAllSize = a - 0;
+      _this.raceAct.actBox[sindex].data.isAllSize = a - 0;
       _this.$forceUpdate();
       if (file) {
         var params = {
@@ -406,33 +398,33 @@ export default {
           .on("httpUploadProgress", function (evt) {
             //这里可以写进度条
             // console.log("Uploaded : " + parseInt((evt.loaded * 80) / evt.total) + '%');
-            _this.raceAct.stageBox[sindex].data.isFinishSize = (
+            _this.raceAct.actBox[sindex].data.isFinishSize = (
               evt.loaded /
               1024 /
               1024
             ).toFixed(2);
-            _this.raceAct.stageBox[sindex].data.progress = parseInt(
+            _this.raceAct.actBox[sindex].data.progress = parseInt(
               (evt.loaded / evt.total) * 100
             );
             _this.$forceUpdate();
           })
           .send(function (err, data) {
-            _this.raceAct.stageBox[sindex].data.progress = 100;
-            _this.raceAct.stageBox[sindex].data.isFinishSize =
-              _this.raceAct.stageBox[sindex].data.isAllSize;
+            _this.raceAct.actBox[sindex].data.progress = 100;
+            _this.raceAct.actBox[sindex].data.isFinishSize =
+              _this.raceAct.actBox[sindex].data.isAllSize;
             _this.$forceUpdate();
             setTimeout(() => {
-              _this.raceAct.stageBox[sindex].data.proVisible = false;
+              _this.raceAct.actBox[sindex].data.proVisible = false;
               _this.$forceUpdate();
             }, 1000);
             if (err) {
               _this.$message.error("上传失败");
             } else {
-              _this.raceAct.stageBox[sindex].data.push({
+              _this.raceAct.actBox[sindex].data.push({
                 name: file.name,
                 url: data.Location,
                 type: type1,
-                id: "data" + _this.raceAct.stageBox[sindex].data.length,
+                id: "data" + _this.raceAct.actBox[sindex].data.length,
               });
               _this.imgChange(null, null, type1, sindex);
               _this.upRaceAct();
@@ -450,13 +442,13 @@ export default {
     },
     addFullText() {
       if (this.isBrief == 1) {
-        this.raceAct.stageBox[this.jdIndex].brief = this.fullBrief;
+        this.raceAct.actBox[this.jdIndex].brief = this.fullBrief;
       } else if (this.isBrief == 2) {
-        this.raceAct.stageBox[this.jdIndex].brief = this.fullBrief;
+        this.raceAct.actBox[this.jdIndex].brief = this.fullBrief;
       } else if (this.isBrief == 3) {
-        this.raceAct.stageBox[this.jdIndex].brief = this.fullBrief;
+        this.raceAct.actBox[this.jdIndex].brief = this.fullBrief;
       } else if (this.isBrief == 4) {
-        this.raceAct.stageBox[this.jdIndex].brief = this.fullBrief;
+        this.raceAct.actBox[this.jdIndex].brief = this.fullBrief;
       }
       this.isBrief = 0;
       this.fullBrief = "";
@@ -470,26 +462,27 @@ export default {
       if (j == 0) {
         return;
       }
-      var a = this.raceProcess.stageBox[i].data[j - 1];
-      this.raceProcess.stageBox[i].data[j - 1] =
-        this.raceProcess.stageBox[i].data[j];
-      this.raceProcess.stageBox[i].data[j] = a;
+      var a = this.raceProcess.actBox[i].data[j - 1];
+      this.raceProcess.actBox[i].data[j - 1] =
+        this.raceProcess.actBox[i].data[j];
+      this.raceProcess.actBox[i].data[j] = a;
       this.$forceUpdate();
     },
     downCd(e, i, j) {
       e.stopPropagation();
-      if (j == this.raceProcess.stageBox[i].data.length - 1) {
+      if (j == this.raceProcess.actBox[i].data.length - 1) {
         return;
       }
-      var a = this.raceProcess.stageBox[i].data[j + 1];
-      this.raceProcess.stageBox[i].data[j + 1] =
-        this.raceProcess.stageBox[i].data[j];
-      this.raceProcess.stageBox[i].data[j] = a;
+      var a = this.raceProcess.actBox[i].data[j + 1];
+      this.raceProcess.actBox[i].data[j + 1] =
+        this.raceProcess.actBox[i].data[j];
+      this.raceProcess.actBox[i].data[j] = a;
       this.$forceUpdate();
     },
   },
   created() {
     this.raceAct = this.raceProcess;
+    console.log(this.raceAct);
   },
 };
 </script>

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

@@ -9,7 +9,7 @@
               <img src="../../../../assets/icon/race/progress.png" alt="" />
             </div>
             <div class="stepRightNav">
-              <div>项目反思</div>
+              <div>成效与反思</div>
               <div class="isFinishCss" v-if="raceEff.brief != ''">
                 <div class="isFinish">
                   <img src="../../../../assets/icon/race/finish.png" alt="" />
@@ -21,7 +21,7 @@
         </div>
         <div class="right">
           <div class="whiteBg">
-            <div class="right_title">项目反思</div>
+            <div class="right_title">成效与反思</div>
             <div class="saBox">
               <div class="saLittleBox">
                 <div style="position: relative">

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

@@ -9,7 +9,7 @@
               <img src="../../../../assets/icon/race/progress.png" alt="" />
             </div>
             <div class="stepRightNav">
-              <div>项目成效</div>
+              <div>成果与评价</div>
               <div class="isFinishCss" v-if="raceExc.brief != ''">
                 <div class="isFinish">
                   <img src="../../../../assets/icon/race/finish.png" alt="" />
@@ -21,7 +21,7 @@
         </div>
         <div class="right">
           <div class="whiteBg">
-            <div class="right_title">项目成效</div>
+            <div class="right_title">成果与评价</div>
             <div class="saBox">
               <div class="saLittleBox">
                 <div style="position: relative">

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 382 - 509
src/components/pages/race/addRace/projectProcess.vue


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

@@ -63,7 +63,7 @@
               </div>
             </div>
           </div>
-          <div class="steps">
+          <!-- <div class="steps">
             <div>
               <img src="../../../../assets/icon/race/progress.png" alt="" />
             </div>
@@ -76,7 +76,7 @@
                 <div>已填写</div>
               </div>
             </div>
-          </div>
+          </div> -->
           <div class="steps">
             <div>
               <img src="../../../../assets/icon/race/progress.png" alt="" />
@@ -416,7 +416,7 @@
               </div>
             </div>
           </div>
-          <div class="whiteBg" style="border-radius: 0">
+          <!-- <div class="whiteBg" style="border-radius: 0">
             <div class="right_first">
               <div class="right_title" id="fouth">
                 <span style="color: red">*</span>项目简介
@@ -434,20 +434,9 @@
                   cols
                 >
                 </el-input>
-                <!-- <textarea
-                  rows="8"
-                  class="binfo_input tAreaCss"
-                  cols
-                  v-model="raceDetail.courseText"
-                  @input="updateTitle"
-                  maxlength="200"
-                  show-word-limit
-                  placeholder="200字以内,介绍项目背景,描述生活中的现象,引出要解决的核心问题,概述解决问题的思路及预期成果等。"
-                  style="font-size: 14px"
-                ></textarea> -->
               </div>
             </div>
-          </div>
+          </div> -->
           <div class="whiteBg" style="border-radius: 0">
             <div class="right_first">
               <div class="right_title" id="fivth">
@@ -794,7 +783,6 @@ export default {
         cover: [],
         autor: [],
         tableData: [],
-        courseText: "",
         data: [],
       },
       tx: require("../../../../assets/avatar.png"),
@@ -1379,7 +1367,6 @@ export default {
       this.raceDetail.cover = this.raceInfo.cover;
       this.raceDetail.autor = this.raceInfo.autor;
       this.raceDetail.tableData = this.raceInfo.tableData;
-      this.raceDetail.courseText = this.raceInfo.courseText;
       this.raceDetail.data = this.raceInfo.data;
       this.imgChange1(null, null, 1, null);
       this.$forceUpdate();

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 621 - 155
src/components/pages/race/addRace/raceOverview.vue


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 717 - 391
src/components/pages/race/eventCenter/anliDetail.vue


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

@@ -53,11 +53,11 @@
                   <div
                     :class="{ isAll: an.isAll }"
                     class="xmjj"
-                    v-if="JSON.parse(an.info).courseText"
+                    v-if="JSON.parse(an.overview).courseText"
+                    v-html="JSON.parse(an.overview).courseText"
                   >
-                    {{ JSON.parse(an.info).courseText }}
                   </div>
-                  <div v-if="JSON.parse(an.info).courseText && JSON.parse(an.info).courseText.length > 90">
+                  <div v-if="JSON.parse(an.overview).courseText && JSON.parse(an.overview).courseText.length > 90">
                     <div
                       class="selectJj"
                       @click="selectJj(anIndex, 1)"

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio