fix: typo
This commit is contained in:
parent
b5b5d4f02b
commit
eeaaa0cf9f
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ const summaryPrice = defineModel<{
|
||||||
totalPrice: number;
|
totalPrice: number;
|
||||||
totalDiscount: number;
|
totalDiscount: number;
|
||||||
vat: number;
|
vat: number;
|
||||||
vatExlucded: number;
|
vatExcluded: number;
|
||||||
finalPrice: number;
|
finalPrice: number;
|
||||||
}>('summaryPrice', {
|
}>('summaryPrice', {
|
||||||
required: true,
|
required: true,
|
||||||
|
|
@ -66,6 +66,7 @@ const summaryPrice = defineModel<{
|
||||||
totalPrice: 0,
|
totalPrice: 0,
|
||||||
totalDiscount: 0,
|
totalDiscount: 0,
|
||||||
vat: 0,
|
vat: 0,
|
||||||
|
vatExcluded: 0,
|
||||||
finalPrice: 0,
|
finalPrice: 0,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue