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