瀏覽代碼

Merge branch 'baiyanting' of http://124.70.43.205:3000/xieshengjie/jn_sis_zhfx into baiyanting1

baiyanting 1 年之前
父節點
當前提交
aa4a15b86a
共有 2 個文件被更改,包括 28 次插入16 次删除
  1. 14 8
      src/views/report/stationReport/fczybb/index.vue
  2. 14 8
      src/views/report/stationReport/xmzybb/index.vue

+ 14 - 8
src/views/report/stationReport/fczybb/index.vue

@@ -1,16 +1,23 @@
 <template>
-  <div style="height:100%">
-    <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+  <div style="height: 100%">
+    <iframe
+      :src="url"
+      width="100%"
+      height="100%"
+      frameborder="0"
+      scrolling="auto"
+    ></iframe>
   </div>
 </template>
 <script>
 export default {
-  data(){
+  data() {
     return {
-      url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$cf794177cf764f258f8105c6d3b03f3c$7cf4ccc30f914f0b8925e2234780402e&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true"
-    }
-  }
-}
+      //   url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$cf794177cf764f258f8105c6d3b03f3c$7cf4ccc30f914f0b8925e2234780402e&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true"
+      url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$cf794177cf764f258f8105c6d3b03f3c$e1d9d8dd6f2447108ed563ac4ba427df&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true",
+    };
+  },
+};
 </script>
 <style lang="less" scope>
 @titleGray: #9ca5ab;
@@ -25,4 +32,3 @@ export default {
   }
 }
 </style>
-

+ 14 - 8
src/views/report/stationReport/xmzybb/index.vue

@@ -1,16 +1,23 @@
 <template>
-  <div style="height:100%">
-    <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+  <div style="height: 100%">
+    <iframe
+      :src="url"
+      width="100%"
+      height="100%"
+      frameborder="0"
+      scrolling="auto"
+    ></iframe>
   </div>
 </template>
 <script>
 export default {
-  data(){
+  data() {
     return {
-      url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$cf794177cf764f258f8105c6d3b03f3c$82f52ee37b7b4b029a0182efae431822&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true"
-    }
-  }
-}
+      //   url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$cf794177cf764f258f8105c6d3b03f3c$82f52ee37b7b4b029a0182efae431822&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true"
+      url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$cf794177cf764f258f8105c6d3b03f3c$7e2617b8e7904b2ba9aa6a777264eab2&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=true",
+    };
+  },
+};
 </script>
 <style lang="less" scope>
 @titleGray: #9ca5ab;
@@ -25,4 +32,3 @@ export default {
   }
 }
 </style>
-