Link the ExternalCurriculum to a user after the inscription.
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m31s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 24s

Add the ExternalCurriculum lists in AboutStudent.vue
This commit is contained in:
2024-04-12 09:28:56 +02:00
parent 8ebedec689
commit 98c9d2d754
8 changed files with 67 additions and 14 deletions

View File

@ -2,10 +2,10 @@
import i18n from "@/i18n.js";
import {ref} from "vue";
const props = defineProps(["extCurrList","inscrReqId"])
const props = defineProps(["extCurrList"])
const extCurrList = ref(props.extCurrList)
console.log(extCurrList)
</script>
<template style="margin-top:5%;">
@ -19,7 +19,6 @@
<div class="download"><button>Download document</button></div>
</div>
</div>
</div>
</template>