|
@@ -35,12 +35,11 @@
|
|
import { SvgIcon } from '/@/components/Icon';
|
|
import { SvgIcon } from '/@/components/Icon';
|
|
// import echartLine from './EchartLineCharacter3.vue'
|
|
// import echartLine from './EchartLineCharacter3.vue'
|
|
import * as echarts from 'echarts';
|
|
import * as echarts from 'echarts';
|
|
-
|
|
|
|
|
|
|
|
let props = defineProps({
|
|
let props = defineProps({
|
|
maindata: Array,
|
|
maindata: Array,
|
|
});
|
|
});
|
|
- const emit = defineEmits(['goDetail'])
|
|
|
|
|
|
+ const emit = defineEmits(['goDetail']);
|
|
let searchValue = ref('');
|
|
let searchValue = ref('');
|
|
let mainTypeList = reactive<any>([]); //下拉框
|
|
let mainTypeList = reactive<any>([]); //下拉框
|
|
let mainList = reactive<any[]>([]); //主风机列表
|
|
let mainList = reactive<any[]>([]); //主风机列表
|
|
@@ -56,20 +55,21 @@
|
|
//跳转详情
|
|
//跳转详情
|
|
function getDetail() {
|
|
function getDetail() {
|
|
console.log('跳转详情');
|
|
console.log('跳转详情');
|
|
- emit('goDetail', 'fanmain')
|
|
|
|
|
|
+ emit('goDetail', 'fanmain');
|
|
}
|
|
}
|
|
//选项切换
|
|
//选项切换
|
|
function changeSelect(val) {
|
|
function changeSelect(val) {
|
|
(echartData.ydata.length = 0), (echartData.ydata1.length = 0);
|
|
(echartData.ydata.length = 0), (echartData.ydata1.length = 0);
|
|
switch (val) {
|
|
switch (val) {
|
|
- case '王坡主风机测试':
|
|
|
|
|
|
+ case '1号回风斜井':
|
|
mainList.forEach((el) => {
|
|
mainList.forEach((el) => {
|
|
echartData.ydata1.push(el.readData.DataPa);
|
|
echartData.ydata1.push(el.readData.DataPa);
|
|
echartData.ydata.push(el.readData.m3);
|
|
echartData.ydata.push(el.readData.m3);
|
|
});
|
|
});
|
|
-
|
|
|
|
getOption();
|
|
getOption();
|
|
break;
|
|
break;
|
|
|
|
+ case '2号回风立井':
|
|
|
|
+ break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -84,12 +84,11 @@
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
|
|
-
|
|
|
|
grid: {
|
|
grid: {
|
|
top: '22%',
|
|
top: '22%',
|
|
left: '5%',
|
|
left: '5%',
|
|
- right: '16%',
|
|
|
|
- bottom: '5%',
|
|
|
|
|
|
+ right: '17%',
|
|
|
|
+ bottom: '8%',
|
|
containLabel: true,
|
|
containLabel: true,
|
|
},
|
|
},
|
|
|
|
|
|
@@ -221,12 +220,12 @@
|
|
};
|
|
};
|
|
});
|
|
});
|
|
}
|
|
}
|
|
- // 设置曲线数据
|
|
|
|
|
|
+ // 设置曲线数据
|
|
// function setChart(param,character) {
|
|
// function setChart(param,character) {
|
|
// // if(this.startfan !=1 && this.startfan !=2){
|
|
// // if(this.startfan !=1 && this.startfan !=2){
|
|
// // return
|
|
// // return
|
|
// // }
|
|
// // }
|
|
-
|
|
|
|
|
|
+
|
|
// param.dataQ = param.dataQ == null?0:param.dataQ
|
|
// param.dataQ = param.dataQ == null?0:param.dataQ
|
|
// param.dataH = param.dataH == null?0:param.dataH
|
|
// param.dataH = param.dataH == null?0:param.dataH
|
|
// let Q1 = Math.round(parseFloat(param.dataQ)/60*100)/100;
|
|
// let Q1 = Math.round(parseFloat(param.dataQ)/60*100)/100;
|
|
@@ -239,7 +238,7 @@
|
|
// // 风压特性曲线2
|
|
// // 风压特性曲线2
|
|
// let data2 = [];
|
|
// let data2 = [];
|
|
// let data3 = [];
|
|
// let data3 = [];
|
|
-
|
|
|
|
|
|
+
|
|
// for (let i = 30; i <= 400; i++) {
|
|
// for (let i = 30; i <= 400; i++) {
|
|
// let x = i;
|
|
// let x = i;
|
|
// let y4 =
|
|
// let y4 =
|
|
@@ -255,9 +254,9 @@
|
|
// data.push([x, y]);
|
|
// data.push([x, y]);
|
|
// }
|
|
// }
|
|
// // if(this.$refs.chartlineCharacter != null){
|
|
// // if(this.$refs.chartlineCharacter != null){
|
|
-
|
|
|
|
|
|
+
|
|
// if(main.value)main.value.setXData(data,data2,[[Q1, H1]]);
|
|
// if(main.value)main.value.setXData(data,data2,[[Q1, H1]]);
|
|
-
|
|
|
|
|
|
+
|
|
// // }
|
|
// // }
|
|
// }
|
|
// }
|
|
|
|
|
|
@@ -268,8 +267,8 @@
|
|
mainList = val;
|
|
mainList = val;
|
|
mainTypeList.length = 0;
|
|
mainTypeList.length = 0;
|
|
mainTypeList.push({
|
|
mainTypeList.push({
|
|
- label: mainList[0].typeName,
|
|
|
|
- value: mainList[0].typeName,
|
|
|
|
|
|
+ label: mainList[0].strinstallpos,
|
|
|
|
+ value: mainList[0].strinstallpos,
|
|
});
|
|
});
|
|
searchValue.value = mainTypeList[0].value;
|
|
searchValue.value = mainTypeList[0].value;
|
|
changeSelect(searchValue.value);
|
|
changeSelect(searchValue.value);
|
|
@@ -278,8 +277,8 @@
|
|
deep: true,
|
|
deep: true,
|
|
}
|
|
}
|
|
);
|
|
);
|
|
- onMounted(() => {
|
|
|
|
- // 添加resize事件监听
|
|
|
|
|
|
+ onMounted(() => {
|
|
|
|
+ // 添加resize事件监听
|
|
// if(main.value)main.value.setXMax(400);
|
|
// if(main.value)main.value.setXMax(400);
|
|
// if(main.value)main.value.setYMax(4000);
|
|
// if(main.value)main.value.setYMax(4000);
|
|
// window.addEventListener("resize", this.chartResize);
|
|
// window.addEventListener("resize", this.chartResize);
|