fix(FE) : validate number norm & add action, feat user & hak akses

This commit is contained in:
Yusron alamsyah
2026-01-27 10:58:23 +07:00
parent afdb94e942
commit d826b43887
13 changed files with 1283 additions and 34 deletions

No files matched your search

+32
View File
@@ -0,0 +1,32 @@
[
{
"id": 1,
"namaHakAkses": "Super Admin",
"jumlahHalaman": 15,
"status": "aktif"
},
{
"id": 2,
"namaHakAkses": "Admin Operasi",
"jumlahHalaman": 8,
"status": "aktif"
},
{
"id": 3,
"namaHakAkses": "Dokter",
"jumlahHalaman": 5,
"status": "aktif"
},
{
"id": 4,
"namaHakAkses": "Perawat",
"jumlahHalaman": 4,
"status": "aktif"
},
{
"id": 5,
"namaHakAkses": "Admin Rekam Medis",
"jumlahHalaman": 6,
"status": "tidak aktif"
}
]