Browse Source

pdf修改

tangjunhao 6 tháng trước cách đây
mục cha
commit
cce0b3c859
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/components/pdfReportView/index.vue

+ 1 - 2
src/components/pdfReportView/index.vue

@@ -2,8 +2,7 @@
   <div class="pdf-container">
     <vue-pdf-embed
       :source="pdfUrl"
-      annotation-layer
-      text-layer
+      
       :scale="scale"
     />
   </div>