From ab3d850bd49af963ad124331c4e6ddc903e1d074 Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Mon, 24 Mar 2025 10:06:19 +0700 Subject: [PATCH] view report prescription --- frontend/dashboard/src/pages/Report/Prescription/List.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/dashboard/src/pages/Report/Prescription/List.tsx b/frontend/dashboard/src/pages/Report/Prescription/List.tsx index 9cfe6b1f..a889e3b5 100755 --- a/frontend/dashboard/src/pages/Report/Prescription/List.tsx +++ b/frontend/dashboard/src/pages/Report/Prescription/List.tsx @@ -337,6 +337,8 @@ export default function List() { {row.date_consultation ? fDateTime(row.date_consultation) : '-'} {row.patient_name ?? '-'} {row.doctor_name ?? '-'} + {row.apotek_name ?? '-'} + {row.price_delivery ?? '-'} {row.status_prescription ?? '-'} {/* @@ -543,6 +545,12 @@ export default function List() { Doctor + + Nama Apotek + + + Harga Ongkos Kirim + Status