-
群员统计
+
警务群统计
-
居民好友
+
居民群
- {{ residentInfo.customerTotal || 0 }}
+ {{ groupNumber.groupSum || 0 }}
+
+
+
+
群成员
+
+ {{ groupNumber.totalSum || 0 }}
昨日新增
-
{{ residentInfo.addCustomerCount || 0 }}
+
{{ groupNumber.increaseSum || 0 }}
昨日流失
-
{{ residentInfo.removeCustomerCount || 0 }}
+
{{ groupNumber.decreaseSum || 0 }}
-
+
各局统计
@@ -312,16 +318,16 @@
this.rankList = res.data
}
})
- this.instance.post(`/app/wxgroupstatistic/getCustommerNumber`).then(res => {
- if (res.code === 0) {
- this.residentInfo = res.data['居民统计']
- this.initLineChart('.chart1', {
- x: res.data['居民好友数'].map(v => v.month),
- value: res.data['居民好友数'].map(v => v.totalNumber),
- name: '居民好友'
- })
- }
- })
+ // this.instance.post(`/app/wxgroupstatistic/getCustommerNumber`).then(res => {
+ // if (res.code === 0) {
+ // this.residentInfo = res.data['居民统计']
+ // this.initLineChart('.chart1', {
+ // x: res.data['居民好友数'].map(v => v.month),
+ // value: res.data['居民好友数'].map(v => v.totalNumber),
+ // name: '居民好友'
+ // })
+ // }
+ // })
this.instance.post(`/app/wxgroupstatistic/replyPercentage`).then(res => {
if (res.code === 0) {
this.replyPercentage = res.data
@@ -400,7 +406,7 @@
},
getGridInfo (e) {
- if (this.level === 2 && !this.isChoose) {
+ if (e.level === 2 && !this.isChoose) {
this.isChoose = true
}
if (e.level === 4) return