dev_1.2
tangjie 2026-07-30 10:59:41 +08:00
parent b3bd4461e3
commit 3ef5e8c6a8
1 changed files with 2 additions and 2 deletions

View File

@ -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>