#
vincentlu
2025-04-01 b3555b47e4977e88f5a32e41e103092746357d8f
zy-acs-flow/src/page/agvDetail/AgvDetailPanel.jsx
@@ -186,11 +186,16 @@
                        </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 >