From c70733d91674915623da7a85ddfa90165cc8641e Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期二, 30 四月 2024 14:15:37 +0800
Subject: [PATCH] 代码更新

---
 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