fields.js 508 B

12345678910111213
  1. export const one = [
  2. { label: '成立时间', model: 'create_date', list: 'time', type: 'select' },
  3. { label: '企业人数', model: 'number', list: 'number', type: 'select' },
  4. {
  5. label: '企业类型',
  6. model: 'company_type',
  7. list: 'companyType',
  8. type: 'select',
  9. },
  10. { label: '企业所处发展阶段', model: 'parts', list: 'parts', type: 'select' },
  11. { label: '所属行业', model: 'profession' },
  12. { label: '行业内排名', model: 'order', list: 'order', type: 'select' },
  13. ];