upd: dashboard admin
Deskripsi: - detail pengaduan - menerima pengaduan - mengerjakan pengaduan/ - menyelesaikan pengaduan - menolak pengaduan No Issues
This commit is contained in:
@@ -383,7 +383,14 @@ Respon:
|
||||
id: item.id,
|
||||
deskripsi: item.deskripsi,
|
||||
status: item.status,
|
||||
createdAt: item.createdAt.toLocaleDateString("id-ID", { day: "numeric", month: "long", year: "numeric" }),
|
||||
createdAt: item.createdAt.toLocaleString("id-ID", {
|
||||
day: "2-digit",
|
||||
month: "short",
|
||||
year: "numeric",
|
||||
hour: "2-digit",
|
||||
minute: "2-digit",
|
||||
hour12: false
|
||||
}),
|
||||
idUser: item.idUser,
|
||||
nameUser: item.User?.name,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user