123456789101112131415161718192021222324252627282930313233 |
- <template>
- <div style="height:100%">
- <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
- </div>
-
- </template>
- <script>
- export default {
- data(){
- return {
- url: "http://10.155.32.4:8000/bi47/showreport.do?resid=EBI$12$VZCQU9AYVZPOYRQZLRNI9SUUMUZTM6LU$1$31RYFKYI87X7U9L1YQLVYUA2SU1XJQIU.rpttpl&id=admin&pw=gdnxfd123&showmenu=false&showparams=true&calcnow=true --disable-features=SameSiteByDefaultCookies "
- }
- }
- }
- </script>
-
- <style lang="less" scope>
- @titleGray: #9ca5a8;
- @rowGray: #606769;
- @darkBack: #536268;
- .knowledge-2 {
- .el-select {
- width: 200px;
- }
- .el-input {
- width: 200px;
- }
- }
- </style>
|