1
2026-01-14 c2ead3c7e7f1db81b6fc961e0f037abd0e8a4e2c
rsf-admin/src/page/basicInfo/basStation/BasStationEdit.jsx
@@ -74,6 +74,16 @@
                                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"