1234567891011121314151617181920212223 |
- <template>
- <div id="screen" >
- <iframe src="http://www.tmanalysis.cn/webroot/decision/view/report?viewlet=screen/A/营销看板2.frm" width="100%" height="100%"></iframe>
- </div>
- </template>
- <script>
- export default {
- name: "deptScreen",
- };
- </script>
- <style>
- #screen{
- padding:0px;
- margin:0px;
- position:absolute;
- top:0px;
- left:0px;
- width:100%;
- height:100%;
- border:hidden;
- }
- </style>
|