From 0a72b8f56895189b4e4da068573d9a092a5f833a Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Sun, 9 Oct 2022 10:28:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=AE=8C=E5=96=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../task/station-weekly-plan/station-weekly-plan.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts b/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts index b5d5f46..3783140 100644 --- a/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts +++ b/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts @@ -448,7 +448,7 @@ export class StationWeeklyPlanComponent implements OnInit { if (!item.isDetails) { item.badgeNum += 1 } - if (data.approvalStatus == '通过') { + if (data.approvalStatus == '待检查') { item.passed += 1 this.getTaskListPass(this.stationData[0]) }