diff --git a/src/dicts/tasks/index.js b/src/dicts/tasks/index.js index 05add213..8e364650 100644 --- a/src/dicts/tasks/index.js +++ b/src/dicts/tasks/index.js @@ -10,14 +10,14 @@ export const timerType = [ ] export const timeUnit = [ - { - label: 'time.unit.month', - value: 'month', - }, - { - label: 'time.unit.week', - value: 'week', - }, + // { + // label: 'time.unit.month', + // value: 'month', + // }, + // { + // label: 'time.unit.week', + // value: 'week', + // }, { label: 'time.unit.day', value: 'day',