Browse Source

换个借口

test^2
zhangyuan 3 years ago
parent
commit
4c16e7d291
  1. 10
      src/views/modules/visual/shundeju/controlCount.vue

10
src/views/modules/visual/shundeju/controlCount.vue

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

Loading…
Cancel
Save