zhou zhou
2 天以前 a3b3e3ac062d8ac4c1d66d7b2a992720ea5e7ca2
rsf-admin/src/page/basicInfo/deviceSite/DeviceSiteCreate.jsx
@@ -91,6 +91,7 @@
                                        name="type"
                                        validate={[required()]}
                                        dictTypeCode="sys_task_type"
                                        multiple
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
@@ -143,6 +144,18 @@
                                        parse={v => v}
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <NumberInput
                                        label="table.field.deviceSite.areaIdStart"
                                        source="areaIdStart"
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <NumberInput
                                        label="table.field.deviceSite.areaIdEnd"
                                        source="areaIdEnd"
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <StatusSelectInput />