保誠-保戶業務員媒合平台
HelenHuang
2022-02-15 65ebd84c61cf86c12f6180d931a0476d5f4b3cdb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export const dayTimeFrames = [
  {
    title:'9:00~12:00',
    label:'9:00~12:00',
  },
  {
    title:'12:00~14:00',
     label:'12:00~14:00',
  },
  {
    title:'14:00~18:00',
     label:'14:00~18:00',
  },
  {
    title:'18:00~21:00',
    label:'18:00~21:00',
  }
];