test #15
|
@ -50,6 +50,9 @@
|
||||||
<th class="text-center">
|
<th class="text-center">
|
||||||
가격
|
가격
|
||||||
</th>
|
</th>
|
||||||
|
<th class="text-center">
|
||||||
|
한정판
|
||||||
|
</th>
|
||||||
<th class="text-center">
|
<th class="text-center">
|
||||||
19금
|
19금
|
||||||
</th>
|
</th>
|
||||||
|
@ -97,6 +100,15 @@
|
||||||
<td v-else>
|
<td v-else>
|
||||||
무료
|
무료
|
||||||
</td>
|
</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>
|
<td>
|
||||||
<div v-if="item.isAdult">
|
<div v-if="item.isAdult">
|
||||||
O
|
O
|
||||||
|
|
Loading…
Reference in New Issue