Showing
1 changed file
with
1 additions
and
1 deletions
@@ -25,7 +25,7 @@ export const step1Schemas: FormSchema[] = [ | @@ -25,7 +25,7 @@ export const step1Schemas: FormSchema[] = [ | ||
25 | colProps: { span: 14 }, | 25 | colProps: { span: 14 }, |
26 | componentProps: { | 26 | componentProps: { |
27 | placeholder: '设备名称', | 27 | placeholder: '设备名称', |
28 | - maxLength: 255, | 28 | + maxLength: 36, |
29 | }, | 29 | }, |
30 | }, | 30 | }, |
31 | { | 31 | { |