mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix typo + change component position
This commit is contained in:
parent
2fe1605385
commit
52288f7260
@ -5,8 +5,8 @@
|
|||||||
<h1 v-if="accompanyingCourse.step === 'DRAFT'">{{ $t('course.title.draft') }}</h1>
|
<h1 v-if="accompanyingCourse.step === 'DRAFT'">{{ $t('course.title.draft') }}</h1>
|
||||||
<h1 v-else>{{ $t('course.title.active') }}</h1>
|
<h1 v-else>{{ $t('course.title.active') }}</h1>
|
||||||
|
|
||||||
<origin-demand></origin-demand>
|
|
||||||
<persons-associated></persons-associated>
|
<persons-associated></persons-associated>
|
||||||
|
<origin-demand></origin-demand>
|
||||||
<requestor></requestor>
|
<requestor></requestor>
|
||||||
<social-issue></social-issue>
|
<social-issue></social-issue>
|
||||||
<referrer></referrer>
|
<referrer></referrer>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="vue-component">
|
<div class="vue-component">
|
||||||
<h2><a name="section-05"></a>{{ $t('origin.title') }}</h2>
|
<h2><a name="section-15"></a>{{ $t('origin.title') }}</h2>
|
||||||
|
|
||||||
<div class="my-4">
|
<div class="my-4">
|
||||||
<label for="selectOrigin">
|
<label for="selectOrigin">
|
||||||
@ -10,7 +10,7 @@
|
|||||||
<VueMultiselect
|
<VueMultiselect
|
||||||
name="selectOrigin"
|
name="selectOrigin"
|
||||||
label="text"
|
label="text"
|
||||||
vbind:custom-label="transText"
|
v-bind:custom-label="transText"
|
||||||
track-by="id"
|
track-by="id"
|
||||||
v-bind:multiple="false"
|
v-bind:multiple="false"
|
||||||
v-bind:searchable="true"
|
v-bind:searchable="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user