크리에이터 라이브 정산 - coin -> can
This commit is contained in:
parent
6f1e57bc6a
commit
93294066bb
|
@ -96,8 +96,8 @@
|
|||
{{ item.entranceFee.toLocaleString() }} 캔
|
||||
</template>
|
||||
|
||||
<template v-slot:item.coinUsageStr="{ item }">
|
||||
{{ item.coinUsageStr }}
|
||||
<template v-slot:item.canUsageStr="{ item }">
|
||||
{{ item.canUsageStr }}
|
||||
</template>
|
||||
|
||||
<template v-slot:item.totalAmount="{ item }">
|
||||
|
@ -163,7 +163,7 @@ export default {
|
|||
},
|
||||
{
|
||||
label: "구분",
|
||||
field: "coinUsageStr",
|
||||
field: "canUsageStr",
|
||||
},
|
||||
{
|
||||
label: "입장캔",
|
||||
|
|
Loading…
Reference in New Issue