1
2026-01-24 cd55f83ee6fe0e3002df2018f50f4ca8d066b1e6
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>