From 036c9834a6e46c462d4eaca6ddb6a133323e75be Mon Sep 17 00:00:00 2001 From: chenjingyu <1148019379@qq.com> Date: Fri, 19 Nov 2021 08:25:43 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E9=A6=96=E9=A1=B5=E9=A2=84?= =?UTF-8?q?=E6=A1=88=E6=95=B0=E9=87=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistic-analysis/home/home.component.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/statistic-analysis/home/home.component.ts b/src/app/statistic-analysis/home/home.component.ts index acd9636..4828c2d 100644 --- a/src/app/statistic-analysis/home/home.component.ts +++ b/src/app/statistic-analysis/home/home.component.ts @@ -332,17 +332,17 @@ export class HomeComponent implements OnInit { keyUnitNum dataGetNum = 6578 - threePlanNum = "4374" - twoPlanNum = "9693" - cardPlanNum = "6403" - otherPlanNum = "2208" + threePlanNum = "0" + twoPlanNum = "0" + cardPlanNum = "0" + otherPlanNum = "0" - aPlan = '328' - bPlan = '219' - cPlan = '168' - dPlan = '254' - ePlan = '116' + aPlan = '0' + bPlan = '0' + cPlan = '0' + dPlan = '0' + ePlan = '0' ngAfterViewInit(): void { }