fix bug
This commit is contained in:
@ -90,10 +90,10 @@ export class EditPartnerComponentsAddComponent implements OnInit {
|
|||||||
remark: {
|
remark: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '备注',
|
title: '备注',
|
||||||
|
maxLength: 50,
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'textarea',
|
widget: 'textarea',
|
||||||
placeholder: '请不要超过50个字',
|
placeholder: '请不要超过50个字',
|
||||||
maxLength: 50,
|
|
||||||
autosize: { minRows: 2, maxRows: 6 }
|
autosize: { minRows: 2, maxRows: 6 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user