logistics4.vue 406 B

1234567891011121314151617181920212223
  1. <template>
  2. <div id="screen" >
  3. <iframe src="http://www.tmanalysis.cn/webroot/decision/view/report?viewlet=screen/A/营销看板2.frm" width="100%" height="100%"></iframe>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: "deptScreen",
  9. };
  10. </script>
  11. <style>
  12. #screen{
  13. padding:0px;
  14. margin:0px;
  15. position:absolute;
  16. top:0px;
  17. left:0px;
  18. width:100%;
  19. height:100%;
  20. border:hidden;
  21. }
  22. </style>