king
2021-11-10 5af280c40f52a839fc4bda38934f680cccf98763
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
export const SearchItems = [
  {
    type: 'search',
    label: '数值(区间)',
    subType: 'range',
    url: ''
  },
  {
    type: 'search',
    label: '选项卡',
    subType: 'checkcard',
    url: ''
  },
  {
    type: 'search',
    label: '日期(天)',
    subType: 'date',
    url: ''
  },
  {
    type: 'search',
    label: '日期(月)',
    subType: 'datemonth',
    url: ''
  },
  // {
  //   type: 'search',
  //   label: '日期(区间)',
  //   subType: 'daterange',
  //   url: ''
  // },
]