#
vincentlu
2025-03-27 cd67e854d4715bc92a16dc7bffdbde7be1da9957
zy-acs-flow/src/page/agvDetail/AgvDetailPanel.jsx
@@ -180,17 +180,22 @@
                        </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 >