任务模块
This commit is contained in:
8
src/utils/enum.js
Normal file
8
src/utils/enum.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export const STATUS_OPTIONS = [
|
||||
{ label: '未开始', value: 'not_started' },
|
||||
{ label: '进行中', value: 'in_progress' },
|
||||
{ label: '已完成', value: 'completed' },
|
||||
{ label: '已暂停', value: 'paused' },
|
||||
{ label: '延期中', value: 'paused' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user