|
@@ -7,9 +7,9 @@ export const two = [
|
|
|
list: 'companyType',
|
|
|
type: 'select',
|
|
|
},
|
|
|
- { label: '企业所处发展阶段', model: 'parts', list: 'parts', type: 'select' },
|
|
|
+ { label: '发展阶段', model: 'parts', list: 'parts', type: 'select' },
|
|
|
{ label: '所属行业', model: 'profession' },
|
|
|
- { label: '行业内排名', model: 'order', list: 'order', type: 'select' },
|
|
|
+ { label: '行业排名', model: 'order', list: 'order', type: 'select' },
|
|
|
];
|
|
|
|
|
|
export const three = [
|