Browse Source

取消 报表归档。

yangzhijie1488@163.com 3 năm trước cách đây
mục cha
commit
d8439a8f4f
2 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 1 1
      package.json
  2. 4 4
      packages/process/src/ProcessReportResultPreview.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pc-component-v3",
-  "version": "1.0.33",
+  "version": "1.0.34",
   "description": "",
   "main": "dist/pc-component-v3.js",
   "scripts": {

+ 4 - 4
packages/process/src/ProcessReportResultPreview.vue

@@ -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: {