From a585db1902a3face411c0557dff035e7e63e7718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=88=E8=AD=B7?= <2413957313@qq.com> Date: Tue, 16 Apr 2024 21:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A6=82=E8=A7=88=E3=80=81=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=A0=94=E5=8F=91=2010%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/dashboard/index.vue | 73 ++++++++++++++++++- .../src/views/task/assignment.vue | 46 ++++++++---- .../dbswitch/admin/dao/AssignmentJobDAO.java | 2 +- .../response/OverviewStatisticsResponse.java | 3 + .../admin/service/OverviewService.java | 8 +- 5 files changed, 109 insertions(+), 23 deletions(-) diff --git a/dbswitch-admin-ui/src/views/dashboard/index.vue b/dbswitch-admin-ui/src/views/dashboard/index.vue index d9b8e3f2..38647dd0 100644 --- a/dbswitch-admin-ui/src/views/dashboard/index.vue +++ b/dbswitch-admin-ui/src/views/dashboard/index.vue @@ -8,7 +8,7 @@ :startVal="startVal" :endVal="statistics.connectionStatistics.totalCount" :duration="2000"> -

数据库连接数

+

数据源连接数

@@ -22,7 +22,7 @@ :startVal="startVal" :endVal="statistics.assignmentTaskStatistics.totalCount" :duration="2000"> -

任务安排数

+

任务总数

@@ -57,6 +57,62 @@
+ +
+
+ +

执行中

+
+
+ +
+
+
+ +
+
+ +

执行异常

+
+
+ +
+
+
+ +
+
+ +

任务取消

+
+
+ +
+
+
+ +
+
+ +

执行成功

+
+
+ +
+
+
+ min-width="6%"> + min-width="10%"> + + + + label="开始调度时间" + min-width="12%"> + min-width="40%">