This commit is contained in:
wangshiming
2022-05-11 13:51:52 +08:00
parent 5d7288c822
commit 1e264be2df

View File

@ -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 }
} }
}, },