|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2024-05-29 09:14:23
|
|
|
- * @LastEditTime: 2024-08-06 10:03:06
|
|
|
+ * @LastEditTime: 2024-08-06 13:25:45
|
|
|
* @LastEditors: bogon
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /performance-test/src/views/performance/components/EditAnalysis.vue
|
|
@@ -112,6 +112,7 @@
|
|
|
<PlotlyCharts></PlotlyCharts>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
+ <!-- 其他类型展示的 图表 ,只展示图表不必要展示表格 -->
|
|
|
<!-- <el-col v-loading="htmlLoading" v-else :span="24">
|
|
|
<div class="right">
|
|
|
<PlotlyCharts></PlotlyCharts>
|
|
@@ -121,7 +122,7 @@
|
|
|
:span="12"
|
|
|
v-if="
|
|
|
form.configAnalysis !== 'power_curve' ||
|
|
|
- form.configAnalysis === 'yaw_error'
|
|
|
+ form.configAnalysis !== 'yaw_error'
|
|
|
"
|
|
|
><div class="left">
|
|
|
<div>
|