Merge branch 'feature/flag-log-status' into staging
This commit is contained in:
@@ -320,36 +320,18 @@ export default function TableListFinalLog() {
|
||||
label: localeData.txtRequestCode,
|
||||
isSort: true,
|
||||
},
|
||||
{
|
||||
id: 'log_type',
|
||||
align: 'center',
|
||||
label: 'Tipe LOG',
|
||||
isSort: true,
|
||||
},
|
||||
{
|
||||
id: 'provider',
|
||||
align: 'left',
|
||||
label: localeData.txtProvider,
|
||||
isSort: true,
|
||||
},
|
||||
{
|
||||
id: 'full_name',
|
||||
align: 'left',
|
||||
label: localeData.txtName,
|
||||
isSort: true,
|
||||
},
|
||||
{
|
||||
id: 'submission_date',
|
||||
align: 'center',
|
||||
label: localeData.txtSubmissionDate,
|
||||
isSort: true,
|
||||
},
|
||||
{
|
||||
id: 'service_type',
|
||||
align: 'center',
|
||||
label: localeData.txtServiceType,
|
||||
isSort: true,
|
||||
},
|
||||
{
|
||||
id: 'log_type',
|
||||
align: 'center',
|
||||
label: 'LOG Type',
|
||||
isSort: true,
|
||||
},
|
||||
{
|
||||
id: 'discharge_date',
|
||||
align: 'center',
|
||||
@@ -454,17 +436,17 @@ export default function TableListFinalLog() {
|
||||
</Label>
|
||||
),
|
||||
log_type:
|
||||
obj.log_type === 'final' ? (
|
||||
obj.log_type === 'consultation' ? (
|
||||
<Label color='info'>
|
||||
Final
|
||||
Konsultasi
|
||||
</Label>
|
||||
) : obj.log_type === 'prescription' ? (
|
||||
<Label color='warning'>
|
||||
Prescription
|
||||
Resep
|
||||
</Label>
|
||||
) : obj.log_type === 'reference' ? (
|
||||
<Label color='secondary'>
|
||||
Reference
|
||||
Rujukan
|
||||
</Label>
|
||||
) : (
|
||||
<Label color='default'>
|
||||
|
||||
Reference in New Issue
Block a user