1
0

index.vue 741 B

12345678910111213141516171819202122232425262728293031323334
  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$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$LDBDTULZIVZV1WQD163KP6ICTCDUT99L.rptolap&id=admin&pw=admin"
  11. url: "http://10.81.3.155:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$a95c37e40d684dfc91cf61e9a67b22e3$046f1537b66449ea8e38d2106ce1b25d"
  12. }
  13. }
  14. }
  15. </script>
  16. <style lang="less" scope>
  17. @titleGray: #9ca5a8;
  18. @rowGray: #606769;
  19. @darkBack: #536268;
  20. .knowledge-2 {
  21. .el-select {
  22. width: 200px;
  23. }
  24. .el-input {
  25. width: 200px;
  26. }
  27. }
  28. </style>