1
4 天以前 e0921e578658cc5181bcb9ff76f61ba47e6f0d76
rsf-admin/src/page/basicInfo/basStation/BasStationEdit.jsx
@@ -74,6 +74,24 @@
                                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"
@@ -167,14 +185,14 @@
                        </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 >