시리즈 리스트 - 작품 개수 추가
This commit is contained in:
@@ -33,6 +33,9 @@
|
|||||||
<th class="text-center">
|
<th class="text-center">
|
||||||
장르
|
장르
|
||||||
</th>
|
</th>
|
||||||
|
<th class="text-center">
|
||||||
|
작품개수
|
||||||
|
</th>
|
||||||
<th class="text-center">
|
<th class="text-center">
|
||||||
연재여부
|
연재여부
|
||||||
</th>
|
</th>
|
||||||
@@ -76,6 +79,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>{{ item.creatorNickname }}</td>
|
<td>{{ item.creatorNickname }}</td>
|
||||||
<td>{{ item.genre }}</td>
|
<td>{{ item.genre }}</td>
|
||||||
|
<td>{{ item.numberOfWorks }}</td>
|
||||||
<td>{{ item.state }}</td>
|
<td>{{ item.state }}</td>
|
||||||
<td>
|
<td>
|
||||||
<div v-if="item.isAdult">
|
<div v-if="item.isAdult">
|
||||||
|
Reference in New Issue
Block a user