12345678910111213141516171819202122232425262728293031323334 |
- <template>
- <div style="height:100%">
- <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
- </div>
-
- </template>
- <script>
- export default {
- data(){
- return {
- // url: "http://10.155.32.4:8000/bi47/showreport.do?resid=EBI$12$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$LDBDTULZIVZV1WQD163KP6ICTCDUT99L.rptolap&id=admin&pw=admin"
- url: "http://10.155.32.4:8000/bi47/editrpt.do?action=edit&resid=EBI$12$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$KUOIX7IQO6X6I4CUDE5J0JUCDDUVZPCP.rptolap&id=admin&pw=admin"
- }
- }
- }
- </script>
-
- <style lang="less" scope>
- @titleGray: #9ca5a8;
- @rowGray: #606769;
- @darkBack: #536268;
- .knowledge-2 {
- .el-select {
- width: 200px;
- }
- .el-input {
- width: 200px;
- }
- }
- </style>
|