콘텐츠 리스트 - 한정판 여부 표시
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user