Compare commits
No commits in common. "9d4c9437cf0e55c67ba97a32f999704c92da22f1" and "68845aeae1523252224b186e8477f53dd79dc056" have entirely different histories.
9d4c9437cf
...
68845aeae1
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue