|
|
@@ -3,7 +3,7 @@
|
|
|
<div>
|
|
|
<TranscriptTotal v-if="isTotalScore" />
|
|
|
<TranscriptSingle v-else />
|
|
|
- <!-- <StudentReport ref="studentReportPdf" @closePdfLoading="closePdfLoading" @isPdfDataLoadEnd="isPdfDataLoadEnd"></StudentReport> -->
|
|
|
+ <StudentReport ref="studentReportPdf" @closePdfLoading="closePdfLoading" @isPdfDataLoadEnd="isPdfDataLoadEnd"></StudentReport>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -11,13 +11,13 @@
|
|
|
|
|
|
import TranscriptSingle from "@/views/analysisReport/studentPage/scrolReport/transcript_single";//单科的G组分析
|
|
|
import TranscriptTotal from "@/views/analysisReport/studentPage/scrolReport/transcript_total";//单科的G组分析
|
|
|
-// import StudentReport from '../downloadPdf/studentReport.vue'
|
|
|
+import StudentReport from '../downloadPdf/studentReport.vue'
|
|
|
|
|
|
export default {
|
|
|
components: {
|
|
|
TranscriptSingle,
|
|
|
TranscriptTotal,
|
|
|
- // StudentReport
|
|
|
+ StudentReport
|
|
|
},
|
|
|
computed: {
|
|
|
isTotalScore(){
|