mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
Merge pull request #77 from cikezhu/main
This commit is contained in:
@@ -877,6 +877,9 @@ export interface ScheduleInfo {
|
|||||||
// 名称
|
// 名称
|
||||||
name: string
|
name: string
|
||||||
|
|
||||||
|
// 提供者
|
||||||
|
provider: string
|
||||||
|
|
||||||
// 状态
|
// 状态
|
||||||
status: string
|
status: string
|
||||||
|
|
||||||
|
|||||||
@@ -83,6 +83,9 @@ onUnmounted(() => {
|
|||||||
<VTable class="text-no-wrap">
|
<VTable class="text-no-wrap">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th scope="col">
|
||||||
|
提供者
|
||||||
|
</th>
|
||||||
<th scope="col">
|
<th scope="col">
|
||||||
任务名称
|
任务名称
|
||||||
</th>
|
</th>
|
||||||
@@ -100,6 +103,9 @@ onUnmounted(() => {
|
|||||||
v-for="scheduler in schedulerList"
|
v-for="scheduler in schedulerList"
|
||||||
:key="scheduler.id"
|
:key="scheduler.id"
|
||||||
>
|
>
|
||||||
|
<td>
|
||||||
|
{{ scheduler.provider }}
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ scheduler.name }}
|
{{ scheduler.name }}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user