|
@@ -174,6 +174,7 @@ const CreateForm = (props) => { |
|
|
formRef={formRef} |
|
|
formRef={formRef} |
|
|
initialValues={props.values} |
|
|
initialValues={props.values} |
|
|
onFinish={props.onFinish} |
|
|
onFinish={props.onFinish} |
|
|
|
|
|
submitter={false} |
|
|
> |
|
|
> |
|
|
<Row gutter={16}> |
|
|
<Row gutter={16}> |
|
|
<Col lg={12} md={12} sm={24}> |
|
|
<Col lg={12} md={12} sm={24}> |
|
@@ -301,12 +302,13 @@ const CreateForm = (props) => { |
|
|
/> |
|
|
/> |
|
|
</Col> |
|
|
</Col> |
|
|
</Row> |
|
|
</Row> |
|
|
{/* <Row> |
|
|
|
|
|
<Col> |
|
|
|
|
|
|
|
|
<Row gutter={4}> |
|
|
|
|
|
<Col span={12}></Col> |
|
|
|
|
|
<Col span={12}> |
|
|
<Button htmlType="button" style={{float:'right',left:10}} onClick={onCancel} >取消</Button> |
|
|
<Button htmlType="button" style={{float:'right',left:10}} onClick={onCancel} >取消</Button> |
|
|
<Button type="primary" htmlType="submit" style={{float:'right'}} >保存</Button> |
|
|
<Button type="primary" htmlType="submit" style={{float:'right'}} >保存</Button> |
|
|
</Col> |
|
|
</Col> |
|
|
</Row> */} |
|
|
|
|
|
|
|
|
</Row> |
|
|
</ProForm> |
|
|
</ProForm> |
|
|
</Modal> |
|
|
</Modal> |
|
|
); |
|
|
); |
|
|