|
@@ -223,8 +223,11 @@
|
|
class="subNum"
|
|
class="subNum"
|
|
v-model="item.subNum"
|
|
v-model="item.subNum"
|
|
></el-input>
|
|
></el-input>
|
|
- <span class="meterialNum" v-if="item.imgType"
|
|
|
|
|
|
+ <!-- <span class="meterialNum" v-if="item.imgType"
|
|
>材料{{ index2 + 1 }}</span
|
|
>材料{{ index2 + 1 }}</span
|
|
|
|
+ > -->
|
|
|
|
+ <span class="meterialNum" v-if="item.imgType"
|
|
|
|
+ >材料</span
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
class="cutIMG"
|
|
class="cutIMG"
|
|
@@ -450,12 +453,13 @@ export default {
|
|
});
|
|
});
|
|
}
|
|
}
|
|
this.list = this.formatResData(this.list);
|
|
this.list = this.formatResData(this.list);
|
|
|
|
+ debugger
|
|
this.list.push({
|
|
this.list.push({
|
|
- order: this.paperInfo.questions.length + 1,
|
|
|
|
|
|
+ order: this.list.length + 1,
|
|
name: "",
|
|
name: "",
|
|
ele: [],
|
|
ele: [],
|
|
});
|
|
});
|
|
- this.curBoxIndex == this.paperInfo.questions.length - 1;
|
|
|
|
|
|
+ this.curBoxIndex == this.list.length;
|
|
}
|
|
}
|
|
if (Object.keys(this.paperInfo.ans_points).length > 0) {
|
|
if (Object.keys(this.paperInfo.ans_points).length > 0) {
|
|
this.answerList = [
|
|
this.answerList = [
|
|
@@ -493,6 +497,7 @@ export default {
|
|
ele: el.ele,
|
|
ele: el.ele,
|
|
});
|
|
});
|
|
});
|
|
});
|
|
|
|
+ debugger
|
|
return listArr;
|
|
return listArr;
|
|
},
|
|
},
|
|
getDetailCutImage(point) {
|
|
getDetailCutImage(point) {
|