fix: display name in table

This commit is contained in:
Methapon Metanipat 2024-10-18 13:54:55 +07:00
parent f1958b28c7
commit d91189e193

View file

@ -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,