Showing
1 changed file
with
1 additions
and
0 deletions
@@ -91,6 +91,7 @@ export const formSchemas: FormSchema[] = [ | @@ -91,6 +91,7 @@ export const formSchemas: FormSchema[] = [ | ||
91 | rules: [{ required: true, message: '请填写任务名称' }], | 91 | rules: [{ required: true, message: '请填写任务名称' }], |
92 | componentProps: { | 92 | componentProps: { |
93 | placeholder: '请输入任务名称', | 93 | placeholder: '请输入任务名称', |
94 | + maxlength: 64, | ||
94 | }, | 95 | }, |
95 | }, | 96 | }, |
96 | { | 97 | { |