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' ? (
+ <>
+ }
+ onClick={handlePrint}
+ disabled={loading}
+ sx={{ px: 4 }}
+ >
+ {loading ? "生成 PDF..." : "下載報告 (PDF)"}
+
+ }
+ onClick={handleExcelPrint}
+ disabled={loading}
+ sx={{ px: 4 }}
+ >
+ {loading ? "生成 Excel..." : "下載報告 (Excel)"}
+
+ >
) : currentReport.responseType === 'excel' ? (