|
@@ -25,11 +25,12 @@
|
|
<span>{{ hiddenDangerNum }}</span>
|
|
<span>{{ hiddenDangerNum }}</span>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
+ <el-scrollbar>
|
|
<el-table
|
|
<el-table
|
|
:data="hiddenDangerData"
|
|
:data="hiddenDangerData"
|
|
border
|
|
border
|
|
border-color="rgb(36,36,36)"
|
|
border-color="rgb(36,36,36)"
|
|
- max-height="750px"
|
|
|
|
|
|
+ max-height="650px"
|
|
:header-cell-style="{
|
|
:header-cell-style="{
|
|
background: 'Black',
|
|
background: 'Black',
|
|
color: 'rgb(220,220,220)',
|
|
color: 'rgb(220,220,220)',
|
|
@@ -38,24 +39,25 @@
|
|
:cell-style="{ background: 'Black', color: 'rgb(220,220,220)',}"
|
|
:cell-style="{ background: 'Black', color: 'rgb(220,220,220)',}"
|
|
>
|
|
>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="100"
|
|
|
|
|
|
+ width="160"
|
|
property="lastUpdateTime"
|
|
property="lastUpdateTime"
|
|
label="时间"
|
|
label="时间"
|
|
align="center"
|
|
align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="120"
|
|
|
|
|
|
+ width="110"
|
|
property="windturbineId"
|
|
property="windturbineId"
|
|
label="设备"
|
|
label="设备"
|
|
align="center"
|
|
align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="300"
|
|
|
|
|
|
+ width="250"
|
|
property="alertText"
|
|
property="alertText"
|
|
label="故障信息"
|
|
label="故障信息"
|
|
align="center"
|
|
align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
|
|
+ </el-scrollbar>
|
|
</el-popover>
|
|
</el-popover>
|
|
<el-popover placement="top-start"
|
|
<el-popover placement="top-start"
|
|
:width="521"
|
|
:width="521"
|
|
@@ -76,7 +78,7 @@
|
|
:data="defectData"
|
|
:data="defectData"
|
|
border
|
|
border
|
|
border-color="rgb(36,36,36)"
|
|
border-color="rgb(36,36,36)"
|
|
- max-height="750px"
|
|
|
|
|
|
+ max-height="650px"
|
|
:header-cell-style="{
|
|
:header-cell-style="{
|
|
background: 'Black',
|
|
background: 'Black',
|
|
color: 'rgb(220,220,220)',
|
|
color: 'rgb(220,220,220)',
|
|
@@ -84,19 +86,19 @@
|
|
}"
|
|
}"
|
|
:cell-style="{ background: 'Black', color: 'rgb(220,220,220)',}">
|
|
:cell-style="{ background: 'Black', color: 'rgb(220,220,220)',}">
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="100"
|
|
|
|
|
|
+ width="160"
|
|
property="lastUpdateTime"
|
|
property="lastUpdateTime"
|
|
label="时间"
|
|
label="时间"
|
|
align="center"
|
|
align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="120"
|
|
|
|
|
|
+ width="110"
|
|
property="windturbineId"
|
|
property="windturbineId"
|
|
label="设备"
|
|
label="设备"
|
|
align="center"
|
|
align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="300"
|
|
|
|
|
|
+ width="250"
|
|
property="alertText"
|
|
property="alertText"
|
|
label="故障信息"
|
|
label="故障信息"
|
|
align="center"
|
|
align="center"
|
|
@@ -123,7 +125,7 @@
|
|
:data="malfunctionData"
|
|
:data="malfunctionData"
|
|
border
|
|
border
|
|
border-color="rgb(36,36,36)"
|
|
border-color="rgb(36,36,36)"
|
|
- max-height="750px"
|
|
|
|
|
|
+ max-height="650px"
|
|
:header-cell-style="{
|
|
:header-cell-style="{
|
|
background: 'Black',
|
|
background: 'Black',
|
|
color: 'rgb(220,220,220)',
|
|
color: 'rgb(220,220,220)',
|
|
@@ -131,19 +133,19 @@
|
|
}"
|
|
}"
|
|
:cell-style="{ background: 'Black', color: 'rgb(220,220,220)',}">
|
|
:cell-style="{ background: 'Black', color: 'rgb(220,220,220)',}">
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="100"
|
|
|
|
|
|
+ width="160"
|
|
property="lastUpdateTime"
|
|
property="lastUpdateTime"
|
|
label="时间"
|
|
label="时间"
|
|
align="center"
|
|
align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="120"
|
|
|
|
|
|
+ width="110"
|
|
property="stationName"
|
|
property="stationName"
|
|
label="设备"
|
|
label="设备"
|
|
align="center"
|
|
align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="300"
|
|
|
|
|
|
+ width="250"
|
|
property="alertText"
|
|
property="alertText"
|
|
label="故障信息"
|
|
label="故障信息"
|
|
align="center"
|
|
align="center"
|
|
@@ -170,7 +172,7 @@
|
|
:data="accidentData"
|
|
:data="accidentData"
|
|
border
|
|
border
|
|
border-color="rgb(36,36,36)"
|
|
border-color="rgb(36,36,36)"
|
|
- max-height="750px"
|
|
|
|
|
|
+ max-height="650px"
|
|
:header-cell-style="{
|
|
:header-cell-style="{
|
|
background: 'Black',
|
|
background: 'Black',
|
|
color: 'rgb(220,220,220)',
|
|
color: 'rgb(220,220,220)',
|
|
@@ -178,19 +180,19 @@
|
|
}"
|
|
}"
|
|
:cell-style="{ background: 'Black', color: 'rgb(220,220,220)',}">
|
|
:cell-style="{ background: 'Black', color: 'rgb(220,220,220)',}">
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="100"
|
|
|
|
|
|
+ width="160"
|
|
property="lastUpdateTime"
|
|
property="lastUpdateTime"
|
|
label="时间"
|
|
label="时间"
|
|
align="center"
|
|
align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="120"
|
|
|
|
|
|
+ width="110"
|
|
property="stationName"
|
|
property="stationName"
|
|
label="设备"
|
|
label="设备"
|
|
align="center"
|
|
align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- width="300"
|
|
|
|
|
|
+ width="250"
|
|
property="alertText"
|
|
property="alertText"
|
|
label="故障信息"
|
|
label="故障信息"
|
|
align="center"
|
|
align="center"
|
|
@@ -263,12 +265,24 @@ export default {
|
|
this.defectData = bd.Defects;
|
|
this.defectData = bd.Defects;
|
|
this.malfunctionData = bd.Failure;
|
|
this.malfunctionData = bd.Failure;
|
|
this.accidentData = bd.Accidents;
|
|
this.accidentData = bd.Accidents;
|
|
|
|
+ if(this.accidentData.length<=0){
|
|
|
|
+ this.accidentData=[{lastUpdateTime:"-",stationName:"-",alertText:"-"}];
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
|
+/deep/ .el-table__body-wrapper::-webkit-scrollbar {
|
|
|
|
+ width: 8px;
|
|
|
|
+ background-color: black;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/deep/ .el-table__body-wrapper::-webkit-scrollbar-thumb {
|
|
|
|
+ background-color: #292929;
|
|
|
|
+ border-radius: 6px;
|
|
|
|
+}
|
|
span {
|
|
span {
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
@@ -316,4 +330,6 @@ span {
|
|
.status-label.accident {
|
|
.status-label.accident {
|
|
color: #af3e3d;
|
|
color: #af3e3d;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+
|
|
</style>
|
|
</style>
|