mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 16:32:20 +00:00
fix template compilation errors
This commit is contained in:
@@ -203,7 +203,7 @@ export default {
|
||||
v-model="formData.aufenthaltfoerderung_code"
|
||||
name="aufenthaltfoerderung_code"
|
||||
>
|
||||
<option :value=""> {{$p.t('ui', 'bitteWaehlen')}}</option>
|
||||
<option value=""> {{$p.t('ui', 'bitteWaehlen')}}</option>
|
||||
<option
|
||||
v-for="entry in listSupports"
|
||||
:key="entry.aufenthaltfoerderung_code"
|
||||
|
||||
@@ -503,7 +503,6 @@ export default {
|
||||
type="select"
|
||||
container-class="col-6 stv-details-mobility-typ"
|
||||
:label="$p.t('lehre', 'lehreinheit')"
|
||||
type="select"
|
||||
v-model="formData.lehreinheit_id"
|
||||
name="lehreinheit_id"
|
||||
:disabled="listLes.length > 0 ? false : true"
|
||||
|
||||
Reference in New Issue
Block a user