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