From 8ac38b73983c33074ad0323e178f07923b628e4f Mon Sep 17 00:00:00 2001 From: "B.E.N.S.O.N" Date: Mon, 23 Mar 2026 18:27:31 +0800 Subject: [PATCH] ItemQCFailReport Excel Version --- src/app/(main)/report/page.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/app/(main)/report/page.tsx b/src/app/(main)/report/page.tsx index 56b8c86..6fd7854 100644 --- a/src/app/(main)/report/page.tsx +++ b/src/app/(main)/report/page.tsx @@ -550,6 +550,29 @@ export default function ReportPage() { {loading ? "生成 Excel..." : "下載報告 (Excel)"} + ) : currentReport.id === 'rep-010' ? ( + <> + + + ) : currentReport.responseType === 'excel' ? (