From 03839d3d1dd37e223f969bf4a5a7e6298591841c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sat, 23 Sep 2023 13:58:25 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8D=A1=E7=89=87=E6=A8=A1=E5=BC=8F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/job/index.vue | 250 +++++++++++++++++++------------- 1 file changed, 146 insertions(+), 104 deletions(-) diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue index 4efa693..2c34b2b 100644 --- a/src/views/monitor/job/index.vue +++ b/src/views/monitor/job/index.vue @@ -7,13 +7,13 @@ - + + + + + 表格 + 卡片 + {{ $t('btn.search') }} @@ -39,107 +39,149 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('btn.details') }} + + + {{ $t('btn.log') }} + + + + + {{ $t('btn.more') }} + + + + + + + + + + {{ $t('btn.run') }}一次 + + + + + + {{ $t('btn.stop') }} + + + + + + + {{ $t('btn.start') }} + + + + + + + {{ $t('btn.edit') }} + + + + + + + {{ $t('btn.delete') }} + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.jobGroup }} + + + {{ item.assemblyName }} + + + {{ item.lastRunTime }} + + + {{ item.cron }} + + + {{ item.runTimes }} + + + {{ item.apiUrl }} + + + + {{ $t('btn.details') }} - + {{ $t('btn.log') }} - - - - {{ $t('btn.more') }} - - - - - - - - - - {{ $t('btn.run') }}一次 - - - - - - {{ $t('btn.stop') }} - - - - - - - {{ $t('btn.start') }} - - - - - - - {{ $t('btn.edit') }} - - - - - - - {{ $t('btn.delete') }} - - - - - - - - - - + + + + @@ -372,7 +414,7 @@ const jobLogList = ref([]) const logTitle = ref('') const formRef = ref(null) const queryRef = ref(null) - +const viewSwitch = ref(1) const state = reactive({ form: {}, // 表单校验