Merge pull request #77 from cikezhu/main

This commit is contained in:
jxxghp
2024-02-24 06:47:02 +08:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -83,6 +83,9 @@ onUnmounted(() => {
<VTable class="text-no-wrap">
<thead>
<tr>
<th scope="col">
提供者
</th>
<th scope="col">
任务名称
</th>
@@ -100,6 +103,9 @@ onUnmounted(() => {
v-for="scheduler in schedulerList"
:key="scheduler.id"
>
<td>
{{ scheduler.provider }}
</td>
<td>
{{ scheduler.name }}
</td>