|
|
@ -51,7 +51,6 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td class="caption"> |
|
|
|
<td class="caption"> |
|
|
|
{{ currentView }} |
|
|
|
|
|
|
|
<template v-if="'download' in currentView"> |
|
|
|
<template v-if="'download' in currentView"> |
|
|
|
<span>{{ ~~currentView.download === 1 ? '✔️' : '❌' }}</span> |
|
|
|
<span>{{ ~~currentView.download === 1 ? '✔️' : '❌' }}</span> |
|
|
|
</template> |
|
|
|
</template> |
|
|
@ -95,7 +94,6 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td class="caption"> |
|
|
|
<td class="caption"> |
|
|
|
{{ link }} |
|
|
|
|
|
|
|
<template v-if="'download' in link"> |
|
|
|
<template v-if="'download' in link"> |
|
|
|
<span>{{ ~~link.download === 1 ? '✔️' : '❌' }}</span> |
|
|
|
<span>{{ ~~link.download === 1 ? '✔️' : '❌' }}</span> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|