|
@@ -34,12 +34,12 @@
|
|
|
<div class="title2" style="width: 100%;margin-left: 225px;padding-top: 0px;font-size: 19px;color: #4ADEFE;font-weight: 350;">工况分析</div>
|
|
|
<albox ></albox> <!--算法框-->
|
|
|
<div class="title2" style="width: 100%;font-size: 18px;margin-top: -20px;">区域状态:<span style="color: #f3db5c;font-size: 14px">{{work.info}}</span>
|
|
|
-<!-- <sandian style="margin-top: -38px;z-index: 1;"></sandian>-->
|
|
|
- <sandian style="margin-top: -7%;margin-left: -4%;z-index: 1;"></sandian>
|
|
|
+<!-- <gongkuang style="margin-top: -38px;z-index: 1;"></gongkuang>-->
|
|
|
+ <gongkuang style="margin-top: -7%;margin-left: -4%;z-index: 1;"></gongkuang>
|
|
|
<div class="title2"style="color:white;width: 100%;font-size: 18px;z-index: 2;margin-top: -130px;margin-left: 92px;">工况1                    合理工作区</div>
|
|
|
<div class="title2"style="color:white;width: 100%;font-size: 18px;z-index: 2;margin-top: 5px;margin-left: 92px;">工况2                        工况3              工况4</div>
|
|
|
<!-- <test></test>-->
|
|
|
-<!-- <sandian></sandian>-->
|
|
|
+<!-- <gongkuang></gongkuang>-->
|
|
|
<!-- <radartu></radartu>-->
|
|
|
<!-- <RadarChart></RadarChart>-->
|
|
|
</div>
|
|
@@ -262,18 +262,22 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import waterStorage from "@/views/app_beam_tube_inspection/waterStorage";
|
|
|
-import fuzai from "@/views/app_beam_tube_inspection/picture/fuzai";
|
|
|
-import dunmei from "@/views/app_beam_tube_inspection/picture/dunmei";
|
|
|
-import dangqian from "@/views/app_beam_tube_inspection/picture/dangqian";
|
|
|
-import shuru from "@/views/app_beam_tube_inspection/picture/shuru";
|
|
|
-import xiaolv from "@/views/app_beam_tube_inspection/picture/xiaolv";
|
|
|
-import albox from "@/views/app_beam_tube_inspection/albox";
|
|
|
-import radartu from "@/views/app_beam_tube_inspection/picture/radartu";
|
|
|
-import RadarChart from "@/views/app_beam_tube_inspection/picture/RadarChart";
|
|
|
+import waterStorage from "@/views/app_belt_energy_efficiency_analysis/waterStorage";
|
|
|
+import fuzai from "@/views/app_belt_energy_efficiency_analysis/picture/fuzai";
|
|
|
+import dunmei from "@/views/app_belt_energy_efficiency_analysis/picture/dunmei";
|
|
|
+import dangqian from "@/views/app_belt_energy_efficiency_analysis/picture/dangqian";
|
|
|
+import shuru from "@/views/app_belt_energy_efficiency_analysis/picture/shuru";
|
|
|
+import xiaolv from "@/views/app_belt_energy_efficiency_analysis/picture/xiaolv";
|
|
|
+import albox from "@/views/app_belt_energy_efficiency_analysis/albox";
|
|
|
+import radartu from "@/views/app_belt_energy_efficiency_analysis/picture/radartu";
|
|
|
+import RadarChart from "@/views/app_belt_energy_efficiency_analysis/picture/RadarChart";
|
|
|
import m3u8 from "@/common/m3u8";
|
|
|
-import timeselect from "@/views/app_beam_tube_inspection/tiemselect";
|
|
|
-import sandian from "@/views/app_beam_tube_inspection/picture/sandian";
|
|
|
+import timeselect from "@/views/app_belt_energy_efficiency_analysis/tiemselect";
|
|
|
+import gongkuang from "@/views/app_belt_energy_efficiency_analysis/picture/gongkuang";
|
|
|
+
|
|
|
+/**
|
|
|
+ *
|
|
|
+ */
|
|
|
export default {
|
|
|
|
|
|
data() {
|
|
@@ -330,37 +334,6 @@ export default {
|
|
|
speed: 4.33, //m/s
|
|
|
},
|
|
|
|
|
|
-
|
|
|
- //分开
|
|
|
- currentComId: this.title,
|
|
|
- comOptions: [
|
|
|
- {
|
|
|
- id: "1",
|
|
|
- label: " ",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "2",
|
|
|
- label: "2号压风机",
|
|
|
- },
|
|
|
- {
|
|
|
- id: "3",
|
|
|
- label: "3号压风机",
|
|
|
- },
|
|
|
- ],
|
|
|
- windingType: [
|
|
|
- "dianjiraozuwenduu_after",
|
|
|
- "dianjiraozuwenduv_after",
|
|
|
- "dianjiraozuwenduw_after",
|
|
|
- ],
|
|
|
- windingLegand: ["U1相温度", "V1相温度", "W1相温度"],
|
|
|
- vibrateType: ["xzhou_after", "yzhou_after", "zzhou_after"],
|
|
|
- vibrateLegand: ["X轴振动", "Y轴振动", "Z轴振动"],
|
|
|
- pressureType: ["gongqiyali_after", "fengbaoyali_after"],
|
|
|
- pressureLegand: ["压风机压力", "风包压力"],
|
|
|
- temperatureType: ["paiqiwendu_after", "fengbaowendu_after"],
|
|
|
- temperatureLegand: ["压风机温度", "风包温度"],
|
|
|
- bearingType: ["dianjiqianzhouwendu_after", "dianjihouzhouwendu_after"],
|
|
|
- bearingLegand: ["电机前轴温", "电机后轴温"],
|
|
|
};
|
|
|
},
|
|
|
mounted() {
|
|
@@ -390,20 +363,8 @@ export default {
|
|
|
clearInterval(interval);
|
|
|
});
|
|
|
},
|
|
|
- props: ["title"],
|
|
|
methods: {
|
|
|
- selectChart(val) {
|
|
|
- console.log("val", val);
|
|
|
- this.$bus.$emit("changeCompressedId", String(val));
|
|
|
- this.$refs.current.idChange(val);
|
|
|
- this.$refs.winding.idChange(val);
|
|
|
- this.$refs.vibrate.idChange(val);
|
|
|
- this.$refs.pressure.idChange(val);
|
|
|
- this.$refs.temperature.idChange(val);
|
|
|
- this.$refs.bearing.idChange(val);
|
|
|
- // this.$refs.faultAlarm.idChange(val);
|
|
|
- // this.$refs.runningMsg.idChange(val);
|
|
|
- },
|
|
|
+
|
|
|
},
|
|
|
components: {
|
|
|
waterStorage,
|
|
@@ -417,7 +378,7 @@ export default {
|
|
|
RadarChart,
|
|
|
m3u8,
|
|
|
timeselect,
|
|
|
- sandian
|
|
|
+ gongkuang
|
|
|
|
|
|
},
|
|
|
};
|