refactor: add type Restart

This commit is contained in:
Thanaphon Frappet 2025-01-08 14:06:48 +07:00
parent 884eb18f03
commit 58d3ef7bd7
2 changed files with 11 additions and 0 deletions

View file

@ -33,6 +33,10 @@ export const taskStatusOpts = [
status: TaskStatus.Complete,
name: 'taskOrder.status.Complete',
},
{
status: TaskStatus.Restart,
name: 'taskOrder.status.Restart',
},
];
export const pageTabs = [
@ -89,6 +93,11 @@ export const taskStatusOrderToggle = [
icon: 'mdi-file-remove-outline',
color: 'negative',
},
{
value: TaskStatus.Restart,
icon: 'mdi-file-remove-outline',
color: 'negative',
},
];
export const column = [