lbq
1 天以前 8ce2fc9e420f68e07512b9addaf514a09effb4a7
rsf-admin/src/page/basicInfo/deviceSite/DeviceSitePanel.jsx
@@ -88,6 +88,18 @@
                                property={record.deviceSite}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title={translate('table.field.deviceSite.areaIdStart')}
                                property={record.areaIdStart}
                            />
                        </Grid>
                        <Grid item xs={6}>
                            <PanelTypography
                                title={translate('table.field.deviceSite.areaIdEnd')}
                                property={record.areaIdEnd}
                            />
                        </Grid>
                    </Grid>
                </CardContent>