$
This commit is contained in:
parent
1147c68f42
commit
8f7ca95598
@ -86,9 +86,9 @@
|
|||||||
page: {
|
page: {
|
||||||
curIndex: 0,
|
curIndex: 0,
|
||||||
cat: {
|
cat: {
|
||||||
option1: null,
|
option1: null, /* BTS, Licence etc... */
|
||||||
option2: null,
|
option2: null, /* Service, Production etc... */
|
||||||
option3: null
|
option3: null /* Une ecole qui fait un BTS Prod par exemple */
|
||||||
},
|
},
|
||||||
name: [
|
name: [
|
||||||
"formation",
|
"formation",
|
||||||
@ -96,7 +96,7 @@
|
|||||||
"filière de formation détaillée"
|
"filière de formation détaillée"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
data: []
|
data: null /* JSON a traiter en fonction de la section choisit */
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -157,7 +157,7 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<span if={ !this.state.data }>Chargement...</span>
|
<span if={ !this.state.data }>Chargement des données...</span>
|
||||||
|
|
||||||
<div if={ this.state.data } id="selector">
|
<div if={ this.state.data } id="selector">
|
||||||
<div id="selector-top-container">
|
<div id="selector-top-container">
|
||||||
|
Loading…
Reference in New Issue
Block a user