|
@@ -47,7 +47,7 @@
|
|
|
<!-- 案例题 -->
|
|
|
<div class="answer" v-if="currentQuestion.type==4">
|
|
|
<div v-for="(child,cidx) in currentQuestion.child" :key="child.id">
|
|
|
- {{cidx+1}}小题: <span v-html="child.title"></span>
|
|
|
+ {{cidx+1}}[{{child.type|getType}}]: <span v-html="child.title"></span>
|
|
|
|
|
|
<div class="answer" v-if="child.type==3">
|
|
|
<el-checkbox-group v-model="answers['answer'+cidx]" @change="(e)=>{selectCheckBox(e,cidx)}">
|