add selected patient
This commit is contained in:
@@ -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: "-",
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user