zengyicheng 1 年間 前
コミット
f725dd2ca4

+ 1 - 1
dist/index.html

@@ -24,4 +24,4 @@
             height: 100%;
             width: 100%;
             background: #e6eaf0;
-        }</style><link href=./static/css/app.a28cfead767f223c0dca0e9a42247774.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.1621ec588d7ea60e8d9d.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>
+        }</style><link href=./static/css/app.cbdc2c29456377ee6e997ad482bb1036.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.1a850e938275670201f1.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.a28cfead767f223c0dca0e9a42247774.css.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.cbdc2c29456377ee6e997ad482bb1036.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.cbdc2c29456377ee6e997ad482bb1036.css.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.1621ec588d7ea60e8d9d.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.1621ec588d7ea60e8d9d.js.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.1a850e938275670201f1.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.1a850e938275670201f1.js.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 3 - 9
src/components/pages/race/addRace/projectProcess.vue

@@ -635,17 +635,11 @@ export default {
     },
     addFullText() {
       if (this.isBrief == 1) {
-        this.racePro.stageBox[this.jdIndex].actBox[
-          this.rwIndex
-        ].driQuestion.brief = this.fullBrief;
+        this.racePro.actBox[this.rwIndex].driQuestion.brief = this.fullBrief;
       } else if (this.isBrief == 2) {
-        this.racePro.stageBox[this.jdIndex].actBox[
-          this.rwIndex
-        ].tarDesign.brief = this.fullBrief;
+        this.racePro.actBox[this.rwIndex].tarDesign.brief = this.fullBrief;
       } else if (this.isBrief == 3) {
-        this.racePro.stageBox[this.jdIndex].actBox[
-          this.rwIndex
-        ].actiDesign.brief = this.fullBrief;
+        this.racePro.actBox[this.rwIndex].actiDesign.brief = this.fullBrief;
       }
       this.isBrief = 0;
       this.fullBrief = "";

+ 5 - 1
src/components/pages/race/addRace/raceDetail.vue

@@ -594,6 +594,10 @@
     >
       <el-form>
         <el-form-item label="姓名" :label-width="formLabelWidth">
+          <span
+            style="color: red; position: absolute; left: -50px; display: block"
+            >*</span
+          >
           <span>
             <el-input
               placeholder="请输入姓名"
@@ -1410,7 +1414,7 @@ export default {
             return;
           } else if (e > 100) {
             this.$message.error("数值不能大于100");
-           this.raceDetail.typeOtherName = "";
+            this.raceDetail.typeOtherName = "";
             return;
           }
         } else {

+ 237 - 229
src/components/pages/race/eventCenter/anliDetail.vue

@@ -54,7 +54,11 @@
               </div>
               <div
                 class="autorBox"
-                v-if="anliBox[0].info && anliBox[0].info.autor && anliBox[0].info.autor.length"
+                v-if="
+                  anliBox[0].info &&
+                  anliBox[0].info.autor &&
+                  anliBox[0].info.autor.length
+                "
               >
                 <div>联系人:</div>
                 <div v-for="(a, aIndex) in anliBox[0].info.autor" :key="aIndex">
@@ -77,6 +81,9 @@
                 </div>
               </div>
             </div>
+            <div v-if="anliBox[0].info && anliBox[0].info.typeOtherName != ''">
+              课时:{{ anliBox[0].info.typeOtherName }}小时
+            </div>
           </div>
           <el-button
             @click="goTo('/eventCenter?steps=' + '2')"
@@ -1592,153 +1599,152 @@
                   </div>
                 </div>
               </div>
-                <div
-                  class="proOverCss"
-                  v-if="
-                    (jd.driQuestion.imgBox.length > 0 &&
-                      jd.driQuestion.imgBox[0].type == 3) ||
-                    jd.driQuestion.data.length
-                  "
-                  style="margin: 0"
-                >
-                  <div class="whiteBg whiteLeft">
-                    <div class="navBgTop">
-                      <div class="jdLeftNav">
-                        <div class="jdImg">
-                          <img
-                            src="../../../../assets/icon/anliDetail/jdTitle.png"
-                            alt=""
-                          />
-                        </div>
-                        <div class="jdLeftTitle">
-                          <div>教学内容</div>
-                        </div>
+              <div
+                class="proOverCss"
+                v-if="
+                  (jd.driQuestion.imgBox.length > 0 &&
+                    jd.driQuestion.imgBox[0].type == 3) ||
+                  jd.driQuestion.data.length
+                "
+                style="margin: 0"
+              >
+                <div class="whiteBg whiteLeft">
+                  <div class="navBgTop">
+                    <div class="jdLeftNav">
+                      <div class="jdImg">
+                        <img
+                          src="../../../../assets/icon/anliDetail/jdTitle.png"
+                          alt=""
+                        />
+                      </div>
+                      <div class="jdLeftTitle">
+                        <div>教学内容</div>
                       </div>
-                      <el-button
-                        v-if="selectHeight('poAObj' + jdIndex)"
-                        @click="selectNav(jd.driQuestion.brief)"
-                        >查看更多</el-button
-                      >
                     </div>
-                    <div
-                      v-if="
-                        jd.driQuestion.brief != '' ||
-                        jd.driQuestion.imgBox.length > 0
-                      "
-                      class="imgAndNav"
+                    <el-button
+                      v-if="selectHeight('poAObj' + jdIndex)"
+                      @click="selectNav(jd.driQuestion.brief)"
+                      >查看更多</el-button
                     >
-                      <div
-                        class="proOverNav"
-                        v-html="jd.driQuestion ? jd.driQuestion.brief : ''"
-                        :id="'poAObj' + jdIndex"
-                      ></div>
-                    </div>
-                    <div class="noFile" v-else>
-                      <img
-                        src="../../../../assets/icon/anliDetail/noFile.jpg"
-                        alt=""
-                      />
-                    </div>
+                  </div>
+                  <div
+                    v-if="
+                      jd.driQuestion.brief != '' ||
+                      jd.driQuestion.imgBox.length > 0
+                    "
+                    class="imgAndNav"
+                  >
+                    <div
+                      class="proOverNav"
+                      v-html="jd.driQuestion ? jd.driQuestion.brief : ''"
+                      :id="'poAObj' + jdIndex"
+                    ></div>
+                  </div>
+                  <div class="noFile" v-else>
+                    <img
+                      src="../../../../assets/icon/anliDetail/noFile.jpg"
+                      alt=""
+                    />
                   </div>
                 </div>
+              </div>
 
-                <div
-                  class="proOverCss"
-                  v-if="
-                    jd.tarDesign.brief != '' ||
-                    jd.tarDesign.imgBox.length > 0 ||
-                    jd.tarDesign.data.length
-                  "
-                >
-                  <div class="whiteBg whiteLeft">
-                    <div class="navBgTop">
-                      <div class="jdLeftNav">
-                        <div class="jdImg">
-                          <img
-                            src="../../../../assets/icon/anliDetail/jdTitle.png"
-                            alt=""
-                          />
-                        </div>
-                        <div class="jdLeftTitle">
-                          <div>实施要求</div>
-                        </div>
+              <div
+                class="proOverCss"
+                v-if="
+                  jd.tarDesign.brief != '' ||
+                  jd.tarDesign.imgBox.length > 0 ||
+                  jd.tarDesign.data.length
+                "
+              >
+                <div class="whiteBg whiteLeft">
+                  <div class="navBgTop">
+                    <div class="jdLeftNav">
+                      <div class="jdImg">
+                        <img
+                          src="../../../../assets/icon/anliDetail/jdTitle.png"
+                          alt=""
+                        />
+                      </div>
+                      <div class="jdLeftTitle">
+                        <div>实施要求</div>
                       </div>
-                      <el-button
-                        v-if="selectHeight('poACon' + jdIndex)"
-                        @click="selectNav(jd.tarDesign.brief)"
-                        >查看更多</el-button
-                      >
                     </div>
-                    <div
-                      v-if="
-                        jd.tarDesign.brief != '' ||
-                        jd.tarDesign.imgBox.length > 0
-                      "
-                      class="imgAndNav"
+                    <el-button
+                      v-if="selectHeight('poACon' + jdIndex)"
+                      @click="selectNav(jd.tarDesign.brief)"
+                      >查看更多</el-button
                     >
-                      <div
-                        class="proOverNav"
-                        v-html="jd.tarDesign ? jd.tarDesign.brief : ''"
-                        :id="'poACon' + jdIndex"
-                      ></div>
-                    </div>
-                    <div class="noFile" v-else>
-                      <img
-                        src="../../../../assets/icon/anliDetail/noFile.jpg"
-                        alt=""
-                      />
-                    </div>
+                  </div>
+                  <div
+                    v-if="
+                      jd.tarDesign.brief != '' || jd.tarDesign.imgBox.length > 0
+                    "
+                    class="imgAndNav"
+                  >
+                    <div
+                      class="proOverNav"
+                      v-html="jd.tarDesign ? jd.tarDesign.brief : ''"
+                      :id="'poACon' + jdIndex"
+                    ></div>
+                  </div>
+                  <div class="noFile" v-else>
+                    <img
+                      src="../../../../assets/icon/anliDetail/noFile.jpg"
+                      alt=""
+                    />
                   </div>
                 </div>
+              </div>
 
-                <div
-                  class="proOverCss"
-                  v-if="
-                    jd.actiDesign.brief != '' ||
-                    jd.actiDesign.imgBox.length > 0 ||
-                    jd.actiDesign.data.length
-                  "
-                >
-                  <div class="whiteBg whiteLeft">
-                    <div class="navBgTop">
-                      <div class="jdLeftNav">
-                        <div class="jdImg">
-                          <img
-                            src="../../../../assets/icon/anliDetail/jdTitle.png"
-                            alt=""
-                          />
-                        </div>
-                        <div class="jdLeftTitle">
-                          <div>设计意图</div>
-                        </div>
+              <div
+                class="proOverCss"
+                v-if="
+                  jd.actiDesign.brief != '' ||
+                  jd.actiDesign.imgBox.length > 0 ||
+                  jd.actiDesign.data.length
+                "
+              >
+                <div class="whiteBg whiteLeft">
+                  <div class="navBgTop">
+                    <div class="jdLeftNav">
+                      <div class="jdImg">
+                        <img
+                          src="../../../../assets/icon/anliDetail/jdTitle.png"
+                          alt=""
+                        />
+                      </div>
+                      <div class="jdLeftTitle">
+                        <div>设计意图</div>
                       </div>
-                      <el-button
-                        v-if="selectHeight('poExp' + jdIndex)"
-                        @click="selectNav(jd.actiDesign.brief)"
-                        >查看更多</el-button
-                      >
                     </div>
-                    <div
-                      v-if="
-                        jd.actiDesign.brief != '' ||
-                        jd.actiDesign.imgBox.length > 0
-                      "
-                      class="imgAndNav"
+                    <el-button
+                      v-if="selectHeight('poExp' + jdIndex)"
+                      @click="selectNav(jd.actiDesign.brief)"
+                      >查看更多</el-button
                     >
-                      <div
-                        class="proOverNav"
-                        v-html="jd.actiDesign ? jd.actiDesign.brief : ''"
-                        :id="'poExp' + jdIndex"
-                      ></div>
-                    </div>
-                    <div class="noFile" v-else>
-                      <img
-                        src="../../../../assets/icon/anliDetail/noFile.jpg"
-                        alt=""
-                      />
-                    </div>
+                  </div>
+                  <div
+                    v-if="
+                      jd.actiDesign.brief != '' ||
+                      jd.actiDesign.imgBox.length > 0
+                    "
+                    class="imgAndNav"
+                  >
+                    <div
+                      class="proOverNav"
+                      v-html="jd.actiDesign ? jd.actiDesign.brief : ''"
+                      :id="'poExp' + jdIndex"
+                    ></div>
+                  </div>
+                  <div class="noFile" v-else>
+                    <img
+                      src="../../../../assets/icon/anliDetail/noFile.jpg"
+                      alt=""
+                    />
                   </div>
                 </div>
+              </div>
             </div>
           </div>
 
@@ -1897,7 +1903,7 @@
                                         lookFile2(
                                           f.url,
                                           f.type,
-                                          4,
+                                          7,
                                           jdIndex,
                                           fIndex
                                         )
@@ -2022,7 +2028,11 @@
                         <pdf
                           v-if="pptImgUrl2.excData.showType == 1"
                           :pdfUrl="pptImgUrl2.excData.url"
-                          style="width: 100%; height: 800px !important; overflow: auto"
+                          style="
+                            width: 100%;
+                            height: 800px !important;
+                            overflow: auto;
+                          "
                           :class="{ fullStyle: full }"
                         ></pdf>
                         <vword
@@ -2090,7 +2100,7 @@
                                         pptImgUrl1.excData[fIndex].id,
                                     }"
                                     @click="
-                                      lookFile2(f.url, f.type, 5, '', fIndex)
+                                      lookFile2(f.url, f.type, 8, '', fIndex)
                                     "
                                   >
                                     {{ f.name }}
@@ -2211,7 +2221,11 @@
                         <pdf
                           v-if="pptImgUrl2.effData.showType == 1"
                           :pdfUrl="pptImgUrl2.effData.url"
-                          style="width: 100%; height: 800px !important; overflow: auto"
+                          style="
+                            width: 100%;
+                            height: 800px !important;
+                            overflow: auto;
+                          "
                           :class="{ fullStyle: full }"
                         ></pdf>
                         <vword
@@ -2279,7 +2293,7 @@
                                         pptImgUrl1.effData[fIndex].id,
                                     }"
                                     @click="
-                                      lookFile2(f.url, f.type, 6, '', fIndex)
+                                      lookFile2(f.url, f.type, 9, '', fIndex)
                                     "
                                   >
                                     {{ f.name }}
@@ -2419,8 +2433,10 @@
           </div>
           <div class="anliBrief">
             <div>案例简介</div>
-            <div style="width: 650px; max-height: 150px; overflow: auto" v-html="s.detail">
-            </div>
+            <div
+              style="width: 650px; max-height: 150px; overflow: auto"
+              v-html="s.detail"
+            ></div>
           </div>
           <div class="anliScore">
             <div>请选择评分</div>
@@ -2502,12 +2518,7 @@ export default {
             refType: "",
             noteType: "",
           },
-          proType: {
-            data: "",
-            driData: "",
-            tarData: "",
-            actData: "",
-          },
+          proType: "",
           excType: "",
           effType: "",
         },
@@ -3233,92 +3244,88 @@ export default {
           this.pptImgUrl2.overData.noteData.playerO.sources[0].src = u;
         }
         this.pptImgUrl1.fileType.overType.noteType = j + 1;
+      } else if (type == 7) {
+        if (
+          b.indexOf(
+            u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
+          ) != -1
+        ) {
+          this.pptImgUrl2.proData[i].showType = 2;
+          this.pptImgUrl2.proData[i].url =
+            "https://view.officeapps.live.com/op/view.aspx?src=" + encodeURIComponent(u);
+        } else if (
+          u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
+        ) {
+          this.pptImgUrl2.proData[i].showType = 1;
+          this.pptImgUrl2.proData[i].url = u;
+        } else if (
+          c.indexOf(
+            u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
+          ) != -1
+        ) {
+          this.pptImgUrl2.proData[i].showType = 4;
+          this.pptImgUrl2.proData[i].url = u;
+        } else {
+          this.pptImgUrl2.proData[i].showType = 3;
+          this.pptImgUrl2.proData[i].playerO = d;
+          this.pptImgUrl2.proData[i].playerO.sources[0].src = u;
+        }
+        this.pptImgUrl1.fileType.proType = j + 1;
+      } else if (type == 8) {
+        if (
+          b.indexOf(
+            u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
+          ) != -1
+        ) {
+          this.pptImgUrl2.excData.showType = 2;
+          this.pptImgUrl2.excData.url =
+            "https://view.officeapps.live.com/op/view.aspx?src=" + encodeURIComponent(u);
+        } else if (
+          u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
+        ) {
+          this.pptImgUrl2.excData.showType = 1;
+          this.pptImgUrl2.excData.url = u;
+        } else if (
+          c.indexOf(
+            u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
+          ) != -1
+        ) {
+          this.pptImgUrl2.excData.showType = 4;
+          this.pptImgUrl2.excData.url = u;
+        } else {
+          this.pptImgUrl2.excData.showType = 3;
+          this.pptImgUrl2.excData.playerO = d;
+          this.pptImgUrl2.excData.playerO.sources[0].src = u;
+        }
+        this.pptImgUrl1.fileType.excType = j + 1;
+      } else if (type == 9) {
+        if (
+          b.indexOf(
+            u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
+          ) != -1
+        ) {
+          this.pptImgUrl2.effData.showType = 2;
+          this.pptImgUrl2.effData.url =
+            "https://view.officeapps.live.com/op/view.aspx?src=" + encodeURIComponent(u);
+        } else if (
+          u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
+        ) {
+          this.pptImgUrl2.effData.showType = 1;
+          this.pptImgUrl2.effData.url = u;
+        } else if (
+          c.indexOf(
+            u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
+          ) != -1
+        ) {
+          this.pptImgUrl2.effData.showType = 4;
+          this.pptImgUrl2.effData.url = u;
+        } else {
+          this.pptImgUrl2.effData.showType = 3;
+          this.pptImgUrl2.effData.playerO = d;
+          this.pptImgUrl2.effData.playerO.sources[0].src = u;
+        }
+        this.pptImgUrl1.fileType.effType = j + 1;
       }
-      // } else if (type == 4) {
-      //   if (
-      //     b.indexOf(
-      //       u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
-      //     ) != -1
-      //   ) {
-      //     this.pptImgUrl2.proData[i].showType = 2;
-      //     this.pptImgUrl2.proData[i].url =
-      //       "https://view.officeapps.live.com/op/view.aspx?src=" +
-      //       encodeURIComponent(u);
-      //   } else if (
-      //     u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
-      //   ) {
-      //     this.pptImgUrl2.proData[i].showType = 1;
-      //     this.pptImgUrl2.proData[i].url = u;
-      //   } else if (
-      //     c.indexOf(
-      //       u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
-      //     ) != -1
-      //   ) {
-      //     this.pptImgUrl2.proData[i].showType = 4;
-      //     this.pptImgUrl2.proData[i].url = u;
-      //   } else {
-      //     this.pptImgUrl2.proData[i].showType = 3;
-      //     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(
-      //       u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
-      //     ) != -1
-      //   ) {
-      //     this.pptImgUrl2.excData.showType = 2;
-      //     this.pptImgUrl2.excData.url =
-      //       "https://view.officeapps.live.com/op/view.aspx?src=" +
-      //       encodeURIComponent(u);
-      //   } else if (
-      //     u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
-      //   ) {
-      //     this.pptImgUrl2.excData.showType = 1;
-      //     this.pptImgUrl2.excData.url = u;
-      //   } else if (
-      //     c.indexOf(
-      //       u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
-      //     ) != -1
-      //   ) {
-      //     this.pptImgUrl2.excData.showType = 4;
-      //     this.pptImgUrl2.excData.url = u;
-      //   } else {
-      //     this.pptImgUrl2.excData.showType = 3;
-      //     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(
-      //       u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
-      //     ) != -1
-      //   ) {
-      //     this.pptImgUrl2.effData.showType = 2;
-      //     this.pptImgUrl2.effData.url =
-      //       "https://view.officeapps.live.com/op/view.aspx?src=" +
-      //       encodeURIComponent(u);
-      //   } else if (
-      //     u.split(".")[u.split(".").length - 1].toLocaleUpperCase() == "PDF"
-      //   ) {
-      //     this.pptImgUrl2.effData.showType = 1;
-      //     this.pptImgUrl2.effData.url = u;
-      //   } else if (
-      //     c.indexOf(
-      //       u.split(".")[u.split(".").length - 1].toLocaleUpperCase()
-      //     ) != -1
-      //   ) {
-      //     this.pptImgUrl2.effData.showType = 4;
-      //     this.pptImgUrl2.effData.url = u;
-      //   } else {
-      //     this.pptImgUrl2.effData.showType = 3;
-      //     this.pptImgUrl2.effData.playerO = d;
-      //     this.pptImgUrl2.effData.playerO.sources[0].src = u;
-      //   }
-      //   this.pptImgUrl1.fileType.effType = j + 1;
-      // }
     },
     lookFile() {
       var a = this.pptImgUrl1;
@@ -4605,6 +4612,7 @@ body {
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: flex-end;
+  margin-bottom: 10px;
 }
 .autorBox {
   display: flex;

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません