|
|
@@ -126,6 +126,7 @@ export default function SemiFGProductionAnalysisReport({ |
|
|
<Button |
|
|
<Button |
|
|
variant="outlined" |
|
|
variant="outlined" |
|
|
size="large" |
|
|
size="large" |
|
|
|
|
|
startIcon={<DownloadIcon />} |
|
|
onClick={() => handleExportClick('excel')} |
|
|
onClick={() => handleExportClick('excel')} |
|
|
disabled={loading} |
|
|
disabled={loading} |
|
|
sx={{ px: 4 }} |
|
|
sx={{ px: 4 }} |
|
|
|