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: {}, // 表单校验