Compare commits
No commits in common. "36319192453b006871fa1450f9b975d9fb3ecafa" and "4a4783563ee663aff622d251d88e658f48856353" have entirely different histories.
3631919245
...
4a4783563e
|
@ -101,16 +101,10 @@
|
|||
무료
|
||||
</td>
|
||||
<td
|
||||
v-if="item.totalContentCount > 0 && item.remainingContentCount > 0"
|
||||
v-if="item.totalContentCount > 0"
|
||||
style="min-width: 100px !important; word-break:break-all; height: auto;"
|
||||
>
|
||||
{{ 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
|
||||
{{ item.remainingContentCount }} / {{ item.totalContentCount }}
|
||||
</td>
|
||||
<td v-else>
|
||||
X
|
||||
|
|
Loading…
Reference in New Issue