lex-xin 4 vuotta sitten
vanhempi
commit
7b5928bc3b
2 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 2 0
      src/utils/searchArray.js
  2. 2 0
      src/utils/vueFilter.js

+ 2 - 0
src/utils/searchArray.js

@@ -154,6 +154,8 @@ export const practiceGroupType = [
   { value: "FREE", label: "免费" },
   { value: "CHARGE", label: "收费" },
   { value: "TRIAL", label: "试听课" },
+  { value: "CARE_PACKAGE", label: "关心包" },
+  { value: "COME_ON_PACKAGE", label: "加油包" }
 ]
 export const visitChiose = [
   { value: '课程推荐', label: '课程推荐', children: [{ value: '新课推荐', label: '新课推荐' }, { value: '续费提醒', label: '续费提醒' }] },

+ 2 - 0
src/utils/vueFilter.js

@@ -526,6 +526,8 @@ Vue.filter('comType', value => {
     FREE: "免费",
     CHARGE: '收费',
     TRIAL: '试听课',
+    CARE_PACKAGE: '关心包',
+    COME_ON_PACKAGE: '加油包'
   }
   return template[value]
 })