diff --git a/src/pages/05_quotation/peview/ViewForm.vue b/src/pages/05_quotation/peview/ViewForm.vue index eb833ae0..3f448cfa 100644 --- a/src/pages/05_quotation/peview/ViewForm.vue +++ b/src/pages/05_quotation/peview/ViewForm.vue @@ -135,7 +135,7 @@ onMounted(async () => { data.value?.productServiceList.map((v) => ({ id: v.product.id, code: v.product.code, - detail: v.product.detail, + detail: v.product.name, amount: v.amount || 0, priceUnit: v.pricePerUnit || 0, discount: v.discount || 0,