Browse Source

修改字段

zs 8 months ago
parent
commit
39db075f56
1 changed files with 13 additions and 14 deletions
  1. 13 14
      src/public/importMapping.ts

+ 13 - 14
src/public/importMapping.ts

@@ -43,20 +43,19 @@ const demand = [
   { index: 3, field: 'start_time', type: 'date', zh: '开始时间' },
   { index: 4, field: 'end_time', type: 'date', zh: '结束时间' },
   { index: 5, field: 'money', type: 'date', zh: '价格' },
-  { index: 6, field: 'type', type: 'dict', code: 'type', zh: '类型' },
-  { index: 7, field: 'field', zh: '行业领域' },
-  { index: 8, field: 'urgent', type: 'dict', code: 'urgent', zh: '需求紧急度' },
-  { index: 9, field: 'method', type: 'dict', code: 'method', zh: '合作方式' },
-  { index: 10, field: 'area', type: 'area', zh: '地区' },
-  { index: 11, field: 'company', zh: '所属企业' },
-  { index: 12, field: 'company_brief', zh: '企业简况' },
-  { index: 13, field: 'contacts', zh: '联系人' },
-  { index: 14, field: 'tel', zh: '联系电话' },
-  { index: 15, field: 'year', zh: '年份' },
-  { index: 16, field: 'month', zh: '月份' },
-  { index: 17, field: 'tec_name', zh: '技术需求名称' },
-  { index: 18, field: 'question', zh: '待解决问题' },
-  { index: 19, field: 'brief', zh: '简介' },
+  { index: 6, field: 'field', zh: '行业领域' },
+  { index: 7, field: 'urgent', type: 'dict', code: 'urgent', zh: '需求紧急度' },
+  { index: 8, field: 'method', type: 'dict', code: 'method', zh: '合作方式' },
+  { index: 9, field: 'area', type: 'area', zh: '地区' },
+  { index: 10, field: 'company', zh: '所属企业' },
+  { index: 11, field: 'company_brief', zh: '企业简况' },
+  { index: 12, field: 'contacts', zh: '联系人' },
+  { index: 13, field: 'tel', zh: '联系电话' },
+  { index: 14, field: 'year', zh: '年份' },
+  { index: 15, field: 'month', zh: '月份' },
+  { index: 16, field: 'tec_name', zh: '技术需求名称' },
+  { index: 17, field: 'question', zh: '待解决问题' },
+  { index: 18, field: 'brief', zh: '简介' },
 ];
 
 // supply