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