diff options
Diffstat (limited to 'components')
6 files changed, 14 insertions, 14 deletions
diff --git a/components/bidding-projects/bid-projects-container.tsx b/components/bidding-projects/bid-projects-container.tsx index cae01b04..9890a959 100644 --- a/components/bidding-projects/bid-projects-container.tsx +++ b/components/bidding-projects/bid-projects-container.tsx @@ -69,9 +69,9 @@ export function BidProjectsContainer({ <h2 className="text-2xl font-bold tracking-tight">견적 프로젝트 리스트</h2> <InformationButton pagePath="evcp/bid-projects" /> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 데이터 출처 - SHIP/HULL: From ECC(S-ERP), TOP: From NONSAP - </p> + </p> */} </div> {/* 오른쪽: 프로젝트 타입 드롭다운 */} diff --git a/components/document-lists/vendor-doc-list-client.tsx b/components/document-lists/vendor-doc-list-client.tsx index 2bd7d996..61a85048 100644 --- a/components/document-lists/vendor-doc-list-client.tsx +++ b/components/document-lists/vendor-doc-list-client.tsx @@ -61,15 +61,15 @@ export default function VendorDocumentListClient({ {/* 왼쪽: 타이틀 & 설명 */} <div> <div className="flex items-center gap-2"> - <h2 className="text-2xl font-bold tracking-tight">Vendor Document List</h2> + <h2 className="text-2xl font-bold tracking-tight">협력업체 문서 리스트 관리</h2> <InformationButton pagePath="partners/document-list" /> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> {projectType === "ship" ? "삼성중공업 문서시스템으로부터 목록을 가져오고 문서 파일을 등록하여 삼성중공업으로 전달할 수 있습니다." : "문서리스트와 이슈스테이지를 생성하고 관리할 수 있으며 문서 파일을 등록하여 삼성중공업으로 전달할 수 있습니다." } - </p> + </p> */} </div> {/* 오른쪽: ProjectSwitcher */} diff --git a/components/documents/vendor-docs.client.tsx b/components/documents/vendor-docs.client.tsx index ebc30b83..15caf57c 100644 --- a/components/documents/vendor-docs.client.tsx +++ b/components/documents/vendor-docs.client.tsx @@ -56,13 +56,13 @@ export default function VendorDocumentsClient({ {/* 왼쪽: 타이틀 & 설명 */} <div> <div className="flex items-center gap-2"> - <h2 className="text-2xl font-bold tracking-tight">Vendor Documents</h2> + <h2 className="text-2xl font-bold tracking-tight">협력업체 문서 관리</h2> <InformationButton pagePath="partners/documents" /> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 문서리스트를 확인하고 리스트에 맞게 문서를 업로드하고 관리할 수 있으며 삼성중공업으로 전달할 수 있습니다. - </p> + </p> */} </div> {/* 오른쪽: ProjectSwitcher */} diff --git a/components/items-tech/item-tech-container.tsx b/components/items-tech/item-tech-container.tsx index 260f3e64..dedec70b 100644 --- a/components/items-tech/item-tech-container.tsx +++ b/components/items-tech/item-tech-container.tsx @@ -60,9 +60,9 @@ export function ItemTechContainer({ <h2 className="text-2xl font-bold tracking-tight">자재 관리</h2>
<InformationButton pagePath="evcp/items-tech" />
</div>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
조선 및 해양 자재를 등록하고 관리할 수 있습니다.
- </p>
+ </p> */}
</div>
{/* 오른쪽: 아이템 타입 드롭다운 */}
diff --git a/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx b/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx index 90b28176..a2e0e9b6 100644 --- a/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx +++ b/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx @@ -64,9 +64,9 @@ export function TechVendorPossibleItemsContainer({ {/* 왼쪽: 타이틀 & 설명 */}
<div>
<h2 className="text-2xl font-bold tracking-tight">기술영업 벤더 아이템 관리</h2>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
기술영업 벤더별 가능 아이템을 관리합니다.
- </p>
+ </p> */}
</div>
{/* 오른쪽: 벤더 타입 드롭다운 */}
diff --git a/components/tech-vendors/tech-vendor-container.tsx b/components/tech-vendors/tech-vendor-container.tsx index 505a2ea4..0b5b436d 100644 --- a/components/tech-vendors/tech-vendor-container.tsx +++ b/components/tech-vendors/tech-vendor-container.tsx @@ -65,9 +65,9 @@ export function TechVendorContainer({ <h2 className="text-2xl font-bold tracking-tight">기술영업 벤더 리스트</h2>
<InformationButton pagePath="evcp/tech-vendors" />
</div>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
기술영업 벤더에 대한 요약 정보를 확인하고 관리할 수 있습니다.
- </p>
+ </p> */}
</div>
{/* 오른쪽: 벤더 타입 드롭다운 */}
|
