| | |
| | | |
| | | <template> |
| | | <div class="dictionaryBox"> |
| | | <My-bread :list="[ |
| | | <iframe :src="url" |
| | | width="100%" |
| | | height="100%"></iframe> |
| | | <!-- <My-bread :list="[ |
| | | `通信方案筹划`, |
| | | `通信方案拟制`, |
| | | ]"></My-bread> |
| | |
| | | size="small" |
| | | @click="handleClose">确 定</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | </el-dialog> --> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | title: "", |
| | | editFrom: { |
| | | types: "", |
| | | } |
| | | }, |
| | | url: null, |
| | | }; |
| | | }, |
| | | watch: { |
| | | |
| | | }, |
| | | created () { |
| | | this.url=thinkManageurl; |
| | | console.log(this.ur); |
| | | this.setTableDataStart(); |
| | | }, |
| | | methods: { |
| | |
| | | <style lang="less" scoped> |
| | | //@import url(); 引入公共css类 |
| | | .dictionaryBox { |
| | | height: calc(100% - 40px); |
| | | width: calc(100% - 40px); |
| | | padding: 10px; |
| | | height: calc(100% - 20px); |
| | | width: calc(100% - 20px); |
| | | // padding: 10px; |
| | | background: #f4f8ff; |
| | | margin: 10px; |
| | | border-radius: 5px; |