定时作业添加提供者条目

This commit is contained in:
叮叮当
2024-02-23 22:26:16 +08:00
parent af69efa48b
commit df637fb887

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>