Explorar o código

业务员管理列表数据业务员类型匹配值错误问题处理

@dongkboy hai 1 mes
pai
achega
ae12ef303f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/operationManagement/operation.vue

+ 3 - 0
src/views/operationManagement/operation.vue

@@ -206,7 +206,10 @@ const typeMatch = (typeAttr: string) => {
     '7': '渠道',
     '7': '渠道',
     '5': '团队',
     '5': '团队',
     '8': '电销组',
     '8': '电销组',
+    '4': '工作室管理员',
     '3': '合伙人',
     '3': '合伙人',
+    '2': '后线人员',
+    '1': '前线人员',
   }
   }
   return typeAttr?.split(',')
   return typeAttr?.split(',')
     .map((typeId: any) => map[typeId] || typeId)
     .map((typeId: any) => map[typeId] || typeId)