Link the ExternalCurriculum to a user after the inscription.
Add the ExternalCurriculum lists in AboutStudent.vue
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user