feat:update all page
This commit is contained in:
@@ -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 có ảnh</span>
|
||||
|
||||
Reference in New Issue
Block a user