diff --git a/src/views/iceWeather/icing/index.vue b/src/views/iceWeather/icing/index.vue
index ba72a8f..393134b 100644
--- a/src/views/iceWeather/icing/index.vue
+++ b/src/views/iceWeather/icing/index.vue
@@ -58,6 +58,7 @@
-
+
{{
- $moment(scope.row.updateTime * 1000).format(
- "YYYY-MM-DD HH:mm:ss"
- )
+ $moment(
+ scope.row.lastLeadPulls.updateTime * 1000
+ ).format("YYYY-MM-DD HH:mm:ss")
}}
-
+
+
+
+
+ {{ scope.row.lastLeadPulls.phase }}({{
+ scope.row.lastLeadPulls.funcCode
+ }})({{ scope.row.lastLeadPulls.funcCode }})
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.maxpullPull }} -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.maxpullWind }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.maxpullTilt }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.minpullPull }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.minpullWind }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.minpullTilt }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.maxwindWind }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.maxwindTilt }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.maxwindPull }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.minwindWind }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.minwindTilt }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.lastLeadPulls.minwindPull }}
+ -
+
+ -
+
+
+
+
+
+
+
+ {{
+ $moment(scope.row.updateTime * 1000).format(
+ "YYYY-MM-DD HH:mm:ss"
+ )
+ }}
+
+
@@ -90,84 +278,150 @@
>({{ scope.row.funcCode }})
+
-
-
- {{ scope.row.maxpullPull }}
+
+
+ {{ scope.row.maxpullPull }} -
+
-
-
- {{ scope.row.maxpullWind }}
+
+
+ {{ scope.row.maxpullWind }}
+ -
+
-
-
- {{ scope.row.maxpullTilt }}
+
+
+ {{ scope.row.maxpullTilt }}
+ -
+
-
-
- {{ scope.row.minpullPull }}
+
+
+ {{ scope.row.minpullPull }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.minpullWind }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.minpullTilt }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.maxwindWind }}
+ -
+
-
-
-
-
+ >
+
+
+
+ {{ scope.row.maxwindTilt }}
+ -
+
+ -
+
+
-
- {{ scope.row.maxwindPull }}
+
+
+ {{ scope.row.maxwindPull }}
+ -
+
+ -
+
+
+
+
+
+
+ {{ scope.row.minwindWind }}
+ -
+
-
-
+ >
+
+
+
+ {{ scope.row.minwindTilt }}
+ -
+
+ -
+
+
-
- {{ scope.row.minwindPull }}
+
+
+ {{ scope.row.minwindPull }}
+ -
+
-
@@ -236,6 +490,8 @@ export default {
chartsData: [],
dyFlag: true,
lineFlag: false,
+
+ gantatable: false, //点击了装置之后,显示的数据
};
},
watch: {
@@ -281,9 +537,10 @@ export default {
console.log("电压-公司");
this.dyFlag = true;
this.lineFlag = true;
+ this.gantatable = false;
pullParams = {
dyId: data.id,
- pageNum: this.page,
+ pageNum: 1,
pageSize: this.pageSize,
start: sTime,
end: eTime,
@@ -293,10 +550,11 @@ export default {
} else if (data.bsManufacturer) {
this.dyFlag = false;
this.lineFlag = true;
+ this.gantatable = false;
console.log("线路-电压");
pullParams = {
lineId: data.id,
- pageNum: this.page,
+ pageNum: 1,
pageSize: this.pageSize,
start: sTime,
end: eTime,
@@ -307,16 +565,18 @@ export default {
this.dyFlag = false;
this.lineFlag = false;
console.log("装置-杆塔");
+ this.gantatable = true;
// const sTime = Math.floor(this.formdata.starttime / 1000);
// const eTime = Math.floor(this.formdata.endtime / 1000);
console.log(data);
+
pullParams = {
lineId: data.lineid,
termId: data.id,
towerId: data.towerid,
start: sTime,
end: eTime,
- pageNum: this.page,
+ pageNum: 1,
pageSize: this.pageSize,
};
this.getIcingListData(pullParams);
@@ -331,8 +591,8 @@ export default {
.then((res) => {
console.log(res);
- this.tableData = res.data.list.map((item) => item.lastLeadPulls);
- // this.tableData = res.data.list;
+ // this.tableData = res.data.list.map((item) => item.lastLeadPulls);
+ this.tableData = res.data.list;
this.total = res.data.total;
this.loading = false;
this.echartsShow = false;
diff --git a/vue.config.js b/vue.config.js
index 759ac7c..fd91d71 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -23,8 +23,8 @@ module.exports = defineConfig({
//表示拦截以/api开头的请求路径
//target: "http://192.168.1.190:8080", //190 需要去掉/Api
- target: "http://61.169.135.146:9911/", //运维 覆冰
- //target: "http://61.169.135.146:40080/", //dell
+ // target: "http://61.169.135.146:9911/", //运维 覆冰
+ target: "http://61.169.135.146:40080/", //dell
changOrigin: true, //是否开启跨域
pathRewrite: {
"^/api": "/api", //重写api,把api变成空字符,因为我们真正请求的路径是没有api的