|
|
@@ -28,10 +28,10 @@
|
|
|
Excel报表
|
|
|
</a>
|
|
|
</div>
|
|
|
- <ProcessReportArchive
|
|
|
+ <!-- <ProcessReportArchive
|
|
|
v-if="processReportResult.reportResults != undefined"
|
|
|
:process-report-result="processReportResult"
|
|
|
- />
|
|
|
+ /> -->
|
|
|
|
|
|
<template
|
|
|
v-for="(reportResult, index) in processReportResult.reportResults"
|
|
|
@@ -145,13 +145,13 @@ import Common from '../../common/Common.js';
|
|
|
import Uuid from '../../common/Uuid.js';
|
|
|
import Notify from '../../common/Notify.js';
|
|
|
import DownloadService from '../../common/DownloadService.js';
|
|
|
-import ProcessReportArchive from './ProcessReportArchive.vue';
|
|
|
+// import ProcessReportArchive from './ProcessReportArchive.vue';
|
|
|
|
|
|
export default {
|
|
|
name: 'ProcessReportResultPreview',
|
|
|
|
|
|
components: {
|
|
|
- ProcessReportArchive,
|
|
|
+ // ProcessReportArchive,
|
|
|
},
|
|
|
|
|
|
props: {
|