mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
优化定时器
This commit is contained in:
parent
17a1479a9b
commit
0d02f5d94c
@ -67,7 +67,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="job in jobManageInfo.Jobs">
|
||||
<tr v-for="job in jobManageInfo.jobs">
|
||||
<td class="text-center">{{job.taskId}}</td>
|
||||
<td class="text-center">{{job.taskName}}</td>
|
||||
<td class="text-center">{{job.taskCron}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user