1
2 天以前 5e4d6a9017f2cce64506ae6a2bef3e9b57c19f8a
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"