diff --git a/frontend/src/Apps/AboutRequest.vue b/frontend/src/Apps/AboutRequest.vue new file mode 100644 index 0000000..c443ad0 --- /dev/null +++ b/frontend/src/Apps/AboutRequest.vue @@ -0,0 +1,141 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/Apps/Inscription.vue b/frontend/src/Apps/Inscription.vue index 94a1811..b5a5333 100644 --- a/frontend/src/Apps/Inscription.vue +++ b/frontend/src/Apps/Inscription.vue @@ -2,9 +2,13 @@ import i18n from "@/i18n.js" import {ref} from 'vue' import {validateRegister, getAllRegisters } from '@/rest/ServiceInscription.js' + import AboutRequest from "@/Apps/AboutRequest.vue"; const requests = ref(await getAllRegisters()); - console.log(requests); + let targetId = ""; + + //0 = liste, 1 = détails, 2 = sure? + let windowsState = ref(0); async function upPage(id,review){ await validateRegister(id,review); @@ -15,19 +19,29 @@ -