diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue index 27b8a92f..1cac34dc 100644 --- a/src/views/monitor/job/index.vue +++ b/src/views/monitor/job/index.vue @@ -856,7 +856,7 @@ onMounted(() => { :title="modalState.title" @cancel="fnModalCancel" > - + @@ -871,33 +871,6 @@ onMounted(() => { }} - - - {{ - [ - t('views.monitor.job.misfirePolicy1'), - t('views.monitor.job.misfirePolicy2'), - t('views.monitor.job.misfirePolicy3'), - ][+modalState.from.misfirePolicy - 1] - }} - - - - - {{ - [ - t('views.monitor.job.concurrent0'), - t('views.monitor.job.concurrent1'), - ][+modalState.from.concurrent] - }} - - @@ -946,6 +919,8 @@ onMounted(() => { {{ parseDateToStr(+modalState.from.createTime) }} @@ -955,12 +930,27 @@ onMounted(() => { - {{ modalState.from.targetParams }} + - - {{ modalState.from.remark }} + +