|
@@ -82,16 +82,25 @@ const company = [
|
|
|
{ index: 4, field: 'representative', zh: '法定代表人' },
|
|
|
{ index: 5, field: 'email', zh: '电子邮箱' },
|
|
|
{ index: 6, field: 'person', zh: '员工人数', type: 'number' },
|
|
|
- { index: 7, field: 'register', zh: '注册资本' },
|
|
|
- { index: 8, field: 'create_time', type: 'date', zh: '成立时间' },
|
|
|
- { index: 9, field: 'pattern', type: 'dict', code: 'pattern', zh: '企业类型' },
|
|
|
- { index: 10, field: 'scale', type: 'dict', code: 'scale', zh: '企业规模' },
|
|
|
- { index: 11, field: 'type', type: 'dict', code: 'type', zh: '所属行业' },
|
|
|
- { index: 12, field: 'area', type: 'area', zh: '地区' },
|
|
|
- { index: 13, field: 'phone', zh: '联系电话' },
|
|
|
- { index: 14, field: 'address', zh: '地址' },
|
|
|
- { index: 15, field: 'products', zh: '产品' },
|
|
|
- { index: 16, field: 'brief', zh: '简介' },
|
|
|
+ { index: 7, field: 'graduate_num', zh: '硕士研究生人数', type: 'number' },
|
|
|
+ { index: 8, field: 'doctor_num', zh: '博士人数', type: 'number' },
|
|
|
+ { index: 9, field: 'returnee_num', zh: '海归人数', type: 'number' },
|
|
|
+ { index: 10, field: 'person', zh: '知识产权数', type: 'number' },
|
|
|
+ { index: 11, field: 'knowledge', zh: '发明专利数', type: 'number' },
|
|
|
+ { index: 12, field: 'utility', zh: '实用新型数', type: 'number' },
|
|
|
+ { index: 13, field: 'copyright', zh: '软件著作权数', type: 'number' },
|
|
|
+ { index: 14, field: 'is_tech', zh: '是否为高新技术企业', type: 'dict', code: 'isUse' },
|
|
|
+ { index: 15, field: 'is_new', zh: '是否为专精特新企业', type: 'dict', code: 'isUse' },
|
|
|
+ { index: 16, field: 'register', zh: '注册资本' },
|
|
|
+ { index: 17, field: 'create_time', type: 'date', zh: '成立时间' },
|
|
|
+ { index: 18, field: 'pattern', type: 'dict', code: 'pattern', zh: '企业类型' },
|
|
|
+ { index: 19, field: 'scale', type: 'dict', code: 'scale', zh: '企业规模' },
|
|
|
+ { index: 20, field: 'type', type: 'dict', code: 'type', zh: '所属行业' },
|
|
|
+ { index: 21, field: 'area', type: 'area', zh: '地区' },
|
|
|
+ { index: 22, field: 'phone', zh: '联系电话' },
|
|
|
+ { index: 23, field: 'address', zh: '地址' },
|
|
|
+ { index: 24, field: 'products', zh: '产品' },
|
|
|
+ { index: 25, field: 'brief', zh: '简介' },
|
|
|
];
|
|
|
|
|
|
export { achievement, project, demand, supply, company };
|