Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1754 | Rev 3156 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1754 Rev 2917
Línea 38... Línea 38...
38
        sx={{ p: 1 }}
38
        sx={{ p: 1 }}
39
      />
39
      />
Línea 40... Línea 40...
40
 
40
 
41
      <CardContent sx={{ p: 1, '& p': { marginBottom: 1 } }}>
41
      <CardContent sx={{ p: 1, '& p': { marginBottom: 1 } }}>
42
        <Typography paragraph>
42
        <Typography paragraph>
43
          <Typography variant='body2'>Tipo: </Typography>
43
          <Typography variant='overline'>Tipo: </Typography>
44
          {type}
44
          {type}
45
        </Typography>
45
        </Typography>
46
        <Typography paragraph>
46
        <Typography paragraph>
47
          <Typography variant='body2'>Motivo: </Typography>
47
          <Typography variant='overline'>Motivo: </Typography>
48
          {reason}
48
          {reason}
49
        </Typography>
49
        </Typography>
50
        <Typography paragraph>
50
        <Typography paragraph>
51
          <Typography variant='body2'>Estatus: </Typography>
51
          <Typography variant='overline'>Estatus: </Typography>
52
          {status}
52
          {status}
53
        </Typography>
53
        </Typography>
54
        <Typography paragraph>
54
        <Typography paragraph>
55
          <Typography variant='body2'>Email: </Typography>
55
          <Typography variant='overline'>Email: </Typography>
56
          {email}
56
          {email}
57
        </Typography>
57
        </Typography>
Línea 58... Línea 58...
58
      </CardContent>
58
      </CardContent>
Línea 63... Línea 63...
63
        </Button>
63
        </Button>
64
      </CardActions>
64
      </CardActions>
Línea 65... Línea 65...
65
 
65
 
66
      <Collapse in={expanded} timeout='auto' unmountOnExit>
66
      <Collapse in={expanded} timeout='auto' unmountOnExit>
67
        <CardContent sx={{ p: 1, '& p': { marginBottom: 1 } }}>
67
        <CardContent sx={{ p: 1, '& p': { marginBottom: 1 } }}>
68
          <Typography variant='body2'>Comentario:</Typography>
68
          <Typography variant='overline'>Comentario:</Typography>
69
          <Typography paragraph>{commet}</Typography>
69
          <Typography paragraph>{commet}</Typography>
70
          {review && (
70
          {review && (
71
            <>
71
            <>
72
              <Typography variant='body2'>Revisión:</Typography>
72
              <Typography variant='overline'>Revisión:</Typography>
73
              <Typography paragraph>{review}</Typography>
73
              <Typography paragraph>{review}</Typography>
74
            </>
74
            </>
75
          )}
75
          )}
76
        </CardContent>
76
        </CardContent>