From 42e84afd8913e1fcd2127a466d06140830a3f120 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 2 Feb 2026 14:13:17 +0800 Subject: [PATCH] perf: improve cron job page --- dashboard/src/views/CronJobPage.vue | 67 ++++++++--------------------- 1 file changed, 19 insertions(+), 48 deletions(-) diff --git a/dashboard/src/views/CronJobPage.vue b/dashboard/src/views/CronJobPage.vue index 1e8cfb8e2..b7aa9a532 100644 --- a/dashboard/src/views/CronJobPage.vue +++ b/dashboard/src/views/CronJobPage.vue @@ -28,17 +28,13 @@ {{ tm('table.empty') }} - + - {{ item.name }} - {{ item.description }} + + {{ item.name }} + {{ item.description }} + @@ -57,15 +53,10 @@ {{ item.note || tm('table.notAvailable') }} - - {{ tm('actions.delete') }} + + {{ tm('actions.delete') + }} @@ -83,39 +74,19 @@ - - - - + + + + {{ tm('actions.cancel') }} - {{ tm('actions.submit') }} + {{ tm('actions.submit') + }}