vincentlu
2026-01-05 583b31d46bb8abbee7410d29ca229120ee589cba
zy-acs-flow/src/page/agvModel/AgvModelPanel.jsx
@@ -127,7 +127,7 @@
                        <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}>
@@ -136,13 +136,24 @@
                                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 >