feat: batch creation

This commit is contained in:
Jannat Patel
2024-03-15 21:54:02 +05:30
parent 83a1b03bb7
commit 63bcbb6506
33 changed files with 1536 additions and 887 deletions

View File

@@ -9,8 +9,9 @@
/>
<div class="flex">
<router-link
v-if="user.data"
:to="{
name: 'CreateBatch',
name: 'BatchCreation',
params: { batchName: 'new' },
}"
>
@@ -88,7 +89,6 @@ import BatchCard from '@/components/BatchCard.vue'
import { inject, ref, computed } from 'vue'
const user = inject('$user')
const showBatchModal = ref(false)
const batches = createListResource({
doctype: 'LMS Batch',