export const STATUS_OPTIONS = [ { label: '未开始', value: 'not_started' }, { label: '进行中', value: 'in_progress' }, { label: '已完成', value: 'completed' }, { label: '已暂停', value: 'paused' }, { label: '延期中', value: 'paused' } ];