From 55bc564d71e572d3907bd89cc2a22f14917c01af Mon Sep 17 00:00:00 2001
From: zjf <zhangjf@probim.com.cn>
Date: Fri, 17 Nov 2023 14:01:54 +0800
Subject: [PATCH] subscriptions 添加 iframe

---
 src/views/PWS/Subscriptions.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/PWS/Subscriptions.vue b/src/views/PWS/Subscriptions.vue
index c8fe831..db3a71a 100644
--- a/src/views/PWS/Subscriptions.vue
+++ b/src/views/PWS/Subscriptions.vue
@@ -85,6 +85,7 @@
         <el-button @click="onSubmit('reset')">重置</el-button>
       </el-form-item>
     </el-form>
+    <iframe class="extiframe" src="/ext/index.htm" frameborder="0"></iframe>
     <c-r-m-export
       :show="showCRMExport"
       :crm-type="crmType"
@@ -183,6 +184,7 @@
 .subscription {
   display: flex;
   flex-direction: column;
+  height: 100%;
   .flex-box {
     flex: 1;
     padding: 20px;
@@ -193,6 +195,9 @@
     color: #303133;
 
   }
+  .extiframe{
+    flex: 1;
+  }
 }
 .selectInline{
   background: #fff;

--
Gitblit v1.9.3