Browse Source

添加云教练

lex-xin 4 năm trước cách đây
mục cha
commit
8f24cb7a68
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/teamBuild/signupList.vue

+ 2 - 0
src/views/teamBuild/signupList.vue

@@ -1579,6 +1579,8 @@ export default {
           paymentList.forEach(item => {
             if(item.type == 'MAINTENANCE') {
               item.name = '乐器保养'
+            } else if(item.type == 'CLOUD_TEACHER') {
+              item.name = '乐器练习云教练'
             }
             if(courseType[item.type]) {
               item.name = courseType[item.type]