|
@@ -20,7 +20,7 @@
|
|
|
<fileV :tindex="index" :cJson.sync="item.json" :checktype="checktype" v-else-if="item.type == 5" :see="see"
|
|
|
:isTeacher="isTeacher"></fileV>
|
|
|
<courseV :tindex="index" :cJson.sync="item.json" :checktype="checktype" v-else-if="item.type == 6"
|
|
|
- :see="see" :isTeacher="isTeacher" @getTestWorkByCid="getTestWorkByCid" @publish2="publish2" :issetPage.sync="issetPage"></courseV>
|
|
|
+ :see="see" :isTeacher="isTeacher" @getTestWorkByCid="getTestWorkByCid" @publish2="publish2" :issetPage.sync="issetPage" :tid="tid"></courseV>
|
|
|
<evaV :tindex="index" :cJson.sync="item.json" :checktype="checktype" v-else-if="item.type == 7" :see="see"
|
|
|
:isTeacher="isTeacher"></evaV>
|
|
|
<!-- <span v-else>暂未设置题目</span> -->
|
|
@@ -36,9 +36,9 @@
|
|
|
<fileV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 5"
|
|
|
:see="see" :isTeacher="isTeacher"></fileV>
|
|
|
<courseV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 6"
|
|
|
- :see="see" :isTeacher="isTeacher" @getTestWorkByCid="getTestWorkByCid" @publish2="publish2" :issetPage.sync="issetPage"></courseV>
|
|
|
- <evav :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 7"
|
|
|
- :see="see" :isTeacher="isTeacher"></evav>
|
|
|
+ :see="see" :isTeacher="isTeacher" @getTestWorkByCid="getTestWorkByCid" @publish2="publish2" :issetPage.sync="issetPage" :tid="tid"></courseV>
|
|
|
+ <evaV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 7"
|
|
|
+ :see="see" :isTeacher="isTeacher"></evaV>
|
|
|
<!-- <span v-else>暂未设置题目</span> -->
|
|
|
</div>
|
|
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
<fileV :tindex="index" :cJson.sync="item.json" :checktype="checktype" v-else-if="item.type == 5" :see="see"
|
|
|
:isTeacher="isTeacher"></fileV>
|
|
|
<courseV :tindex="index" :cJson.sync="item.json" :checktype="checktype" v-else-if="item.type == 6"
|
|
|
- :see="see" :isTeacher="isTeacher" @getTestWorkByCid="getTestWorkByCid" @publish2="publish2" :issetPage.sync="issetPage"></courseV>
|
|
|
+ :see="see" :isTeacher="isTeacher" @getTestWorkByCid="getTestWorkByCid" @publish2="publish2" :issetPage.sync="issetPage" :tid="tid"></courseV>
|
|
|
<evaV :tindex="index" :cJson.sync="item.json" :checktype="checktype" v-else-if="item.type == 7" :see="see"
|
|
|
:isTeacher="isTeacher"></evaV>
|
|
|
<!-- <span v-else>暂未设置题目</span> -->
|
|
@@ -72,7 +72,7 @@
|
|
|
<fileV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 5"
|
|
|
:see="see" :isTeacher="isTeacher"></fileV>
|
|
|
<coursev :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 6"
|
|
|
- :see="see" :isTeacher="isTeacher" @getTestWorkByCid="getTestWorkByCid" @publish2="publish2" :issetPage.sync="issetPage"></coursev>
|
|
|
+ :see="see" :isTeacher="isTeacher" @getTestWorkByCid="getTestWorkByCid" @publish2="publish2" :issetPage.sync="issetPage" :tid="tid"></coursev>
|
|
|
<evaV :tindex="index2" :cJson.sync="item2.json" :checktype="checktype" v-else-if="item2.type == 7"
|
|
|
:see="see" :isTeacher="isTeacher"></evaV>
|
|
|
<!-- <span v-else>暂未设置题目</span> -->
|
|
@@ -125,6 +125,10 @@ export default {
|
|
|
name: {
|
|
|
type: String,
|
|
|
default: ''
|
|
|
+ },
|
|
|
+ tid: {
|
|
|
+ type: String,
|
|
|
+ default: ''
|
|
|
}
|
|
|
},
|
|
|
components: {
|