|
@@ -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();
|
|
|
})
|