zy-acs-flow/src/page/agv/AgvCard.jsx
@@ -21,7 +21,7 @@ if (!record) return null; console.log(record); return ( <Link @@ -48,13 +48,13 @@ <AgvAvatar /> <Box textAlign="center" marginTop={1}> <Typography variant="subtitle2"> {record.name} {record.uuid} </Typography> <SelectField color="textSecondary" source="sector" source="uuid" choices={[ { id: '1', name: '1' } { id: '1', name: 'sad' } ]} /> </Box>