bdzcx.vue 741 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <template>
  2. <div style="height: 100%">
  3. <iframe
  4. :src="url"
  5. width="100%"
  6. height="100%"
  7. frameborder="0"
  8. scrolling="auto"
  9. style="background-color: white"
  10. ></iframe>
  11. </div>
  12. </template>
  13. <script>
  14. export default {
  15. data() {
  16. return {
  17. url: "http://10.155.32.4:8000/bi47/showreport.do?resid=EBI$12$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$TPS2QU06ZT1TOYKPQNNSTOL1S4PMDU4S.rpttpl&id=admin&pw=GYpt.6388@7590*i&showmenu=false&showparams=true --disable-features=SameSiteByDefaultCookies",
  18. };
  19. },
  20. };
  21. </script>
  22. <style lang="less" scope>
  23. @titleGray: #9ca5a8;
  24. @rowGray: #606769;
  25. @darkBack: #536268;
  26. .knowledge-2 {
  27. .el-select {
  28. width: 200px;
  29. }
  30. .el-input {
  31. width: 200px;
  32. }
  33. }
  34. </style>