Merge pull request '관리자 - 캔 충전현황' (#29) from test into main

Reviewed-on: #29
This commit is contained in:
klaus 2024-04-01 11:27:14 +00:00
commit 9d4c9437cf
1 changed files with 10 additions and 0 deletions

View File

@ -65,6 +65,10 @@
{{ item.chargeAmount.toLocaleString() }}
</template>
<template v-slot:item.locale="{ item }">
{{ item.locale }}
</template>
<template v-slot:item.chargeCount="{ item }">
{{ item.chargeCount }}
</template>
@ -168,6 +172,12 @@ export default {
sortable: false,
value: 'amount',
},
{
text: '화폐단위',
align: 'center',
sortable: false,
value: 'unit',
},
{
text: '날짜',
align: 'center',