feat:update all page

This commit is contained in:
TuanVT
2026-05-26 16:43:42 +07:00
parent bce004352c
commit 56e2733d8f
18 changed files with 480 additions and 262 deletions
@@ -130,12 +130,6 @@ const MainPrescription = () => {
),
},
// ================= SESSION =================
{
title: "PHIÊN KHÁM",
render: (item: any) => <span>{item.examinationSessionId}</span>,
},
// ================= NOTES =================
{
title: "GHI CHÚ",
@@ -148,11 +142,12 @@ const MainPrescription = () => {
render: (item: any) =>
item.prescriptionImg ? (
<Image
src={item.prescriptionImg}
src={`${process.env.NEXT_PUBLIC_IMAGE}${item.prescriptionImg}`}
alt="prescription"
width={40}
height={40}
className="h-10 w-10 rounded object-cover"
unoptimized
/>
) : (
<span className="text-gray-400">Không nh</span>