2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 04:22:33 +08:00

feat: 新的Cron表达式生成器

This commit is contained in:
2025-12-31 17:39:48 +08:00
parent 7b2b740dd9
commit 5ed874f407

View File

@@ -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) {