|
|
@ -48,7 +48,7 @@ |
|
|
|
> |
|
|
|
</el-date-picker> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="warning-box-bottom"> |
|
|
|
<screen-table |
|
|
@ -180,7 +180,7 @@ export default { |
|
|
|
methods: { |
|
|
|
// 从这里开始写 |
|
|
|
async getChartTraffic () { |
|
|
|
const url = "/pli/power/visitVisitor/chart/traffic"; |
|
|
|
const url = "/epmetuser/icResiCollectVisitor/chart/traffic"; |
|
|
|
let params = { |
|
|
|
date: this.timeFormat(this.lineTime) |
|
|
|
}; |
|
|
@ -231,7 +231,7 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
this.total = data.total |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
} |
|
|
|
this.visibleLoading = false; |
|
|
@ -440,7 +440,7 @@ export default { |
|
|
|
line-height: 24px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
@ -533,7 +533,7 @@ export default { |
|
|
|
position: relative; |
|
|
|
flex: 1; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.echart-wr { |
|
|
|