Compare commits

..

No commits in common. "9d4c9437cf0e55c67ba97a32f999704c92da22f1" and "68845aeae1523252224b186e8477f53dd79dc056" have entirely different histories.

1 changed files with 0 additions and 10 deletions

View File

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