保誠-保戶業務員媒合平台
charlie
2022-01-21 fd800397a9cfed6490a04c616e5e3e360234b22c
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',
  }
];