fdczzdy.vue 677 B

12345678910111213141516171819202122232425262728293031323334
  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. data() {
  15. return {
  16. url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$a95c37e40d684dfc91cf61e9a67b22e3$9434e7e05656406194de4ca47cb31fa3&id=admin&pw=GYpt.6388@7590*&showmenu=false&showparams=true&calcnow=true",
  17. };
  18. },
  19. };
  20. </script>
  21. <style lang="less" scope>
  22. @titleGray: #9ca5ab;
  23. @rowGray: #606769;
  24. @darkBack: #536268;
  25. .knowledge-2 {
  26. .el-select {
  27. width: 200px;
  28. }
  29. .el-input {
  30. width: 200px;
  31. }
  32. }
  33. </style>