|
@@ -172,7 +172,9 @@
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer sztFooter">
|
|
|
<!-- <el-button type="primary" @click="isBlock = 0">关闭</el-button> -->
|
|
|
- <el-button type="primary" @click="isBlock = 1">返回</el-button>
|
|
|
+ <el-button type="primary" @click="(isBlock = 1), (full = false)"
|
|
|
+ >返回</el-button
|
|
|
+ >
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -274,7 +276,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="nextStepBox">
|
|
|
- <div class="nextStepOne" @click="isBlock = 0">关闭</div>
|
|
|
+ <div class="nextStepOne" @click="(isBlock = 0), (full = false)">
|
|
|
+ 关闭
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div
|
|
@@ -328,7 +332,7 @@
|
|
|
mozallowfullscreen
|
|
|
allowfullscreen
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
- src="/kityminder-editor/dist/index.html"
|
|
|
+ src="//cloud.cocorobo.cn/kityminder-editor/dist/index.html"
|
|
|
></iframe>
|
|
|
</div>
|
|
|
<div v-if="toolCount == 28" class="tools_child_box">
|
|
@@ -464,7 +468,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="returnButton" @click="isBlock = 0">关闭</div>
|
|
|
+ <div class="returnButton" @click="(isBlock = 0), (full = false)">
|
|
|
+ 关闭
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div
|
|
|
class="answerBox"
|
|
@@ -583,7 +589,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="nextStepBox">
|
|
|
- <div class="nextStepOne" @click="isBlock = 0">关闭</div>
|
|
|
+ <div class="nextStepOne" @click="(isBlock = 0), (full = false)">
|
|
|
+ 关闭
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <div class="answerBox tools_box" :class="{ fullStyle: full }" v-if="isBlock == 9">
|
|
@@ -647,7 +655,9 @@
|
|
|
<div v-else>暂无学生评价</div>
|
|
|
</div>
|
|
|
<div class="nextStepBox" style="margin-top: 5%">
|
|
|
- <div class="nextStepOne" @click="isBlock = 0">关闭</div>
|
|
|
+ <div class="nextStepOne" @click="(isBlock = 0), (full = false)">
|
|
|
+ 关闭
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -656,8 +666,11 @@
|
|
|
<div class="wheel" style="height: 80%; width: 100%">
|
|
|
<div style="height: 100%; overflow: auto">
|
|
|
<div style="margin-bottom: 20px">{{ Sname }}</div>
|
|
|
- <div class="score_box" v-for="(ra, raIndex) in tools[steps].rateArray"
|
|
|
- :key="raIndex">
|
|
|
+ <div
|
|
|
+ class="score_box"
|
|
|
+ v-for="(ra, raIndex) in tools[steps].rateArray"
|
|
|
+ :key="raIndex"
|
|
|
+ >
|
|
|
<span>{{ ra }}</span>
|
|
|
<el-rate v-model="rate[raIndex]" disabled></el-rate>
|
|
|
</div>
|
|
@@ -710,30 +723,22 @@
|
|
|
<div class="choose_style">
|
|
|
<span
|
|
|
:class="tkAnswer.indexOf(1) != -1 ? 'isChoose' : ''"
|
|
|
- v-if="
|
|
|
- tools[steps].choice && tools[steps].choice > 0
|
|
|
- "
|
|
|
+ v-if="tools[steps].choice && tools[steps].choice > 0"
|
|
|
>A</span
|
|
|
>
|
|
|
<span
|
|
|
:class="tkAnswer.indexOf(2) != -1 ? 'isChoose' : ''"
|
|
|
- v-if="
|
|
|
- tools[steps].choice && tools[steps].choice > 1
|
|
|
- "
|
|
|
+ v-if="tools[steps].choice && tools[steps].choice > 1"
|
|
|
>B</span
|
|
|
>
|
|
|
<span
|
|
|
:class="tkAnswer.indexOf(3) != -1 ? 'isChoose' : ''"
|
|
|
- v-if="
|
|
|
- tools[steps].choice && tools[steps].choice > 2
|
|
|
- "
|
|
|
+ v-if="tools[steps].choice && tools[steps].choice > 2"
|
|
|
>C</span
|
|
|
>
|
|
|
<span
|
|
|
:class="tkAnswer.indexOf(4) != -1 ? 'isChoose' : ''"
|
|
|
- v-if="
|
|
|
- tools[steps].choice && tools[steps].choice > 3
|
|
|
- "
|
|
|
+ v-if="tools[steps].choice && tools[steps].choice > 3"
|
|
|
>D</span
|
|
|
>
|
|
|
</div>
|
|
@@ -832,7 +837,9 @@
|
|
|
<div v-else>暂无学生提交</div>
|
|
|
</div>
|
|
|
<div class="nextStepBox" style="margin-top: 5%">
|
|
|
- <div class="nextStepOne" @click="isBlock = 0">关闭</div>
|
|
|
+ <div class="nextStepOne" @click="(isBlock = 0), (full = false)">
|
|
|
+ 关闭
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1090,7 +1097,7 @@ export default {
|
|
|
// ],
|
|
|
// }
|
|
|
tools: [
|
|
|
- {tools:[30]},
|
|
|
+ { tools: [30] },
|
|
|
// {
|
|
|
// file: [
|
|
|
// {
|
|
@@ -1160,7 +1167,7 @@ export default {
|
|
|
worksList: [],
|
|
|
toolsList: [],
|
|
|
isNext: false,
|
|
|
- rateList:[],
|
|
|
+ rateList: [],
|
|
|
videoList: [],
|
|
|
videoList2: [], //音频
|
|
|
fileList: [],
|
|
@@ -1209,7 +1216,7 @@ export default {
|
|
|
videoBlock: 0,
|
|
|
Vwidth: 0,
|
|
|
tiankongAnswer: [],
|
|
|
- LuAudioUrl:""
|
|
|
+ LuAudioUrl: "",
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -1248,20 +1255,41 @@ export default {
|
|
|
}
|
|
|
);
|
|
|
},
|
|
|
- lookTool(){
|
|
|
- if(this.tools[this.steps].tools && this.tools[this.steps].tools.indexOf(1) != -1){
|
|
|
+ lookTool() {
|
|
|
+ if (
|
|
|
+ this.tools[this.steps].tools &&
|
|
|
+ this.tools[this.steps].tools.indexOf(1) != -1
|
|
|
+ ) {
|
|
|
this.toolCount = 1;
|
|
|
- }else if(this.tools[this.steps].tools && this.tools[this.steps].tools.indexOf(3) != -1){
|
|
|
+ } else if (
|
|
|
+ this.tools[this.steps].tools &&
|
|
|
+ this.tools[this.steps].tools.indexOf(3) != -1
|
|
|
+ ) {
|
|
|
this.toolCount = 3;
|
|
|
- }else if(this.tools[this.steps].tools && this.tools[this.steps].tools.indexOf(28) != -1){
|
|
|
+ } else if (
|
|
|
+ this.tools[this.steps].tools &&
|
|
|
+ this.tools[this.steps].tools.indexOf(28) != -1
|
|
|
+ ) {
|
|
|
this.toolCount = 28;
|
|
|
- }else if(this.tools[this.steps].tools && this.tools[this.steps].tools.indexOf(4) != -1){
|
|
|
+ } else if (
|
|
|
+ this.tools[this.steps].tools &&
|
|
|
+ this.tools[this.steps].tools.indexOf(4) != -1
|
|
|
+ ) {
|
|
|
this.toolCount = 4;
|
|
|
- }else if(this.tools[this.steps].tools && this.tools[this.steps].tools.indexOf(6) != -1){
|
|
|
+ } else if (
|
|
|
+ this.tools[this.steps].tools &&
|
|
|
+ this.tools[this.steps].tools.indexOf(6) != -1
|
|
|
+ ) {
|
|
|
this.toolCount = 6;
|
|
|
- }else if(this.tools[this.steps].tools && this.tools[this.steps].tools.indexOf(7) != -1){
|
|
|
+ } else if (
|
|
|
+ this.tools[this.steps].tools &&
|
|
|
+ this.tools[this.steps].tools.indexOf(7) != -1
|
|
|
+ ) {
|
|
|
this.toolCount = 7;
|
|
|
- }else if(this.tools[this.steps].tools && this.tools[this.steps].tools.indexOf(10) != -1){
|
|
|
+ } else if (
|
|
|
+ this.tools[this.steps].tools &&
|
|
|
+ this.tools[this.steps].tools.indexOf(10) != -1
|
|
|
+ ) {
|
|
|
this.toolCount = 10;
|
|
|
}
|
|
|
this.isBlock = 5;
|
|
@@ -1513,6 +1541,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
selectSWork2(type) {
|
|
|
+ this.full = false;
|
|
|
let _type = type;
|
|
|
if (this.timerAnswer) {
|
|
|
clearInterval(this.timerAnswer);
|
|
@@ -1524,7 +1553,7 @@ export default {
|
|
|
}, 5000);
|
|
|
if (_type == 4) {
|
|
|
this.isBlock = 4;
|
|
|
- }else if(_type == 8){
|
|
|
+ } else if (_type == 8) {
|
|
|
this.isBlock = 17;
|
|
|
} else {
|
|
|
this.isBlock = 11;
|