人生啊人生 1 hónapja
szülő
commit
fd0580dab4
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      src/view/student/trainChapter/trainChapter.vue

+ 3 - 3
src/view/student/trainChapter/trainChapter.vue

@@ -56,13 +56,13 @@
                                     <!-- <div class="logoTime" ></div> -->
                                     <div :class="'' + ( (index <= state.currentStep) ? 'logoMenu' : 'logoNo' )" ></div>
                                 </div>
-                                <div class="menuListpParentCenter">{{ item.name }} {{ item.name }} {{ item.name }}</div>
+                                <div class="menuListpParentCenter">{{ item.name }}</div>
                                 <div class="menuListpParentRight" v-if="item.children != null && item.children != undefined && item.children.length > 0" >
                                     +
                                 </div>
                             </div>
 
-                            <div :class="'menuListpChildren ' + ( (index <= state.currentStep || ( index == state.currentStep && index_1 < state.currentNode ) ) ? 'menuListpChildrenYes' : '' ) "
+                            <div :class="'menuListpChildren ' + ( (index < state.currentStep || ( index == state.currentStep && index_1 < state.currentNode ) ) ? 'menuListpChildrenYes' : '' ) "
                             @click="menuClickNew(item_1, index, item_1.id)"
                             v-if="item.children?.length > 0" v-for="(item_1, index_1) of item.children" :key="index_1" >
                                 <div class="menuListpChildrenKong" ></div>
@@ -71,7 +71,7 @@
                                     <div :class="'' + ( (index < state.currentStep || ( index == state.currentStep && index_1 < state.currentNode ) ) ? 'logoMenu' : 'logoNo' )" ></div>
                                 </div>
                                 <div class="menuListpChildrenRight">
-                                    {{ item_1.name }} {{ item_1.name }}
+                                    {{ item_1.name }}
                                 </div>
                             </div>