Bläddra i källkod

Merge branch '07/06musicArchives' into test

lex-xin 3 år sedan
förälder
incheckning
b377aedcfe
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/utils/searchArray.js

+ 1 - 0
src/utils/searchArray.js

@@ -156,6 +156,7 @@ export const visitChiose = [
 export const visitChiose1 = [
   { value: '课程推荐', label: '课程推荐', children: [{ value: '新课推荐', label: '新课推荐' }, { value: '续费提醒', label: '续费提醒' }] },
   { value: '常规回访', label: '常规回访', children: [{ value: '课后及训练回访', label: '课后及训练回访' }, { value: '练习及乐团表现', label: '练习及乐团表现' },{ label:'考勤申诉',  value:'考勤申诉' }, { value: "异常请假回访", label: "异常请假回访" }] },
+  { value: '云教练', label: '云教练', children: [{ value: '体验回访', label: '体验回访' }] },
   { value: '其它', label: '其它', children: [{ value: '其它', label: '其它' },{ value: '会员续费', label: '会员续费' }] }
 ]