@@ -315,22 +315,16 @@ export const formSchema: FormSchema[] = [
labelWidth:220,
component: 'InputNumber',
},
- {
- label: '参与家数(households)',
- field: 'households',
- labelWidth:150,
- component: 'InputNumber',
- },
{
label: '备注(notes)',
field: 'notes',
- labelWidth:220,
+ labelWidth:150,
component: 'Input',
label: '附件(attachs)',
field: 'attachs',
+ labelWidth:220,
component: 'JUpload',
// TODO 主键隐藏字段,目前写死为ID