huianfddltj.vue 670 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. ></iframe>
  10. </div>
  11. </template>
  12. <script>
  13. export default {
  14. name: "huianfddltj",
  15. data() {
  16. return {
  17. url:
  18. process.env.VUE_APP_REPORT +
  19. "/rbi/ebibase/showreport.do?resid=EANA$2$2$1$72977a47b6154b299ebcc708634e63dc$b4d45b7dc4cd4adf8535fa9bda1a1e24&id=admin&pw=GYpt.6388@7590*",
  20. };
  21. },
  22. };
  23. </script>
  24. <style lang="less" scope>
  25. @titleGray: #9ca5a8;
  26. @rowGray: #606769;
  27. @darkBack: #536268;
  28. .knowledge-2 {
  29. .el-select {
  30. width: 200px;
  31. }
  32. .el-input {
  33. width: 200px;
  34. }
  35. }
  36. </style>