任务总数(个)
{{ (taskCount.taskCountAll.totalCountCron + taskCount.taskCountAll.totalCountRealtime) || 0 }}
实时任务(个)
{{ taskCount.taskCountAll.totalCountRealtime || 0 }}
周期任务(个)
{{ taskCount.taskCountAll.totalCountCron || 0 }}