Showing
1 changed file
with
4 additions
and
0 deletions
... | ... | @@ -224,6 +224,10 @@ export const accountFormSchema: FormSchema[] = [ |
224 | 224 | label: '备注', |
225 | 225 | component: 'InputTextArea', |
226 | 226 | colProps: { span: 24 }, |
227 | + componentProps: { | |
228 | + maxLength: 255, | |
229 | + placeholder: '请输入备注', | |
230 | + }, | |
227 | 231 | }, |
228 | 232 | { |
229 | 233 | field: 'organizationIds', | ... | ... |