保誠-保戶業務員媒合平台
Tomas
2022-01-26 66f726b6643e85cd6ec0041d01b31d38b3803c1a
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',
  }
];