Browse Source

修改原试图初始展示比例

liujiejie 3 months ago
parent
commit
6d6918f60b

BIN
jg/.DS_Store


+ 2 - 2
jg/src/views/laserRangeFinder/components/CylinderOfTower.vue

@@ -174,11 +174,11 @@ export default {
           {
             type: "inside",
             start: 0,
-            end: this.type === "spectrogram" ? 100 : 2,
+            end: this.type === "spectrogram" ? 2 : 100,
           },
           {
             start: 0,
-            end: this.type === "spectrogram" ? 100 : 2,
+            end: this.type === "spectrogram" ? 2 : 100,
           },
         ],
         xAxis: {

+ 0 - 30
jg/src/views/laserRangeFinder/components/PlotOfFit.vue

@@ -11,21 +11,6 @@
       </div>
       <div class="line-chart" :ref="`chart${keys}`"></div>
     </el-card>
-    <!-- <el-card
-      class="boxchart"
-      shadow="never"
-      v-else-if="type === 'LeafRootRelativeOutline'"
-    >
-      <div slot="header" class="clearfix">
-        <h4 style="color: black; font-size: 16px; font-weight: 700">
-          叶根相对平均轮廓拟合图
-        </h4>
-        <div style="font-size: 12px; color: #666">
-          江西大唐国际新能源有限公司\金华山风电场\01#风机 2024/3/1 11:00:00
-        </div>
-      </div>
-      <div class="line-chart" ref="chart" style="width: 100%"></div>
-    </el-card> -->
     <el-card
       class="boxchart"
       shadow="never"
@@ -41,21 +26,6 @@
       </div>
       <div class="line-chart" :ref="`chart${keys}`" style="width: 100%"></div>
     </el-card>
-    <!-- <el-card
-      class="boxchart"
-      shadow="never"
-      v-else-if="type === 'LeafTipRelativeProfile'"
-    >
-      <div slot="header" class="clearfix">
-        <h4 style="color: black; font-size: 16px; font-weight: 700">
-          叶尖相对平均轮廓拟合图
-        </h4>
-        <div style="font-size: 12px; color: #666">
-          江西大唐国际新能源有限公司\金华山风电场\01#风机 2024/3/1 11:00:00
-        </div>
-      </div>
-      <div class="line-chart" ref="chart" style="width: 100%"></div>
-    </el-card> -->
   </div>
 </template>