update
This commit is contained in:
@@ -464,7 +464,7 @@ export default function List() {
|
|||||||
{row.files_by_type?.final_log_diagnosis?.length > 0 && (
|
{row.files_by_type?.final_log_diagnosis?.length > 0 && (
|
||||||
<>
|
<>
|
||||||
<Label variant='ghost' color='primary'>
|
<Label variant='ghost' color='primary'>
|
||||||
File Diagnosa {row.files_by_type.final_log_diagnosis.length}
|
{row.files_by_type.final_log_diagnosis.length} File Diagnosa
|
||||||
</Label>
|
</Label>
|
||||||
<br />
|
<br />
|
||||||
</>
|
</>
|
||||||
@@ -473,7 +473,7 @@ export default function List() {
|
|||||||
{row.files_by_type?.final_log_kondisi?.length > 0 && (
|
{row.files_by_type?.final_log_kondisi?.length > 0 && (
|
||||||
<>
|
<>
|
||||||
<Label variant='ghost' color='success'>
|
<Label variant='ghost' color='success'>
|
||||||
File Billing {row.files_by_type.final_log_kondisi.length}
|
{row.files_by_type.final_log_kondisi.length} File Billing
|
||||||
</Label>
|
</Label>
|
||||||
<br />
|
<br />
|
||||||
</>
|
</>
|
||||||
@@ -481,7 +481,7 @@ export default function List() {
|
|||||||
|
|
||||||
{row.files_by_type?.final_log_result?.length > 0 && (
|
{row.files_by_type?.final_log_result?.length > 0 && (
|
||||||
<Label variant='ghost' color='warning'>
|
<Label variant='ghost' color='warning'>
|
||||||
File Pendukung Medis {row.files_by_type.final_log_result.length}
|
{row.files_by_type.final_log_result.length} File Pendukung Medis
|
||||||
</Label>
|
</Label>
|
||||||
)}
|
)}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
|||||||
Reference in New Issue
Block a user