zy-acs-flow/src/page/agv/AgvShow.jsx
@@ -58,7 +58,18 @@ }}> <CustomerTopToolBar /> <Box mt={1}> <Avatar sx={{ bgcolor: theme.palette.primary.main }}>{record.uuid}</Avatar> <Stack direction='row'> <Typography variant="h6" sx={{ mt: .5, mr: 2 }} > {record.agvModelData.type} </Typography> <Avatar sx={{ bgcolor: theme.palette.primary.main }}>{record.uuid}</Avatar> </Stack> </Box> </Box>