diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue index e800a402..61424ce0 100644 --- a/src/views/monitor/job/index.vue +++ b/src/views/monitor/job/index.vue @@ -855,7 +855,17 @@ onMounted(() => { {{ modalState.from.jobName }} - + + + {{ + [ + t('views.monitor.job.status00'), + t('views.monitor.job.status01'), + ][+modalState.from.status] + }} + + + { }} - + { {{ modalState.from.invokeTarget }} - + { /> - - - {{ - [ - t('views.monitor.job.status00'), - t('views.monitor.job.status01'), - ][+modalState.from.status] - }} - - @@ -990,7 +990,18 @@ onMounted(() => { > - + + + + + + + { - + { - + { - - - - - -