From 7f0f5bc0be05b8a9206bcff083442379504db009 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期二, 30 四月 2024 14:17:06 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/~shiwenshuai/DTKZZTX --- src/views/comm/planFormulation/planFormulation.vue | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/comm/planFormulation/planFormulation.vue b/src/views/comm/planFormulation/planFormulation.vue index da74a12..612c342 100644 --- a/src/views/comm/planFormulation/planFormulation.vue +++ b/src/views/comm/planFormulation/planFormulation.vue @@ -1,7 +1,10 @@ <template> <div class="dictionaryBox"> - <My-bread :list="[ + <iframe :src="url" + width="100%" + height="100%"></iframe> + <!-- <My-bread :list="[ `閫氫俊鏂规绛瑰垝`, `閫氫俊鏂规鎷熷埗`, ]"></My-bread> @@ -101,7 +104,7 @@ size="small" @click="handleClose">纭� 瀹�</el-button> </span> - </el-dialog> + </el-dialog> --> </div> </template> @@ -140,13 +143,16 @@ title: "", editFrom: { types: "", - } + }, + url: null, }; }, watch: { }, created () { + this.url=thinkManageurl; + console.log(this.ur); this.setTableDataStart(); }, methods: { @@ -210,9 +216,9 @@ <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; -- Gitblit v1.9.3