Compare commits

..

No commits in common. "3b83789c15d14e8994de3c73f1d000c933299aab" and "55f0ab9af39ad2222cff432546dc2345a48eef8a" have entirely different histories.

2 changed files with 3 additions and 10 deletions

View File

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

View File

@ -109,13 +109,6 @@
: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;">