<Form.Item label="详细地址:" wrapperCol={{ xs: { span: 14 },sm: { span: 14 } }}>{getFieldDecorator('address', {initialValue: type === 'update'? activeUpdateData.address : '',rules: [{ message: '请输入详细地址'}],})(<Input.TextArea autoSize={{ minRows: 2,maxRows: 2 }} disabled={disabled} />)}</Form.Item>