constants.js 542 B

1234567891011121314151617181920212223242526272829
  1. import i18n from '@/locales'
  2. export const weekOptions = [i18n.t('compute.text_83'), i18n.t('compute.text_84'), i18n.t('compute.text_85'), i18n.t('compute.text_86'), i18n.t('compute.text_87'), i18n.t('compute.text_88'), i18n.t('compute.text_89')]
  3. export const timeOptions = [
  4. '00:00',
  5. '01:00',
  6. '02:00',
  7. '03:00',
  8. '04:00',
  9. '05:00',
  10. '06:00',
  11. '07:00',
  12. '08:00',
  13. '09:00',
  14. '10:00',
  15. '11:00',
  16. '12:00',
  17. '13:00',
  18. '14:00',
  19. '15:00',
  20. '16:00',
  21. '17:00',
  22. '18:00',
  23. '19:00',
  24. '20:00',
  25. '21:00',
  26. '22:00',
  27. '23:00',
  28. ]