add selected patient

This commit is contained in:
2024-08-19 08:16:33 +07:00
parent 7b1526e06b
commit 738068edc5
3 changed files with 13 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ const store = {
noreg: "055000037LA",
kelpelanggan: "PASIEN MANDIRI",
nama: "Tn. Alpha",
status: "New",
status: "call",
},
{
tanggal: "31-07-2024",
@@ -25,7 +25,11 @@ const store = {
},
],
selected_patients: {
tanggal: "-",
noreg: "-",
kelpelanggan: "-",
nama: "-",
status: "-",
},
};
},