zs 8 months ago
parent
commit
32c3b0d27d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/public/importMapping.ts

+ 2 - 2
src/public/importMapping.ts

@@ -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' },