소스 검색

07111525cs

liuhj 10 달 전
부모
커밋
f7e9ee1eea
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/components/Sankunginfo.vue

+ 4 - 2
src/components/Sankunginfo.vue

@@ -4,7 +4,7 @@
             <div class="Sankunginfo-title">三公费用明细</div>
         </div>
         <div class="Sankunginfo-box">
-            <iframe frameborder="no" :src='src' width="100%" :height="heights"></iframe>
+            <iframe style="border:none" :src='src' width="100%" :height="heights"></iframe>
         </div>
     </div>
 </template>
@@ -31,7 +31,9 @@ export default {
         this.heights=clientHeight;
         this.fileName = this.$route.query.fileName;
         this.id = this.$route.query.sign;
-        this.src="http://132.232.92.186:24/Office/Word/EnterExitCost/File/"+this.fileName
+        this.src="http://132.232.92.186:24/Office/Word/EnterExitCost/File/%E6%B5%8B%E8%AF%95%E4%B8%B4%E6%97%B6%E7%AE%97%E8%B4%B9%E7%94%A8-%E5%87%BA%E5%85%A5%E5%A2%83%E8%B4%B9%E7%94%A8434b8d9f-d7a3-420e-82f4-04c83834fc3c.pdf"
+        // this.src="http://132.232.92.186:24/Office/Word/EnterExitCost/File/"+this.fileName;
+        console.log(this.src);
     }
 }
 </script>