|
@@ -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>
|
|
|
-
|