| | |
| | | autoFocus |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <TextInput |
| | | label="table.field.basStation.stationId" |
| | | source="stationId" |
| | | parse={v => v} |
| | | autoFocus |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <SelectInput |
| | | label="table.field.basStation.type" |
| | | source="type" |
| | | choices={[ |
| | | { id: 0, name: '光电' }, |
| | | { id: 1, name: '无光电' }, |
| | | ]} |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | <SelectInput |
| | | label="table.field.basStation.inAble" |
| | |
| | | </Stack> |
| | | |
| | | </Grid> |
| | | {/* <Grid item xs={12} md={4}> |
| | | <Grid item xs={12} md={4}> |
| | | <Typography variant="h6" gutterBottom> |
| | | {translate('common.edit.title.common')} |
| | | </Typography> |
| | | <StatusSelectInput /> |
| | | <Box mt="2em" /> |
| | | <MemoInput /> |
| | | </Grid> */} |
| | | </Grid> |
| | | </Grid> |
| | | </SimpleForm> |
| | | </Edit > |