|
@@ -108,18 +108,18 @@ function EditBlock(props) {
|
|
|
</Col>
|
|
|
<Col span={12} hidden={type != 3}>
|
|
|
<Form.Item
|
|
|
- name="recId"
|
|
|
+ name="hosptialDatatmpCode"
|
|
|
label="文书编号"
|
|
|
>
|
|
|
- <span>{initialValues.recId}</span>
|
|
|
+ <span>{initialValues.hosptialDatatmpCode}</span>
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
<Col span={12} hidden={type != 3}>
|
|
|
<Form.Item
|
|
|
- name="recTitle"
|
|
|
+ name="hosptialDatatmpName"
|
|
|
label="文书标题"
|
|
|
>
|
|
|
- <span>{initialValues.recTitle}</span>
|
|
|
+ <span>{initialValues.hosptialDatatmpName}</span>
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
<Col span={12} hidden={type != 3}>
|