style: 调度任务日志多语言

This commit is contained in:
TsMask
2023-11-11 10:54:48 +08:00
parent 447a8a5e0d
commit 9c28e19413
4 changed files with 161 additions and 76 deletions

View File

@@ -235,7 +235,7 @@ const modalStateFrom = Form.useForm(
{
required: true,
min: 2,
max: 20,
max: 50,
message: t('views.monitor.job.jobNamePlease'),
},
],
@@ -243,7 +243,7 @@ const modalStateFrom = Form.useForm(
{
required: true,
min: 2,
max: 20,
max: 50,
message: t('views.monitor.job.invokeTargetPlease'),
},
],