|
|
@ -107,7 +107,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxpullPull != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxpullPull != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.maxpullPull }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.maxpullPull.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
><span v-else> - </span>
|
|
|
|
><span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
@ -117,7 +119,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxpullWind != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxpullWind != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.maxpullWind }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.maxpullWind.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -128,7 +132,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxpullTilt != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxpullTilt != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.maxpullTilt }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.maxpullTilt.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -139,7 +145,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minpullPull != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minpullPull != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.minpullPull }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.minpullPull.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -150,7 +158,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minpullWind != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minpullWind != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.minpullWind }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.minpullWind.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -161,7 +171,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minpullTilt != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minpullTilt != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.minpullTilt }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.minpullTilt.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -172,7 +184,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxwindWind != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxwindWind != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.maxwindWind }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.maxwindWind.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -186,7 +200,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxwindTilt != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxwindTilt != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.maxwindTilt }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.maxwindTilt.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -200,7 +216,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxwindPull != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.maxwindPull != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.maxwindPull }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.maxwindPull.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -211,7 +229,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minwindWind != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minwindWind != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.minwindWind }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.minwindWind.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -225,7 +245,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minwindTilt != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minwindTilt != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.minwindTilt }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.minwindTilt.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -239,7 +261,9 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls !== null">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minwindPull != 65535">
|
|
|
|
<span v-if="scope.row.lastLeadPulls.minwindPull != 65535">
|
|
|
|
{{ scope.row.lastLeadPulls.minwindPull }}</span
|
|
|
|
{{
|
|
|
|
|
|
|
|
scope.row.lastLeadPulls.minwindPull.toFixed(2)
|
|
|
|
|
|
|
|
}}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -286,7 +310,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.maxpullPull != 65535">
|
|
|
|
<span v-if="scope.row.maxpullPull != 65535">
|
|
|
|
{{ scope.row.maxpullPull }}</span
|
|
|
|
{{ scope.row.maxpullPull.toFixed(2) }}</span
|
|
|
|
><span v-else> - </span>
|
|
|
|
><span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
@ -296,7 +320,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.maxpullWind != 65535">
|
|
|
|
<span v-if="scope.row.maxpullWind != 65535">
|
|
|
|
{{ scope.row.maxpullWind }}</span
|
|
|
|
{{ scope.row.maxpullWind.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -307,7 +331,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.maxpullTilt != 65535">
|
|
|
|
<span v-if="scope.row.maxpullTilt != 65535">
|
|
|
|
{{ scope.row.maxpullTilt }}</span
|
|
|
|
{{ scope.row.maxpullTilt.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -318,7 +342,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.minpullPull != 65535">
|
|
|
|
<span v-if="scope.row.minpullPull != 65535">
|
|
|
|
{{ scope.row.minpullPull }}</span
|
|
|
|
{{ scope.row.minpullPull.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -329,7 +353,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.minpullWind != 65535">
|
|
|
|
<span v-if="scope.row.minpullWind != 65535">
|
|
|
|
{{ scope.row.minpullWind }}</span
|
|
|
|
{{ scope.row.minpullWind.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -340,7 +364,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.minpullTilt != 65535">
|
|
|
|
<span v-if="scope.row.minpullTilt != 65535">
|
|
|
|
{{ scope.row.minpullTilt }}</span
|
|
|
|
{{ scope.row.minpullTilt.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -351,7 +375,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.maxwindWind != 65535">
|
|
|
|
<span v-if="scope.row.maxwindWind != 65535">
|
|
|
|
{{ scope.row.maxwindWind }}</span
|
|
|
|
{{ scope.row.maxwindWind.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -365,7 +389,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.maxwindTilt != 65535">
|
|
|
|
<span v-if="scope.row.maxwindTilt != 65535">
|
|
|
|
{{ scope.row.maxwindTilt }}</span
|
|
|
|
{{ scope.row.maxwindTilt.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -379,7 +403,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.maxwindPull != 65535">
|
|
|
|
<span v-if="scope.row.maxwindPull != 65535">
|
|
|
|
{{ scope.row.maxwindPull }}</span
|
|
|
|
{{ scope.row.maxwindPull.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -390,7 +414,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.minwindWind != 65535">
|
|
|
|
<span v-if="scope.row.minwindWind != 65535">
|
|
|
|
{{ scope.row.minwindWind }}</span
|
|
|
|
{{ scope.row.minwindWind.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -404,7 +428,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.minwindTilt != 65535">
|
|
|
|
<span v-if="scope.row.minwindTilt != 65535">
|
|
|
|
{{ scope.row.minwindTilt }}</span
|
|
|
|
{{ scope.row.minwindTilt.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -418,7 +442,7 @@
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row !== null">
|
|
|
|
<span v-if="scope.row.minwindPull != 65535">
|
|
|
|
<span v-if="scope.row.minwindPull != 65535">
|
|
|
|
{{ scope.row.minwindPull }}</span
|
|
|
|
{{ scope.row.minwindPull.toFixed(2) }}</span
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span v-else> - </span>
|
|
|
|
<span v-else> - </span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -914,6 +938,7 @@ export default {
|
|
|
|
const eTime = Math.floor(this.formdata.endtime / 1000);
|
|
|
|
const eTime = Math.floor(this.formdata.endtime / 1000);
|
|
|
|
if (this.dyFlag) {
|
|
|
|
if (this.dyFlag) {
|
|
|
|
let pullParams = {
|
|
|
|
let pullParams = {
|
|
|
|
|
|
|
|
devType: "2",
|
|
|
|
dyId: this.paramsData.id,
|
|
|
|
dyId: this.paramsData.id,
|
|
|
|
pageNum: this.page,
|
|
|
|
pageNum: this.page,
|
|
|
|
pageSize: this.pageSize,
|
|
|
|
pageSize: this.pageSize,
|
|
|
@ -923,6 +948,7 @@ export default {
|
|
|
|
this.getIcingData(pullParams);
|
|
|
|
this.getIcingData(pullParams);
|
|
|
|
} else if (this.lineFlag) {
|
|
|
|
} else if (this.lineFlag) {
|
|
|
|
let pullParams = {
|
|
|
|
let pullParams = {
|
|
|
|
|
|
|
|
devType: "2",
|
|
|
|
lineId: this.paramsData.id,
|
|
|
|
lineId: this.paramsData.id,
|
|
|
|
pageNum: this.page,
|
|
|
|
pageNum: this.page,
|
|
|
|
pageSize: this.pageSize,
|
|
|
|
pageSize: this.pageSize,
|
|
|
|