lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
7b39ba6a2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/plan/index.vue

+ 1 - 1
src/views/plan/index.vue

@@ -147,7 +147,7 @@ export default {
                 const ctres = this.classTypeList.find(f => f.code == type);
                 if (ctres) {
                   classtype = ctres.name;
-                  if (ctres != '0') classtype = `${classtype}-${name}`;
+                  if (ctres != '0') classtype = `${classtype}`;
                 }
               }
               b.lessons = b.lessons.map(l => ({ ...l, ...obj, classtype }));