fix(FE) : card list antrean
This commit is contained in:
No files matched your search
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user