From a4f932c6ca705feb3bee3b7d7bbe0ee5c0c85515 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期五, 29 十二月 2023 09:41:11 +0800
Subject: [PATCH] 修改

---
 web/src/views/modules/configAuditReport/ConfigAuditReport.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/web/src/views/modules/configAuditReport/ConfigAuditReport.vue b/web/src/views/modules/configAuditReport/ConfigAuditReport.vue
index b88c084..f16467b 100644
--- a/web/src/views/modules/configAuditReport/ConfigAuditReport.vue
+++ b/web/src/views/modules/configAuditReport/ConfigAuditReport.vue
@@ -31,6 +31,7 @@
                        @refreshDataList="table.query"
                        @setProjectInfo="openAddWin">
         </ProjectSelect>
+        <Preview ref="view" :pageMarkerfun="ConfigAuditReport"></Preview>
       </zt-table-wraper>
     </div>
   </el-card>
@@ -42,6 +43,7 @@
   export default {
     data() {
       return {
+        ConfigAuditReport:'ConfigAuditReport',
         dataForm: {
           code: '',
           softwareIdentity: '',
@@ -51,7 +53,8 @@
     },
     components: {
       AddOrUpdate,
-      ProjectSelect
+      ProjectSelect,
+      Preview
     },
     methods:{
       add() {
@@ -62,6 +65,9 @@
         // this.$refs.addOrUpdate.$refs.dialog.init(null, {id: null, projectId: row.id})
         this.$refs.addOrUpdate.$refs.dialog.init(null, {id: null, projectId: row.id})
       },
+      preview(row){
+        this.$refs.view.openAccessoryFormatSingle(row)
+      }
     }
   }
 </script>

--
Gitblit v1.9.1