feat(can): 소수점이 잘못 표기되던 버그 수정

This commit is contained in:
Yu Sung
2025-10-10 17:53:27 +09:00
parent b5dbccf515
commit ee36120ed3

View File

@@ -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 }">