fix(FE) : card list antrean

This commit is contained in:
Yusron alamsyah
2026-03-05 10:34:59 +07:00
parent 8d9c2585e4
commit 2d901f1fe3
20 changed files with 3842 additions and 1093 deletions

No files matched your search

+7
View File
@@ -8,6 +8,13 @@ export const STATUS = {
BATAL: '4'
} as const;
export const statusLabels = {
[STATUS.BELUM]: 'Belum',
[STATUS.SELESAI]: 'Selesai',
[STATUS.TUNDA]: 'Tunda',
[STATUS.BATAL]: 'Batal'
};
export const statusOptions = [
{ value: null, label: 'Semua Status' },
{ value: STATUS.BELUM, label: 'Belum' },