| | |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.agvModel.allDirection" |
| | | property={record.allDirection$} |
| | | property={record.allDirection ? translate('common.enums.true') : translate('common.enums.false')} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | |
| | | property={record.protocol} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={6}> |
| | | {/* <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.agvModel.mqttTopic" |
| | | property={record.mqttTopic} |
| | | /> |
| | | </Grid> */} |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.agvModel.needUndocking" |
| | | property={record.needUndockingBool ? translate('common.enums.true') : translate('common.enums.false')} |
| | | /> |
| | | </Grid> |
| | | |
| | | <Grid item xs={6}> |
| | | <PanelTypography |
| | | title="table.field.agvModel.backupAction" |
| | | property={record.backupAction ? translate('common.enums.true') : translate('common.enums.false')} |
| | | /> |
| | | </Grid> |
| | | </Grid> |
| | | </CardContent> |
| | | </Card > |