@@ -1,6 +1,8 @@
<template>
<div id="screen" >
- <iframe frameborder="no" src="http://10.70.192.123/webroot/decision/view/form?viewlet=%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9%20(2)/%E8%90%A5%E9%94%80%E7%9C%8B%E6%9D%BF2.frm" width="100%" height="100%"></iframe>
+<!-- <iframe frameborder="no" src="http://10.70.192.123/webroot/decision/view/form?viewlet=%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9%20(2)/%E8%90%A5%E9%94%80%E7%9C%8B%E6%9D%BF2.frm" width="100%" height="100%"></iframe>-->
+ <iframe frameborder="no" src="http://www.tmanalysis.cn/webroot/decision/view/report?viewlet=screen/A/%E8%90%A5%E9%94%80%E7%9C%8B%E6%9D%BF2.frm" width="100%" height="100%"></iframe>
+
</div>
</template>
<script>
@@ -0,0 +1,23 @@
+<template>
+ <div id="screen" >
+ <iframe frameborder="no" src="http://www.tmanalysis.cn/webroot/decision/view/report?viewlet=screen/A/数据管理大屏.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>