view report prescription
This commit is contained in:
@@ -337,6 +337,8 @@ export default function List() {
|
|||||||
<TableCell align="left">{row.date_consultation ? fDateTime(row.date_consultation) : '-'}</TableCell>
|
<TableCell align="left">{row.date_consultation ? fDateTime(row.date_consultation) : '-'}</TableCell>
|
||||||
<TableCell align="left">{row.patient_name ?? '-'}</TableCell>
|
<TableCell align="left">{row.patient_name ?? '-'}</TableCell>
|
||||||
<TableCell align="left">{row.doctor_name ?? '-'}</TableCell>
|
<TableCell align="left">{row.doctor_name ?? '-'}</TableCell>
|
||||||
|
<TableCell align="left">{row.apotek_name ?? '-'}</TableCell>
|
||||||
|
<TableCell align="left">{row.price_delivery ?? '-'}</TableCell>
|
||||||
<TableCell align="left">{row.status_prescription ?? '-'}</TableCell>
|
<TableCell align="left">{row.status_prescription ?? '-'}</TableCell>
|
||||||
{/* <TableCell align="center">
|
{/* <TableCell align="center">
|
||||||
<ButtonGroup variant="text" aria-label="text button group">
|
<ButtonGroup variant="text" aria-label="text button group">
|
||||||
@@ -543,6 +545,12 @@ export default function List() {
|
|||||||
<TableCell style={headStyle} align="left">
|
<TableCell style={headStyle} align="left">
|
||||||
Doctor
|
Doctor
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
<TableCell style={headStyle} align="left">
|
||||||
|
Nama Apotek
|
||||||
|
</TableCell>
|
||||||
|
<TableCell style={headStyle} align="left">
|
||||||
|
Harga Ongkos Kirim
|
||||||
|
</TableCell>
|
||||||
<TableCell style={headStyle} align="left">
|
<TableCell style={headStyle} align="left">
|
||||||
Status
|
Status
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
|||||||
Reference in New Issue
Block a user