|
@@ -1305,6 +1305,7 @@ export default {
|
|
|
item.serviceTime = stringnumber.indexOf('.')=== -1?item.serviceTime:item.serviceTime.toFixed(2);
|
|
|
}
|
|
|
})
|
|
|
+ res.content=res.content.filter(item=>{return item.avgTemp!=='--'})
|
|
|
}
|
|
|
if(value==="hotProprotion"){
|
|
|
this.hotgirdDate=res.content||[];
|
|
@@ -1606,7 +1607,7 @@ export default {
|
|
|
background: #ffffff;
|
|
|
// overflow: hidden;
|
|
|
border-radius: 8px;
|
|
|
- padding: 24px 0 48px 20px;
|
|
|
+ padding: 24px 20px 48px 20px;
|
|
|
& /deep/ .el-table thead>tr{
|
|
|
background: #F8F9FA;
|
|
|
}
|