#
vincentlu
2025-01-13 89c7f6e5bcc21b0e8f83a2bc6d680e2ffe431e6f
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 >