12345678910111213 |
- export const one = [
- { label: '成立时间', model: 'create_date', list: 'time', type: 'select' },
- { label: '企业人数', model: 'number', list: 'number', type: 'select' },
- {
- label: '企业类型',
- model: 'company_type',
- list: 'companyType',
- type: 'select',
- },
- { label: '企业所处发展阶段', model: 'parts', list: 'parts', type: 'select' },
- { label: '所属行业', model: 'profession' },
- { label: '行业内排名', model: 'order', list: 'order', type: 'select' },
- ];
|