1
6 天以前 e8855038f6e47cde0d6a8a9ddb2fa5a629e0efbb
rsf-admin/src/page/basicInfo/basStation/BasStationCreate.jsx
@@ -97,6 +97,15 @@
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <TextInput
                                        label="table.field.basStation.stationId"
                                        source="stationId"
                                        parse={v => v}
                                        autoFocus
                                        validate={[required()]}
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <SelectInput
                                        label="table.field.basStation.type"
                                        source="type"