|
@@ -157,8 +157,8 @@ const MunicipioDetalle = () => {
|
|
|
/>
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
- <Col span={24}>
|
|
|
- <Form.Item label="Estado" name="niveles">
|
|
|
+ <Col span={12}>
|
|
|
+ <Form.Item label="Nivel" name="niveles">
|
|
|
<AntSelect
|
|
|
style={{ width: "100%" }}
|
|
|
options={niveles}
|
|
@@ -166,6 +166,11 @@ const MunicipioDetalle = () => {
|
|
|
/>
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
+ <Col span={12}>
|
|
|
+ <Form.Item label="ID Sagarhpa" name="idSagarhpa">
|
|
|
+ <Input type="number"/>
|
|
|
+ </Form.Item>
|
|
|
+ </Col>
|
|
|
<Col span={24}>
|
|
|
<Form.Item>
|
|
|
<Button
|