lsc 1 年間 前
コミット
cbaaf22f6a

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.6193704195be50f938c19d1d27fbca76.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.b01159b52abeac4e6216.js></script><script type=text/javascript src=./static/js/app.0848cec949ca8ecdc3cc.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.d58901270e3636a184308e5196370caa.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.b01159b52abeac4e6216.js></script><script type=text/javascript src=./static/js/app.8b30844f1d0686e627cf.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

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


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


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


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


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


+ 8 - 8
src/components/pages/dataBoardTest/course/index.vue

@@ -77,7 +77,7 @@
             教学设计
           </div>
           <el-select v-model="cType" @change="typeChange1" class="selectBox" style="width:205px">
-            <!-- <el-option label="全部" value=""></el-option> -->
+            <el-option label="全部" value=""></el-option>
             <el-option v-for="item in shejiTime" :key="item" :label="item" :value="item"></el-option>
           </el-select>
         </div>
@@ -138,11 +138,11 @@
             </div>
           </div>
           <el-select v-model="cType2" @change="typeChange2" class="selectBox" v-if="toolType == 0" style="width:205px">
-            <!-- <el-option label="全部" value=""></el-option> -->
+            <el-option label="全部" value=""></el-option>
             <el-option v-for="item in timeXuan" :key="item" :label="item" :value="item"></el-option>
           </el-select>
           <el-select v-model="cType3" @change="typeChange3" class="selectBox" v-if="toolType == 1" style="width:205px">
-            <!-- <el-option label="全部" value=""></el-option> -->
+            <el-option label="全部" value=""></el-option>
             <el-option v-for="item in timeXuan" :key="item" :label="item" :value="item"></el-option>
           </el-select>
         </div>
@@ -166,7 +166,7 @@
         <div class="titleBox" style="justify-content: space-between">
           <div class="title">德育获奖</div>
           <el-select v-model="cType4" @change="typeChange4" class="selectBox" style="width:205px">
-            <!-- <el-option label="全部" value=""></el-option> -->
+            <el-option label="全部" value=""></el-option>
             <el-option v-for="item in deyuTimeXuan" :key="item" :label="item" :value="item"></el-option>
           </el-select>
         </div>
@@ -577,7 +577,7 @@ export default {
           this.shejiArray = shejiArray
           this.shejiTime = shejiTime
           this.shejiXuan = shejiXuan
-          this.cType = shejiTime[0]
+          // this.cType = shejiTime[0]
           this.typeChange1()
 
           let guihuaArray = allTests.filter(item => item.courseid == _cid1) // 发展规划
@@ -625,8 +625,8 @@ export default {
           this.timeXuan = timeXuan
           this.jibieXuan = jibieXuan
           this.mingciXuan = mingciXuan
-          this.cType2 = timeXuan[0]
-          this.cType3 = timeXuan[0]
+          // this.cType2 = timeXuan[0]
+          // this.cType3 = timeXuan[0]
           this.typeChange2()
           this.typeChange3()
 
@@ -646,7 +646,7 @@ export default {
           this.deyuArray = deyuArray
           this.deyuTimeXuan = deyuTimeXuan
           this.deyuJibieXuan = deyuJibieXuan
-          this.cType4 = deyuTimeXuan[0]
+          // this.cType4 = deyuTimeXuan[0]
           this.typeChange4()
           this.$forceUpdate();
         })

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