Fix QC Kak Inno Admin, Fix QC Keano UI User, Fix QC Pak jun tabel apbdes

This commit is contained in:
2025-11-12 17:42:31 +08:00
parent 417a8937f5
commit 9622eb5a9a
354 changed files with 11444 additions and 4012 deletions

View File

@@ -89,9 +89,10 @@ function ListPeminjamBuku({ search }: { search: string }) {
<TableThead>
<TableTr>
<TableTh style={{ width: '10%' }}>No</TableTh>
<TableTh style={{ width: '60%' }}>Nama Peminjam</TableTh>
<TableTh style={{ width: '15%' }}>Status</TableTh>
<TableTh style={{ width: '15%' }}>Detail</TableTh>
<TableTh style={{ width: '25%' }}>Nama Peminjam</TableTh>
<TableTh style={{ width: '25%' }}>Status</TableTh>
<TableTh style={{ width: '25%' }}>Alamat</TableTh>
<TableTh style={{ width: '25%' }}>Detail</TableTh>
</TableTr>
</TableThead>
<TableTbody>
@@ -105,6 +106,9 @@ function ListPeminjamBuku({ search }: { search: string }) {
<TableTd>
{renderStatusBadge(item.status)}
</TableTd>
<TableTd>
{item.alamat}
</TableTd>
<TableTd>
<Button
variant="light"