|
@@ -299,7 +299,7 @@
|
|
class="label"
|
|
class="label"
|
|
>
|
|
>
|
|
难度:<span style="color: #409eff; font-weight: bold">{{
|
|
难度:<span style="color: #409eff; font-weight: bold">{{
|
|
- curStructInfo.difficulty
|
|
|
|
|
|
+ randomTplInfo.difficultyDegree
|
|
}}</span>
|
|
}}</span>
|
|
</p>
|
|
</p>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -398,6 +398,7 @@ export default {
|
|
{ label: "中", prop: "mediumInfo", minWidth: "80" },
|
|
{ label: "中", prop: "mediumInfo", minWidth: "80" },
|
|
{ label: "易", prop: "easyInfo", minWidth: "80" },
|
|
{ label: "易", prop: "easyInfo", minWidth: "80" },
|
|
],
|
|
],
|
|
|
|
+ difficultyDegree: "",
|
|
},
|
|
},
|
|
curStructInfo: {
|
|
curStructInfo: {
|
|
difficulty: "",
|
|
difficulty: "",
|
|
@@ -498,6 +499,7 @@ export default {
|
|
})
|
|
})
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.randomTplInfo.tableData = res.data.structQuestionInfo || [];
|
|
this.randomTplInfo.tableData = res.data.structQuestionInfo || [];
|
|
|
|
+ this.randomTplInfo.difficultyDegree = res.data.difficultyDegree;
|
|
});
|
|
});
|
|
});
|
|
});
|
|
}
|
|
}
|