Browse Source

换个借口

feature
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>
</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 {

Loading…
Cancel
Save