Update
This commit is contained in:
@@ -575,7 +575,7 @@ import {
|
||||
isSort: false,
|
||||
},
|
||||
{
|
||||
id: 'tanggal_konsultasi',
|
||||
id: 'dCreateOn',
|
||||
align: 'left',
|
||||
label: 'Tanggal Konsultasi',
|
||||
isSort: true,
|
||||
@@ -632,7 +632,7 @@ import {
|
||||
</TableCell> */}
|
||||
<TableCell align="left">{row?.nama_peserta}</TableCell>
|
||||
<TableCell align="left">{row?.nama_dokter}</TableCell>
|
||||
<TableCell align="left">{row?.nRating}</TableCell>
|
||||
<TableCell align="left">{row?.rating}</TableCell>
|
||||
<TableCell align="left" sx={{maxWidth:250}}>{row?.sNotes}</TableCell>
|
||||
<TableCell align="left">{row?.dCreateOn ? fDateTime(row?.dCreateOn) : ''}</TableCell>
|
||||
{/* <TableCell align="left">{row?.dCreateOn ? fDateTime(row?.dCreateOn) : ''}</TableCell> */}
|
||||
|
||||
Reference in New Issue
Block a user