target blank untuk list dokumen laboratorium
This commit is contained in:
@@ -138,7 +138,7 @@ export default function DetailLabResultList() {
|
|||||||
row.lab_result_file.map((data, index) => {
|
row.lab_result_file.map((data, index) => {
|
||||||
return (
|
return (
|
||||||
<Stack direction="row" justifyContent={'space-between'} key={index} sx={{ mt: '16px' }}>
|
<Stack direction="row" justifyContent={'space-between'} key={index} sx={{ mt: '16px' }}>
|
||||||
<Link href={data.lab_result_file_obj.path} underline='hover'>
|
<Link href={data.lab_result_file_obj.path} underline='hover' target="_blank">
|
||||||
<Stack direction="row" spacing={1} sx={{color: '#19BBBB'}}>
|
<Stack direction="row" spacing={1} sx={{color: '#19BBBB'}}>
|
||||||
<InsertDriveFileIcon />
|
<InsertDriveFileIcon />
|
||||||
<Typography variant="body2" gutterBottom>{data.lab_result_file_obj.original_name??'-'}</Typography>
|
<Typography variant="body2" gutterBottom>{data.lab_result_file_obj.original_name??'-'}</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user