parent
ddf0ddb8f6
commit
9842019cdd
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue