From 6665cb35545acdf9322664610024a27414f27585 Mon Sep 17 00:00:00 2001 From: chenjingyu Date: Wed, 30 Jun 2021 15:41: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=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=E5=88=9D=E5=80=BC=E6=94=B9=E4=B8=BA0?= 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 1912374..169a2eb 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 { }