mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix
This commit is contained in:
@@ -580,7 +580,7 @@ onMounted(() => {
|
|||||||
>
|
>
|
||||||
<template #item.title="{ item }">
|
<template #item.title="{ item }">
|
||||||
<div>{{ item.raw.title }}</div>
|
<div>{{ item.raw.title }}</div>
|
||||||
<small>{{ item.raw.description }}</small>
|
<div><small>{{ item.raw.description }}</small></div>
|
||||||
<VChip
|
<VChip
|
||||||
v-for="(label, index) in item.raw?.labels"
|
v-for="(label, index) in item.raw?.labels"
|
||||||
:key="index"
|
:key="index"
|
||||||
@@ -594,7 +594,7 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
<template #item.pubdate="{ item }">
|
<template #item.pubdate="{ item }">
|
||||||
<div>{{ item.raw.date_elapsed }}</div>
|
<div>{{ item.raw.date_elapsed }}</div>
|
||||||
<small>{{ item.raw.pubdate }}</small>
|
<div><small>{{ item.raw.pubdate }}</small></div>
|
||||||
</template>
|
</template>
|
||||||
<template #item.size="{ item }">
|
<template #item.size="{ item }">
|
||||||
<div>{{ formatFileSize(item.raw.size) }}</div>
|
<div>{{ formatFileSize(item.raw.size) }}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user