| | |
| | | list.value[0].value = res.data.data.planned_executions || 0 |
| | | list.value[1].value = res.data.data.executed || 0 |
| | | list.value[2].value = res.data.data.running_num || 0 |
| | | list.value[3].value = res.data.data.executed || 0 |
| | | list.value[4].value = res.data.data.failed_executions || 0 |
| | | list.value[3].value = res.data.data.failed_executions || 0 |
| | | list.value[4].value = res.data.data.pending_executions || 0 |
| | | list.value[5].value = res.data.data.go_home_executions || 0 |
| | | }) |
| | | } |
| | |
| | | |
| | | onMounted(() => { |
| | | getTotalJobNum() |
| | | // getJobStatistics() |
| | | }) |
| | | </script> |
| | | |