fix: display name in table
This commit is contained in:
parent
f1958b28c7
commit
d91189e193
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ onMounted(async () => {
|
||||||
data.value?.productServiceList.map((v) => ({
|
data.value?.productServiceList.map((v) => ({
|
||||||
id: v.product.id,
|
id: v.product.id,
|
||||||
code: v.product.code,
|
code: v.product.code,
|
||||||
detail: v.product.detail,
|
detail: v.product.name,
|
||||||
amount: v.amount || 0,
|
amount: v.amount || 0,
|
||||||
priceUnit: v.pricePerUnit || 0,
|
priceUnit: v.pricePerUnit || 0,
|
||||||
discount: v.discount || 0,
|
discount: v.discount || 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue