| | |
| | | } from 'react-admin'; |
| | | import { |
| | | Box, |
| | | Button, |
| | | Divider, |
| | | Stack, |
| | | Tooltip, |
| | | Typography, |
| | |
| | | const translate = useTranslate(); |
| | | const theme = useTheme(); |
| | | const [isHover, setHover] = useState(false); |
| | | console.log(data); |
| | | |
| | | return ( |
| | | <Box |
| | |
| | | minHeight: '0.75em', |
| | | }, |
| | | }} |
| | | direction="row" |
| | | > |
| | | <Typography |
| | | component="p" |
| | | variant="body2" |
| | | color="textSecondary" |
| | | lineHeight={1.5} |
| | | margin={0} |
| | | > |
| | | task: {data.taskId$} |
| | | {/* // taskNo code val param action sts uuid |
| | | {paragraph} */} |
| | | </Typography> |
| | | <Divider orientation="vertical" flexItem sx={{ height: '1.5em', marginX: 1 }} /> |
| | | <Typography |
| | | variant="body2" |
| | | color="textSecondary" |
| | | lineHeight={1.5} |
| | | margin={0} |
| | | > |
| | | code: {data.code} |
| | | </Typography> |
| | | </Stack> |
| | | </Box> |
| | | ); |