From 5ed874f40799269d0ba31db3e34d2b7518632c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 31 Dec 2025 17:39:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E7=9A=84Cron=E8=A1=A8?= =?UTF-8?q?=E8=BE=BE=E5=BC=8F=E7=94=9F=E6=88=90=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/task/CronView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/task/CronView.vue b/web/src/views/task/CronView.vue index 815a3c9a..1aef8f02 100644 --- a/web/src/views/task/CronView.vue +++ b/web/src/views/task/CronView.vue @@ -31,7 +31,7 @@ const columns: any = [ { title: $gettext('Task Type'), key: 'type', - width: 100, + width: 200, resizable: true, render(row: any) { return h( @@ -68,7 +68,7 @@ const columns: any = [ { title: $gettext('Task Schedule'), key: 'time', - width: 200, + width: 300, resizable: true, ellipsis: { tooltip: true }, render(row: any) {