콘텐츠 리스트 - 한정판 여부 표시

This commit is contained in:
Yu Sung 2024-03-27 19:39:52 +09:00
parent dd0bcd323b
commit c7b8e68b32
1 changed files with 12 additions and 0 deletions

View File

@ -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