chen.lin
1 天以前 fcf0c2bbfae0a82d516dfa8b71f97e6ea817e0b4
rsf-admin/src/page/basicInfo/warehouse/WarehousePanel.jsx
@@ -64,36 +64,36 @@
                                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}
                            />
                        </Grid>
                        </Grid> */}
                    </Grid>
                </CardContent>