Compare commits
No commits in common. "68845aeae1523252224b186e8477f53dd79dc056" and "bbdca29337a871d373f1353aa5e5b83b06ac7acc" have entirely different histories.
68845aeae1
...
bbdca29337
|
@ -151,16 +151,10 @@
|
||||||
무료
|
무료
|
||||||
</td>
|
</td>
|
||||||
<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;"
|
style="min-width: 100px !important; word-break:break-all; height: auto;"
|
||||||
>
|
>
|
||||||
{{ item.totalContentCount - item.remainingContentCount }} / {{ 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>
|
||||||
<td v-else>
|
<td v-else>
|
||||||
X
|
X
|
||||||
|
|
Loading…
Reference in New Issue