diff --git a/src/app/(main)/report/page.tsx b/src/app/(main)/report/page.tsx
index e99c2f3..9ac6d2b 100644
--- a/src/app/(main)/report/page.tsx
+++ b/src/app/(main)/report/page.tsx
@@ -493,6 +493,29 @@ export default function ReportPage() {
setLoading={setLoading}
reportTitle={currentReport.title}
/>
+ ) : currentReport.id === 'rep-013' ? (
+ <>
+ }
+ onClick={handlePrint}
+ disabled={loading}
+ sx={{ px: 4 }}
+ >
+ {loading ? "生成 PDF..." : "下載報告 (PDF)"}
+
+ }
+ onClick={handleExcelPrint}
+ disabled={loading}
+ sx={{ px: 4 }}
+ >
+ {loading ? "生成 Excel..." : "下載報告 (Excel)"}
+
+ >
) : currentReport.id === 'rep-006' ? (
<>