소스 검색

Merge branch 'MergeProblem1' of https://git.2fi-solutions.com/jason/FPSMS-frontend into MergeProblem1

MergeProblem1
부모
커밋
fd406c3d3c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/components/FinishedGoodSearch/TruckRoutingSummaryTab.tsx

+ 0
- 1
src/components/FinishedGoodSearch/TruckRoutingSummaryTab.tsx 파일 보기

@@ -149,7 +149,6 @@ const TruckRoutingSummaryTab: React.FC<Props> = ({ onFiltersChange }) => {
startIcon={<DownloadIcon />}
disabled={!canDownload}
onClick={onDownload}
sx={{ display: "none" }}
>
{loading ? "生成中..." : "下載報告 (PDF)"}
</Button>


불러오는 중...
취소
저장