test #5
|
@ -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: "입장캔",
|
||||
|
|
|
@ -109,6 +109,13 @@
|
|||
:src="item.coverImageUrl"
|
||||
class="rounded-circle"
|
||||
/>
|
||||
<br>
|
||||
<a
|
||||
:href="item.coverImageUrl"
|
||||
class="v-btn v-btn--outlined"
|
||||
>
|
||||
Download Image
|
||||
</a>
|
||||
</td>
|
||||
<td>{{ item.title }}</td>
|
||||
<td style="max-width: 350px !important; word-break:break-all; height: auto;">
|
||||
|
|
Loading…
Reference in New Issue