mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-23 05:17:13 +08:00
feat:进度条公共组件
This commit is contained in:
@@ -382,11 +382,11 @@ onMounted(fetchData)
|
||||
</template>
|
||||
<template #item.status="{ item }">
|
||||
<VChip v-if="item?.status" color="success" size="small"> 成功 </VChip>
|
||||
<v-tooltip v-else :text="item?.errmsg">
|
||||
<VTooltip v-else :text="item?.errmsg">
|
||||
<template #activator="{ props }">
|
||||
<VChip v-bind="props" color="error" size="small"> 失败 </VChip>
|
||||
</template>
|
||||
</v-tooltip>
|
||||
</VTooltip>
|
||||
</template>
|
||||
<template #item.date="{ item }">
|
||||
<small>{{ item?.date }}</small>
|
||||
|
||||
Reference in New Issue
Block a user