css
This commit is contained in:
@@ -159,15 +159,6 @@ export default {
|
||||
Echarts1: null,
|
||||
Echarts2: null,
|
||||
areaId: '',
|
||||
currentPeople: 0,
|
||||
// tabPeopleList: [
|
||||
// {
|
||||
// name: '本地居民',
|
||||
// },
|
||||
// {
|
||||
// name: '流动人员',
|
||||
// },
|
||||
// ],
|
||||
current: 1,
|
||||
keyword: '',
|
||||
data: [],
|
||||
@@ -280,6 +271,7 @@ export default {
|
||||
},
|
||||
|
||||
initEcharts1(data) {
|
||||
console.log(Object.values(data).map((e) => e.decrease))
|
||||
var option = {
|
||||
legend: {
|
||||
data: ['群成员总数', '入群人数', '退群人数'],
|
||||
@@ -516,11 +508,6 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
changePeople(e) {
|
||||
this.currentPeople = e
|
||||
this.getList()
|
||||
},
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current = this.current + 1
|
||||
|
||||
Reference in New Issue
Block a user