fix
parent
b3bd4461e3
commit
3ef5e8c6a8
|
|
@ -514,11 +514,11 @@ const ControlContent = ({ readOnly, ...props }) => {
|
||||||
<Input placeholder="请输入档案管理员" allowClear maxLength={10} />
|
<Input placeholder="请输入档案管理员" allowClear maxLength={10} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={6}>
|
{processControlDetail?.archiveDate&&<Col span={6}>
|
||||||
<Form.Item label="入库日期" name="archiveDate">
|
<Form.Item label="入库日期" name="archiveDate">
|
||||||
<DatePicker style={{ width: "100%" }} disabled />
|
<DatePicker style={{ width: "100%" }} disabled />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>}
|
||||||
</Row>
|
</Row>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue