|
@@ -85,8 +85,8 @@ const company = [
|
|
|
{ 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: 10, field: 'knowledge', zh: '知识产权数', type: 'number' },
|
|
|
+ { index: 11, field: 'patent', 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' },
|