From 2310cc50bc8d9d3a3e725993ee8fa86fbbc3db62 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 10 Jan 2024 14:58:06 +0800 Subject: [PATCH 01/14] =?UTF-8?q?fix:=20=E8=B0=83=E5=BA=A6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=A1=B5=E9=9D=A2=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/job/index.vue | 230 +++++++++++++------------------- src/views/monitor/job/log.vue | 18 ++- 2 files changed, 105 insertions(+), 143 deletions(-) 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 }} + +