style: 调度任务日志多语言
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user