Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11268 Rev 12141
Línea 109... Línea 109...
109
											{
109
											{
110
												data.items?.map((item, index) => (
110
												data.items?.map((item, index) => (
111
													<tr key={index}>
111
													<tr key={index}>
112
														<td>{item.name}</td>
112
														<td>{item.name}</td>
113
														<td>{item.job_description}</td>
113
														<td>{item.job_description}</td>
-
 
114
														<td>
-
 
115
															{
-
 
116
																item.status === 'a'
-
 
117
																	? 'Activo'
-
 
118
																	: 'Inactivo'
-
 
119
															}
-
 
120
														</td>
114
														<td className='d-flex' style={{ gap: '10px' }}>
121
														<td className='d-flex' style={{ gap: '10px' }}>
115
															{
122
															{
116
																permisions.allowEdit
123
																permisions.allowEdit
117
																&&
124
																&&
118
																<i
125
																<i