Compare commits

..

2 Commits

1 changed files with 8 additions and 2 deletions

View File

@ -101,10 +101,16 @@
무료
</td>
<td
v-if="item.totalContentCount > 0"
v-if="item.totalContentCount > 0 && item.remainingContentCount > 0"
style="min-width: 100px !important; word-break:break-all; height: auto;"
>
{{ item.remainingContentCount }} / {{ item.totalContentCount }}
{{ item.totalContentCount - item.remainingContentCount }} / {{ item.totalContentCount }}
</td>
<td
v-else-if="item.totalContentCount > 0 && item.remainingContentCount <= 0"
style="min-width: 100px !important; word-break:break-all; height: auto;"
>
Sold Out
</td>
<td v-else>
X