{
field: 'abbreviation',
label: '名称',
component: 'Input',
colProps: {
span: 12,
},
componentProps: {
maxlength: 64,
showCount: true,
placeholder: '请输入(最多64字)',
},
required: true,
},
一定要注意maxlength中l一定要小写

{
field: 'abbreviation',
label: '名称',
component: 'Input',
colProps: {
span: 12,
},
componentProps: {
maxlength: 64,
showCount: true,
placeholder: '请输入(最多64字)',
},
required: true,
},
一定要注意maxlength中l一定要小写

1398
1万+
311

被折叠的 条评论
为什么被折叠?