#
luxiaotao1123
2024-09-20 94c6d9bec3103526631e03d0e24afea0b23e26a5
zy-acs-flow/src/page/agv/AgvCard.jsx
@@ -48,15 +48,11 @@
                    <AgvAvatar />
                    <Box textAlign="center" marginTop={1}>
                        <Typography variant="subtitle2">
                            {record.uuid}
                            {record.agvStatus}
                        </Typography>
                        <SelectField
                            color="textSecondary"
                            source="uuid"
                            choices={[
                                { id: '1', name: 'sad' }
                            ]}
                        />
                        <Typography variant="overline" sx={{ opacity: .7 }}>
                            {record.code}
                        </Typography>
                    </Box>
                </Box>
                <Box display="flex" justifyContent="space-around" width="100%">