From 04620e19e84e99a5b9374c6ee6f0eea5e9904f33 Mon Sep 17 00:00:00 2001 From: freedakgmail Date: Mon, 17 Aug 2026 20:58:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20lossReason=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/types/index.ts b/frontend/src/types/index.ts index 5551f5e..2513d33 100644 --- a/frontend/src/types/index.ts +++ b/frontend/src/types/index.ts @@ -106,6 +106,7 @@ export interface DashboardData { actionUrl: string estimatedLoss: number lossRange: [number, number] | null + lossReason: string | null deadline: string | null daysUntilDeadline: number | null employeeName: string | null