This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update
MergeProblem1
B.E.N.S.O.N
15 hours ago
parent
7577db551b
commit
5084455318
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/components/FinishedGoodSearch/TruckRoutingSummaryTab.tsx
+ 0
- 1
src/components/FinishedGoodSearch/TruckRoutingSummaryTab.tsx
View File
@@ -149,7 +149,6 @@ const TruckRoutingSummaryTab: React.FC<Props> = ({ onFiltersChange }) => {
startIcon={<DownloadIcon />}
disabled={!canDownload}
onClick={onDownload}
sx={{ display: "none" }}
>
{loading ? "生成中..." : "下載報告 (PDF)"}
</Button>
Write
Preview
Loading…
Cancel
Save