test #15
|
@ -50,6 +50,9 @@
|
|||
<th class="text-center">
|
||||
가격
|
||||
</th>
|
||||
<th class="text-center">
|
||||
한정판
|
||||
</th>
|
||||
<th class="text-center">
|
||||
19금
|
||||
</th>
|
||||
|
@ -97,6 +100,15 @@
|
|||
<td v-else>
|
||||
무료
|
||||
</td>
|
||||
<td
|
||||
v-if="item.totalContentCount > 0"
|
||||
style="min-width: 100px !important; word-break:break-all; height: auto;"
|
||||
>
|
||||
{{ item.remainingContentCount }} / {{ item.totalContentCount }}
|
||||
</td>
|
||||
<td v-else>
|
||||
X
|
||||
</td>
|
||||
<td>
|
||||
<div v-if="item.isAdult">
|
||||
O
|
||||
|
|
Loading…
Reference in New Issue