|
@@ -209,17 +209,6 @@ const Edit: React.FC<userEditPros> = (props) => {
|
|
<InputNumber placeholder="请输入控制编码" style={{ width: '100%' }} />
|
|
<InputNumber placeholder="请输入控制编码" style={{ width: '100%' }} />
|
|
</Form.Item>
|
|
</Form.Item>
|
|
</Col>
|
|
</Col>
|
|
- <Col span={24}>
|
|
|
|
- <Form.Item
|
|
|
|
- {...formItemLayout}
|
|
|
|
- name="remote_map"
|
|
|
|
- label="编码对应文件名称"
|
|
|
|
- rules={[{ required: true, message: '请输入编码对应文件名称' }]}
|
|
|
|
- initialValue={detailData?.remote_map || ''}
|
|
|
|
- >
|
|
|
|
- <Input placeholder="请输入编码对应文件名称" readOnly />
|
|
|
|
- </Form.Item>
|
|
|
|
- </Col>
|
|
|
|
<Col span={24}>
|
|
<Col span={24}>
|
|
<Form.Item
|
|
<Form.Item
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
@@ -234,6 +223,17 @@ const Edit: React.FC<userEditPros> = (props) => {
|
|
</Upload>
|
|
</Upload>
|
|
</Form.Item>
|
|
</Form.Item>
|
|
</Col>
|
|
</Col>
|
|
|
|
+ <Col span={24}>
|
|
|
|
+ <Form.Item
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ name="remote_map"
|
|
|
|
+ label="编码对应文件名称"
|
|
|
|
+ rules={[{ required: true, message: '请输入编码对应文件名称' }]}
|
|
|
|
+ initialValue={detailData?.remote_map || ''}
|
|
|
|
+ >
|
|
|
|
+ <Input placeholder="请输入编码对应文件名称" readOnly />
|
|
|
|
+ </Form.Item>
|
|
|
|
+ </Col>
|
|
</Row>
|
|
</Row>
|
|
</Form>
|
|
</Form>
|
|
</Modal>
|
|
</Modal>
|