Compare commits

...

3 Commits

Author SHA1 Message Date
klaus 3b83789c15 Merge pull request 'test' (#5) from test into main
Reviewed-on: #5
2023-10-06 15:09:02 +00:00
Yu Sung 60e5551109 콘텐츠 커버이미지 다운로드 버튼 추가 2023-10-07 00:05:52 +09:00
Yu Sung 93294066bb 크리에이터 라이브 정산 - coin -> can 2023-10-04 00:41:50 +09:00
2 changed files with 10 additions and 3 deletions

View File

@ -96,8 +96,8 @@
{{ item.entranceFee.toLocaleString() }} {{ item.entranceFee.toLocaleString() }}
</template> </template>
<template v-slot:item.coinUsageStr="{ item }"> <template v-slot:item.canUsageStr="{ item }">
{{ item.coinUsageStr }} {{ item.canUsageStr }}
</template> </template>
<template v-slot:item.totalAmount="{ item }"> <template v-slot:item.totalAmount="{ item }">
@ -163,7 +163,7 @@ export default {
}, },
{ {
label: "구분", label: "구분",
field: "coinUsageStr", field: "canUsageStr",
}, },
{ {
label: "입장캔", label: "입장캔",

View File

@ -109,6 +109,13 @@
:src="item.coverImageUrl" :src="item.coverImageUrl"
class="rounded-circle" class="rounded-circle"
/> />
<br>
<a
:href="item.coverImageUrl"
class="v-btn v-btn--outlined"
>
Download Image
</a>
</td> </td>
<td>{{ item.title }}</td> <td>{{ item.title }}</td>
<td style="max-width: 350px !important; word-break:break-all; height: auto;"> <td style="max-width: 350px !important; word-break:break-all; height: auto;">