Update
This commit is contained in:
@@ -82,7 +82,7 @@ class DoctorRatingController extends Controller
|
||||
// ->where('request_logs.status_final_log', '=', 'approved')
|
||||
->select(
|
||||
DB::connection('oldlms')->raw("CONCAT(tm_users.sFirstName, ' ', IFNULL(tm_users.sMiddleName, ''), ' ', IFNULL(tm_users.sLastName, '')) as nama_peserta"),
|
||||
'tx_dokter_rating.nRating',
|
||||
'tx_dokter_rating.nRating as rating',
|
||||
'tx_dokter_rating.sNotes',
|
||||
'tx_dokter_rating.dCreateOn',
|
||||
DB::connection('oldlms')->raw("
|
||||
|
||||
@@ -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