skyouc
2025-05-08 b8343b30c7cbaf2db804f6687ebc7f3564e63aef
rsf-admin/src/page/basicInfo/warehouse/WarehousePanel.jsx
@@ -64,31 +64,31 @@
                                property={record.address}
                            />
                        </Grid>
                        <Grid item xs={6}>
                        <Grid item xs={3}>
                            <PanelTypography
                                title="table.field.warehouse.longitude" 
                                property={record.longitude}
                            />
                        </Grid>
                        <Grid item xs={6}>
                        <Grid item xs={3} >
                            <PanelTypography
                                title="table.field.warehouse.latgitude" 
                                property={record.latgitude}
                            />
                        </Grid>
                        <Grid item xs={6}>
                        <Grid item xs={2}>
                            <PanelTypography
                                title="table.field.warehouse.length" 
                                property={record.length}
                            />
                        </Grid>
                        <Grid item xs={6}>
                        <Grid item xs={2}>
                            <PanelTypography
                                title="table.field.warehouse.width" 
                                property={record.width}
                            />
                        </Grid>
                        <Grid item xs={6}>
                        <Grid item xs={2}>
                            <PanelTypography
                                title="table.field.warehouse.height" 
                                property={record.height}