diff --git a/src/views/Statistics/dataScreeAge.vue b/src/views/Statistics/dataScreeAge.vue
index fc7e9bf..83da1ae 100644
--- a/src/views/Statistics/dataScreeAge.vue
+++ b/src/views/Statistics/dataScreeAge.vue
@@ -270,7 +270,7 @@
活跃用户数
- {{ thirdTab.activeEquipmentQuantity || 0 }}
+ {{ thirdTab.activeUserQuantity || 0 }}
@@ -723,10 +723,12 @@ export default {
},
sysChange(){
this.choicValue=''
- this.selValue=this.options[0].value
- this.dataOverViewWithSystem();
- this.dataOverviewWithSystemWithDay();
- this.dataOverviewWithSystemWithLook();
+ // this.selValue=this.options[0].value
+ // this.houseList=[]
+ this.getList();
+ // this.dataOverViewWithSystem();
+ // this.dataOverviewWithSystemWithDay();
+ // this.dataOverviewWithSystemWithLook();
},
valuechange() {
this.dateType = 4;
diff --git a/src/views/Statistics/dataScreeSys.vue b/src/views/Statistics/dataScreeSys.vue
index 8fb197c..5da9ead 100644
--- a/src/views/Statistics/dataScreeSys.vue
+++ b/src/views/Statistics/dataScreeSys.vue
@@ -98,6 +98,10 @@
试用楼盘数
{{ firstTab.houseQuantityOfTryOut || 0 }}
+
过期楼盘数
{{ firstTab.houseQofUnenough || 0 }}