1234567891011121314151617181920212223 |
- <template>
- <div id="screen" >
- <iframe frameborder="no" src="http://10.70.192.123/webroot/decision/view/form?viewlet=大屏新版20240226/物流实时配送签收大屏.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>
|