|
@@ -1,21 +1,24 @@
|
|
|
<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.155.32.4:8000/bi47/showreport.do?resid=EBI$12$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$LDBDTULZIVZV1WQD163KP6ICTCDUT99L.rptolap&id=admin&pw=admin"
|
|
|
- url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$a95c37e40d684dfc91cf61e9a67b22e3$046f1537b66449ea8e38d2106ce1b25d"
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
+ // url: "http://10.155.32.4:8000/bi47/showreport.do?resid=EBI$12$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$LDBDTULZIVZV1WQD163KP6ICTCDUT99L.rptolap&id=admin&pw=GYpt.6388@7590*"
|
|
|
+ url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$a95c37e40d684dfc91cf61e9a67b22e3$046f1537b66449ea8e38d2106ce1b25d",
|
|
|
+ };
|
|
|
+ },
|
|
|
+};
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scope>
|