lex-xin 4 gadi atpakaļ
vecāks
revīzija
71b2e11e46
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      src/views/teamBuild/signupList.vue

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

@@ -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>