|
@@ -7,7 +7,7 @@
|
|
|
<el-select v-model="qtpye" clearable style="width: 220px">
|
|
<el-select v-model="qtpye" clearable style="width: 220px">
|
|
|
<el-option v-for="t in qTypes" :value="t.dictValue" :label="t.dictLabel"></el-option>
|
|
<el-option v-for="t in qTypes" :value="t.dictValue" :label="t.dictLabel"></el-option>
|
|
|
</el-select>
|
|
</el-select>
|
|
|
- <el-popover width="250" visible>
|
|
|
|
|
|
|
+ <el-popover width="250">
|
|
|
<span v-if="currentSubject" class="text-sm font-bold">科目:{{currentSubject.subjectName}}</span>
|
|
<span v-if="currentSubject" class="text-sm font-bold">科目:{{currentSubject.subjectName}}</span>
|
|
|
<div v-for="g in groupedQuestions" class="flex flex-col">
|
|
<div v-for="g in groupedQuestions" class="flex flex-col">
|
|
|
<el-divider style="margin: 10px 0"/>
|
|
<el-divider style="margin: 10px 0"/>
|