chore: update the workarea page
This commit is contained in:
parent
bbc02e5fda
commit
62961363f3
@ -15,10 +15,7 @@ export const ApplicationStatus = Object.freeze({
|
|||||||
InterviewStep1: 8
|
InterviewStep1: 8
|
||||||
});
|
});
|
||||||
|
|
||||||
export const ApplicationStatusMaping: Record<
|
export const ApplicationStatusMaping: Record<AsEnum<typeof ApplicationStatus>, string> = Object.freeze({
|
||||||
(typeof ApplicationStatus)[keyof typeof ApplicationStatus],
|
|
||||||
string
|
|
||||||
> = Object.freeze({
|
|
||||||
0: 'To Apply',
|
0: 'To Apply',
|
||||||
1: 'Working On It',
|
1: 'Working On It',
|
||||||
2: 'Ignore',
|
2: 'Ignore',
|
||||||
|
@ -487,6 +487,9 @@
|
|||||||
>
|
>
|
||||||
Tasks To Do
|
Tasks To Do
|
||||||
</DropZone>
|
</DropZone>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{#if [ApplicationStatus.TasksToDo, ApplicationStatus.Applyed].includes(activeItem.status)}
|
||||||
|
|
||||||
<!-- Tasks to do -->
|
<!-- Tasks to do -->
|
||||||
<DropZone
|
<DropZone
|
||||||
|
Loading…
Reference in New Issue
Block a user