diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-13 07:22:04 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-13 07:22:04 +0000 |
| commit | 9f3b8915ab20f177edafd3c4a4cc1ca0da0fc766 (patch) | |
| tree | df110ca4a654bc3b3d0bd02b68cba45a25a7c39e /components | |
| parent | 0fddf148402fd6b99a1b3800d73679899bcb2ed3 (diff) | |
(최겸) 기술영업 아이템 수정(컬럼명 및 item table FK 삭제, rfq에서 사용하는 service 수정)
Diffstat (limited to 'components')
| -rw-r--r-- | components/items-tech/item-tech-container.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/items-tech/item-tech-container.tsx b/components/items-tech/item-tech-container.tsx index 8fefbcc9..c09f684a 100644 --- a/components/items-tech/item-tech-container.tsx +++ b/components/items-tech/item-tech-container.tsx @@ -56,9 +56,9 @@ export function ItemTechContainer({ <div className="flex items-center justify-between">
{/* 왼쪽: 타이틀 & 설명 */}
<div>
- <h2 className="text-2xl font-bold tracking-tight">아이템 관리</h2>
+ <h2 className="text-2xl font-bold tracking-tight">자재 관리</h2>
<p className="text-muted-foreground">
- 조선 및 해양 아이템을 등록하고 관리할 수 있습니다.
+ 조선 및 해양 자재를 등록하고 관리할 수 있습니다.
</p>
</div>
|
