zs há 8 meses atrás
pai
commit
7524eed6b4
2 ficheiros alterados com 15 adições e 2 exclusões
  1. 2 2
      src/public/importMapping.ts
  2. 13 0
      src/service/initData/dataDeal.service.ts

+ 2 - 2
src/public/importMapping.ts

@@ -44,7 +44,7 @@ const demand = [
   { 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', type: 'dict', code: 'field', 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: '地区' },
@@ -67,7 +67,7 @@ const supply = [
   { 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', type: 'dict', code: 'field', 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: '地区' },

+ 13 - 0
src/service/initData/dataDeal.service.ts

@@ -236,6 +236,19 @@ export class DataDealService {
         is_use: '0',
         icon: 'Reading',
       },
+      {
+        order_num: 13,
+        name: '企业选择',
+        route_name: 'center_company',
+        i18n_code: 'menus.center_company',
+        path: '/center/company',
+        component: '/center/company',
+        type: '1',
+        config: [],
+        is_default: '0',
+        is_use: '0',
+        icon: 'SwitchFilled',
+      },
       {
         order_num: 998,
         name: '我的收藏',