feat(can): 소수점이 잘못 표기되던 버그 수정
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
hide-default-footer
|
hide-default-footer
|
||||||
>
|
>
|
||||||
<template v-slot:item.priceStr="{ item }">
|
<template v-slot:item.priceStr="{ item }">
|
||||||
{{ formatMoney(item.price, item.currency) }}
|
{{ formatMoney(item.priceStr, item.currency) }}
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:item.can="{ item }">
|
<template v-slot:item.can="{ item }">
|
||||||
|
Reference in New Issue
Block a user