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