refactor: replaced Batch Student child table with LMS Batch Enrollment doctype

This commit is contained in:
Jannat Patel
2025-02-10 16:15:28 +05:30
parent 56007aa4ba
commit ab98884f77
21 changed files with 2253 additions and 549 deletions

View File

@@ -50,6 +50,7 @@
<div class="">
<Tabs
v-if="hasCourses"
as="div"
v-model="tabIndex"
tablistClass="overflow-x-visible flex-wrap !gap-3 md:flex-nowrap"
:tabs="makeTabs"
@@ -68,7 +69,7 @@
</button>
</div>
</template>
<template #default="{ tab }">
<template #tab-panel="{ tab }">
<div
v-if="tab.courses && tab.courses.value.length"
class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 3xl:grid-cols-5 gap-7 my-5 mx-5"