| | |
| | | > |
| | | {data.priority} |
| | | </Avatar> |
| | | <Typography color="text.secondary" variant="body2"> |
| | | <Typography color="textPrimary" variant="body2"> |
| | | {data.actionType$} |
| | | </Typography> |
| | | <Typography |
| | | variant="body2" |
| | | color="textSecondary" |
| | | > |
| | | ({data.actionSts$ || '-'}) |
| | | </Typography> |
| | | <Box flex={1}></Box> |
| | | <Typography |
| | |
| | | variant="body2" |
| | | color="textSecondary" |
| | | > |
| | | code: {data.code || '-'} |
| | | </Typography> |
| | | <Divider orientation="vertical" flexItem sx={{ marginX: 1 }} /> |
| | | <Typography |
| | | variant="body2" |
| | | color="textSecondary" |
| | | > |
| | | task: {data.taskId$ || '-'} |
| | | </Typography> |
| | | <Divider orientation="vertical" flexItem sx={{ marginX: 1 }} /> |
| | |
| | | variant="body2" |
| | | color="textSecondary" |
| | | > |
| | | status: {data.actionSts$ || '-'} |
| | | code: {data.code || '-'} |
| | | </Typography> |
| | | <Divider orientation="vertical" flexItem sx={{ marginX: 1 }} /> |
| | | <Typography |