Compare commits

..

No commits in common. "55f0ab9af39ad2222cff432546dc2345a48eef8a" and "9b168a611274047761f29c86ba2978d7543f3707" have entirely different histories.

1 changed files with 17 additions and 27 deletions

View File

@ -93,7 +93,7 @@
</template> </template>
<template v-slot:item.entranceFee="{ item }"> <template v-slot:item.entranceFee="{ item }">
{{ item.entranceFee.toLocaleString() }} {{ item.entranceFee.toLocaleString() }} 코인
</template> </template>
<template v-slot:item.coinUsageStr="{ item }"> <template v-slot:item.coinUsageStr="{ item }">
@ -101,7 +101,7 @@
</template> </template>
<template v-slot:item.totalAmount="{ item }"> <template v-slot:item.totalAmount="{ item }">
{{ item.totalAmount.toLocaleString() }} {{ item.totalAmount.toLocaleString() }} 코인
</template> </template>
<template v-slot:item.totalKrw="{ item }"> <template v-slot:item.totalKrw="{ item }">
@ -150,7 +150,7 @@ export default {
field: "email", field: "email",
}, },
{ {
label: "크리에이터", label: "닉네임",
field: "nickname", field: "nickname",
}, },
{ {
@ -158,23 +158,19 @@ export default {
field: "date", field: "date",
}, },
{ {
label: "제목", label: "라이브 제목",
field: "title", field: "title",
}, },
{ {
label: "구분", label: "유료방 입장 금액(코인)",
field: "coinUsageStr",
},
{
label: "입장캔",
field: "entranceFee", field: "entranceFee",
}, },
{ {
label: "인원", label: "코인사용구분",
field: "numberOfPeople", field: "coinUsageStr",
}, },
{ {
label: "합계()", label: "합계(코인)",
field: "totalAmount", field: "totalAmount",
}, },
{ {
@ -182,7 +178,7 @@ export default {
field: "totalKrw", field: "totalKrw",
}, },
{ {
label: "결제수수료(6.6%)", label: "결제수수료(4.4%)",
field: "paymentFee", field: "paymentFee",
}, },
{ {
@ -206,7 +202,7 @@ export default {
value: 'email', value: 'email',
}, },
{ {
text: '크리에이터', text: '닉네임',
align: 'center', align: 'center',
sortable: false, sortable: false,
value: 'nickname', value: 'nickname',
@ -218,30 +214,24 @@ export default {
value: 'date', value: 'date',
}, },
{ {
text: '제목', text: '라이브 제목',
sortable: false, sortable: false,
value: 'title', value: 'title',
}, },
{ {
text: '구분', text: '유료방 입장 금액(코인)',
align: 'center',
sortable: false,
value: 'canUsageStr',
},
{
text: '입장캔',
align: 'center', align: 'center',
sortable: false, sortable: false,
value: 'entranceFee', value: 'entranceFee',
}, },
{ {
text: '인원', text: '코인사용구분',
align: 'center', align: 'center',
sortable: false, sortable: false,
value: 'numberOfPeople', value: 'coinUsageStr',
}, },
{ {
text: '합계()', text: '합계(코인)',
align: 'center', align: 'center',
sortable: false, sortable: false,
value: 'totalAmount', value: 'totalAmount',
@ -253,7 +243,7 @@ export default {
value: 'totalKrw', value: 'totalKrw',
}, },
{ {
text: '수수료\n(6.6%)', text: '결제수수료(4.4%)',
align: 'center', align: 'center',
sortable: false, sortable: false,
value: 'paymentFee', value: 'paymentFee',
@ -265,7 +255,7 @@ export default {
value: 'settlementAmount', value: 'settlementAmount',
}, },
{ {
text: '원천세\n(3.3%)', text: '원천세(3.3%)',
align: 'center', align: 'center',
sortable: false, sortable: false,
value: 'tax', value: 'tax',