diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-15 04:40:22 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-15 04:40:22 +0000 |
| commit | c5002d77087b256599b174ada611621657fcc523 (patch) | |
| tree | 515aab399709755cf3d57d9927e2d81467dea700 /lib/techsales-rfq/vendor-response/quotation-editor.tsx | |
| parent | 9f3b8915ab20f177edafd3c4a4cc1ca0da0fc766 (diff) | |
(최겸) 기술영업 조선,해양RFQ 수정
Diffstat (limited to 'lib/techsales-rfq/vendor-response/quotation-editor.tsx')
| -rw-r--r-- | lib/techsales-rfq/vendor-response/quotation-editor.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/techsales-rfq/vendor-response/quotation-editor.tsx b/lib/techsales-rfq/vendor-response/quotation-editor.tsx index b30f612c..54058214 100644 --- a/lib/techsales-rfq/vendor-response/quotation-editor.tsx +++ b/lib/techsales-rfq/vendor-response/quotation-editor.tsx @@ -338,7 +338,7 @@ export default function TechSalesQuotationEditor({ quotation }: TechSalesQuotati <p className="font-mono">{quotation.rfq.rfqCode}</p> </div> <div> - <label className="text-sm font-medium text-muted-foreground">자재 코드</label> + <label className="text-sm font-medium text-muted-foreground">자재 그룹</label> <p>{quotation.rfq.materialCode || "N/A"}</p> </div> <div> |
