| | |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.agvDetail.tempQua" |
| | | property={record.tempQua} |
| | | title="table.field.agvDetail.backpack" |
| | | property={record.backpack} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.agvDetail.password" |
| | | property={record.password} |
| | | title="table.field.agvDetail.error" |
| | | property={record.error} |
| | | /> |
| | | </Grid> |
| | | |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.agvDetail.errorTime" |
| | | property={record.errorTime} |
| | | /> |
| | | </Grid> |
| | | </Grid> |
| | | </CardContent> |
| | | </Card > |