浏览代码

新增乐器分润

1
mo 2 年之前
父节点
当前提交
9d5bb9ff7e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/teamBuild/signupList.vue

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

@@ -1891,6 +1891,8 @@ export default {
               item.name = "云教练";
             } else if (item.type == "COURSE") {
               item.name = "课程";
+            }else if(item.type == "ORGAN_SHARE_PROFIT"){
+              item.name = "乐器分润";
             }
             if (courseType[item.type]) {
               item.name = courseType[item.type];