Commit 1fb5f9af3967f7005974760002cff2b8978c66aa

Authored by Shikha Mishra
1 parent 5ceb88b444

minor change in routine

Showing 1 changed file with 7 additions and 3 deletions   Show diff stats
src/pages/Academic/routine.vue
... ... @@ -367,13 +367,17 @@
367 367 <template slot="items" slot-scope="props">
368 368 <tr class="tr">
369 369 <td>{{ props.item.day }}</td>
370   - <td class="text-center">
  370 + <!-- <td class="text-center"> -->
  371 + <!-- <br /> -->
  372 + <!-- {{ props.item.classId.classNum }}
371 373 <br />
  374 + {{ props.item.sectionId.name }} -->
  375 + <!-- </td> -->
  376 + <td class="text-center" v-for="list in props.item.lectureRoutine">
372 377 {{ props.item.classId.classNum }}
373 378 <br />
374 379 {{ props.item.sectionId.name }}
375   - </td>
376   - <td class="text-center" v-for="list in props.item.lectureRoutine">
  380 + <br />
377 381 {{ list.startingTime }} - {{ list.endingTime }}
378 382 <br />
379 383 {{ list.room }}
... ...