bjgltjb.vue 676 B

123456789101112131415161718192021222324252627282930313233
  1. <template>
  2. <div style="height:100%">
  3. <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. data(){
  9. return {
  10. 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 "
  11. }
  12. }
  13. }
  14. </script>
  15. <style lang="less" scope>
  16. @titleGray: #9ca5a8;
  17. @rowGray: #606769;
  18. @darkBack: #536268;
  19. .knowledge-2 {
  20. .el-select {
  21. width: 200px;
  22. }
  23. .el-input {
  24. width: 200px;
  25. }
  26. }
  27. </style>