summaryrefslogtreecommitdiff
path: root/lib/techsales-rfq/vendor-response/quotation-editor.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/techsales-rfq/vendor-response/quotation-editor.tsx')
-rw-r--r--lib/techsales-rfq/vendor-response/quotation-editor.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/techsales-rfq/vendor-response/quotation-editor.tsx b/lib/techsales-rfq/vendor-response/quotation-editor.tsx
index f3fab10d..b30f612c 100644
--- a/lib/techsales-rfq/vendor-response/quotation-editor.tsx
+++ b/lib/techsales-rfq/vendor-response/quotation-editor.tsx
@@ -101,7 +101,7 @@ interface TechSalesVendorQuotation {
item?: {
id: number
itemCode: string | null
- itemName: string | null
+ itemList: string | null
} | null
biddingProject?: {
id: number
@@ -342,8 +342,8 @@ export default function TechSalesQuotationEditor({ quotation }: TechSalesQuotati
<p>{quotation.rfq.materialCode || "N/A"}</p>
</div>
<div>
- <label className="text-sm font-medium text-muted-foreground">품목명</label>
- <p>{quotation.rfq.item?.itemName || "N/A"}</p>
+ <label className="text-sm font-medium text-muted-foreground">자재명</label>
+ <p>{quotation.rfq.item?.itemList || "N/A"}</p>
</div>
<div>
<label className="text-sm font-medium text-muted-foreground">마감일</label>