Selaa lähdekoodia

性能分析详情

liujiejie 1 vuosi sitten
vanhempi
commit
747057c3bb

+ 6 - 3
src/views/performance/components/EditAnalysis.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2024-05-29 09:14:23
- * @LastEditTime: 2024-05-31 15:33:18
+ * @LastEditTime: 2024-05-31 16:24:14
  * @LastEditors: bogon
  * @Description: In User Settings Edit
  * @FilePath: /performance-test/src/views/performance/components/EditAnalysis.vue
@@ -13,7 +13,7 @@
         <el-col :span="5">
           <el-form-item class="searchFrom">
             <el-button type="primary" @click="onSubmit" size="small"
-              >查询</el-button
+              >分析</el-button
             >
             <el-button size="small">重置</el-button>
             <i @click="drawer = true" class="el-icon-setting"></i>
@@ -351,7 +351,10 @@
             <div>11.预期寿命(Expected Lifetime):风力发电机组的设计寿命</div>
           </div>
         </el-col>
-        <el-col :span="12"><div class="right">右</div></el-col>
+        <el-col :span="12"
+          ><div class="right">
+            <img src="../../../assets/Wechat.jpg" alt="" /></div
+        ></el-col>
       </el-row>
     </el-card>
     <div class="abalysisType">

+ 15 - 5
src/views/performance/components/analysisEvent.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2024-05-29 09:13:51
- * @LastEditTime: 2024-05-31 15:50:53
+ * @LastEditTime: 2024-05-31 16:26:47
  * @LastEditors: bogon
  * @Description: In User Settings Edit
  * @FilePath: /performance-test/src/views/performance/components/analysisEvent.vue
@@ -13,7 +13,7 @@
         <el-col :span="5">
           <el-form-item class="searchFrom">
             <el-button type="primary" @click="onSubmit" size="small"
-              >查询</el-button
+              >分析</el-button
             >
             <el-button size="small">重置</el-button>
             <i @click="drawer = true" class="el-icon-setting"></i>
@@ -351,7 +351,11 @@
             <div>11.预期寿命(Expected Lifetime):风力发电机组的设计寿命</div>
           </div>
         </el-col>
-        <el-col :span="12"><div class="right">右</div></el-col>
+        <el-col :span="12">
+          <div class="right">
+            <iframe src="/html/A01.html" frameborder="0"></iframe>
+          </div>
+        </el-col>
       </el-row>
     </el-card>
     <el-drawer
@@ -428,9 +432,7 @@
   </div>
 </template>
 <script>
-
 export default {
-
   data() {
     return {
       value4: "",
@@ -553,6 +555,14 @@ export default {
         line-height: 3;
       }
     }
+    .right {
+      height: 450px;
+      width: 100%;
+      iframe{
+        width: 100%;
+        height: 100%;
+      }
+    }
   }
 }
 ::v-deep .searchFrom {