From cafacdfe2f9cd58de44f1aff5c01ab854e25cfb0 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: Sun, 24 Apr 2022 19:16:48 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E7=BB=84=E5=90=88=E5=BC=8FAP?=
=?UTF-8?q?I=E5=86=99=E6=B3=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/monitor/job/index.vue | 748 +++++++++++++++-----------------
src/views/monitor/job/log.vue | 53 +--
2 files changed, 375 insertions(+), 426 deletions(-)
diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue
index 42885a7..dfb19f3 100644
--- a/src/views/monitor/job/index.vue
+++ b/src/views/monitor/job/index.vue
@@ -4,8 +4,7 @@
-
+
搜索
@@ -18,18 +17,11 @@
新增
-
导出
- 日志
-
+ 日志
@@ -45,29 +37,29 @@
- {{ scope.row.isStart ? "运行中":"已停止" }}
+ {{ scope.row.isStart ? '运行中' : '已停止' }}
-
+
日志
-
- 运行
- 停止
+ 运行
+
+ 停止
+
- 启动
- 编辑
- 删除
+ 启动
+ 编辑
+
+ 删除
@@ -75,11 +67,11 @@
-
+
- {{form.id}}
+ {{ form.id }}
@@ -89,7 +81,7 @@
-
+
@@ -113,7 +105,7 @@
-
+ http://
@@ -171,12 +163,12 @@
-
+
-
+
@@ -206,8 +198,8 @@
- {{item.jobMessage}}
- {{item.exception}}
+ {{ item.jobMessage }}
+ {{ item.exception }}
@@ -215,373 +207,337 @@
-
diff --git a/src/views/monitor/job/log.vue b/src/views/monitor/job/log.vue
index 1ae1dbb..d3e1dd2 100644
--- a/src/views/monitor/job/log.vue
+++ b/src/views/monitor/job/log.vue
@@ -15,8 +15,15 @@
-
+
搜索
@@ -47,8 +54,7 @@
- {{ scope.row.elapsed /1000 }}
- ms
+ {{ scope.row.elapsed / 1000 }} ms
@@ -89,7 +95,8 @@
失败
- >
+ >
{{ form.exception }}
@@ -99,20 +106,12 @@
关 闭
-