From 3827c330e5ff03d4bca85bc06794b1499620a602 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Mon, 27 Dec 2021 18:41:33 +0800 Subject: [PATCH] init --- src/views/Statistics/dataScreeAge.vue | 12 +++++++----- src/views/Statistics/dataScreeSys.vue | 4 ++++ 2 files changed, 11 insertions(+), 5 deletions(-) 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 }}