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