index copy.vue 973 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <template>
  2. <div style="height: 100%" id="baobiao">
  3. <iframe
  4. :src="url"
  5. width="100%"
  6. height="100%"
  7. frameborder="0"
  8. scrolling="auto"
  9. style="background: #fff"
  10. ></iframe>
  11. </div>
  12. </template>
  13. <script>
  14. export default {
  15. data() {
  16. return {
  17. url: "./static/iframe.html",
  18. // url: "https://202.99.219.114:28888/qjny/report/view/report?viewlet=清洁能源/生产部门日周月报/日报表填报-加发电量.cpt&op=write",
  19. // url: "https://202.99.219.114:28888/qjny/report/view/report?viewlet=清洁能源/生产部门日周月报/周报表展示.cpt&op=write",
  20. // url: "https://202.99.219.114:28888/qjny/report/view/report?viewlet=清洁能源/生产部门日周月报/周报表展示.cpt",
  21. };
  22. },
  23. };
  24. </script>
  25. <style lang="less" scope>
  26. @titleGray: #9ca5ab;
  27. @rowGray: #606769;
  28. @darkBack: #536268;
  29. .knowledge-2 {
  30. .el-select {
  31. width: 200px;
  32. }
  33. .el-input {
  34. width: 200px;
  35. }
  36. }
  37. </style>