Commit 025b80c1 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Affichage d'un message pour inciter les étudiants qui ont postulé à une offre...

Affichage d'un message pour inciter les étudiants qui ont postulé à une offre d'emploi, à saisir leurs données personnelles pour l'étude de leur candidature.
parent 3a21b077
Loading
Loading
Loading
Loading
+16 −3
Original line number Diff line number Diff line
<template>
    <div>
        <div class="alert alert-primary" role="alert">
            Afin que vos candidatures soient étudiées, veuillez compléter <a
            :href="this.urlDonneesPersonnelles">vos
            données personnelles</a> et fournir les pièces justificatives qui vous seront demandées.
        </div>
        <table class="table table-bordered ">
            <thead>
            <tr>
@@ -23,8 +28,10 @@
                    <span v-if="candidature.validation" class="badge rounded-pill bg-success">Acceptée par {{
                            candidature.validation.histoCreateur.displayName
                        }}</span>
                    <span v-if="!candidature.validation && candidature.motif !== null" class="badge rounded-pill bg-danger">{{ candidature.motif }}</span>
                    <span v-if="!candidature.validation && candidature.motif === null" class="badge rounded-pill bg-warning">En attente d'acceptation</span>
                    <span v-if="!candidature.validation && candidature.motif !== null"
                          class="badge rounded-pill bg-danger">{{ candidature.motif }}</span>
                    <span v-if="!candidature.validation && candidature.motif === null"
                          class="badge rounded-pill bg-warning">En attente d'acceptation</span>
                </td>
                <td>
                    <u-date v-if="candidature.dateCommission" :value="candidature.dateCommission"/>
@@ -81,7 +88,7 @@ export default {

        return {
            candidatures: [],
            urlListeOffre: unicaenVue.url('offre-emploi')
            urlListeOffre: unicaenVue.url('offre-emploi'),
        }

    },
@@ -90,6 +97,12 @@ export default {
        this.reload();

    },
    computed:
        {
            urlDonneesPersonnelles: function () {
                return unicaenVue.url("intervenant/:intervenant/dossier", {intervenant: this.intervenant});
            }
        },
    methods: {
        reload()
        {
+0 −0

File changed and moved.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    "css": [
      "assets/main-8b28e4d2.css"
    ],
    "file": "assets/main-bd4fc5b2.js",
    "file": "assets/main-8cf5c30d.js",
    "imports": [
      "_vendor-2e5f87a4.js"
    ],