|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2024-05-29 09:14:23
|
|
|
- * @LastEditTime: 2024-08-06 13:25:45
|
|
|
+ * @LastEditTime: 2024-08-06 13:34:14
|
|
|
* @LastEditors: bogon
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /performance-test/src/views/performance/components/EditAnalysis.vue
|
|
@@ -121,7 +121,7 @@
|
|
|
<el-col
|
|
|
:span="12"
|
|
|
v-if="
|
|
|
- form.configAnalysis !== 'power_curve' ||
|
|
|
+ form.configAnalysis !== 'power_curve' &&
|
|
|
form.configAnalysis !== 'yaw_error'
|
|
|
"
|
|
|
><div class="left">
|
|
@@ -189,8 +189,8 @@
|
|
|
:span="12"
|
|
|
v-loading="htmlLoading"
|
|
|
v-if="
|
|
|
- form.configAnalysis !== 'power_curve' ||
|
|
|
- form.configAnalysis === 'yaw_error'
|
|
|
+ form.configAnalysis !== 'power_curve' &&
|
|
|
+ form.configAnalysis !== 'yaw_error'
|
|
|
"
|
|
|
>
|
|
|
<div class="right">
|