|
@@ -1581,6 +1581,8 @@ export default {
|
|
|
item.name = '乐器保养'
|
|
|
} else if(item.type == 'CLOUD_TEACHER') {
|
|
|
item.name = '乐器练习云教练'
|
|
|
+ } else if(item.type == 'COURSE') {
|
|
|
+ item.name = '课程'
|
|
|
}
|
|
|
if(courseType[item.type]) {
|
|
|
item.name = courseType[item.type]
|
|
@@ -2116,4 +2118,7 @@ export default {
|
|
|
/deep/.description-title {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
+/deep/.description-label {
|
|
|
+ white-space: normal !important;
|
|
|
+}
|
|
|
</style>
|