Fix display col series
This commit is contained in:
parent
2d081b9413
commit
a11f314224
@ -32,8 +32,10 @@
|
|||||||
</template>
|
</template>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="glyphicon glyphicon-list"></span>{{ book.series ? book.series.name : '' }}
|
<template v-if="book.series">
|
||||||
<span class="badge">{{ book.series ? book.series.idx : '' }}</span>
|
<span class="glyphicon glyphicon-list"></span>{{ book.series ? book.series.name : '' }}
|
||||||
|
<span class="badge">{{ book.series ? book.series.idx : '' }}</span>
|
||||||
|
</template>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user