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