12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- export default [{
- "name": "品牌",
- "type": '1',
- "value": '0',
- "text": '全部品牌'
- },
- {
- "name": "车源地",
- "type": '1',
- "value": '1',
- "text": '全国'
- },
- {
- "name": "价格",
- "unit": '万元',
- "content": '不限',
- "type": '2',
- "value": [],
- "min": 0,
- "step": 10,
- "max": 60
- },
- {
- "name": "车龄",
- "unit": '年',
- "content": '不限',
- "type": '2',
- "value": [],
- "min": 0,
- "step": 2,
- "max": 12
- },
- {
- "name": "里程",
- "unit": '万公里',
- "content": '不限',
- "type": '2',
- "value": [],
- "min": 0,
- "step": 2,
- "max": 12
- },
- {
- "name": "变速箱",
- "type": 'boxType',
- "foods": []
- },
- {
- "name": "车身结构",
- "type": 'structure',
- "foods": []
- },
- {
- "name": "排放标准",
- "type": 'emission',
- "foods": []
- },
- {
- "name": "能源类型",
- "type": 'energy',
- "foods": []
- },
- {
- "name": "排量",
- "type": 'displacement',
- "foods": []
- },
- {
- "name": "座椅",
- "type": 'set',
- "foods": []
- },
- ]
|