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.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",
- };
- },
- };
- </script>
- <style lang="less" scope>
- @titleGray: #9ca5ab;
- @rowGray: #606769;
- @darkBack: #536268;
- .knowledge-2 {
- .el-select {
- width: 200px;
- }
- .el-input {
- width: 200px;
- }
- }
- </style>
|