Add organ playing input field in WorshipManagement.vue: Introduce a new text input for organist details in the worship data form, enhancing the information captured during worship management.
All checks were successful
Deploy miriamgemeinde / deploy (push) Successful in 7s
All checks were successful
Deploy miriamgemeinde / deploy (push) Successful in 7s
This commit is contained in:
@@ -274,6 +274,9 @@
|
|||||||
<label for="collection">Kollekte:</label>
|
<label for="collection">Kollekte:</label>
|
||||||
<input type="text" id="collection" v-model="worshipData.collection">
|
<input type="text" id="collection" v-model="worshipData.collection">
|
||||||
|
|
||||||
|
<label for="organPlaying">Orgelspiel / Organist:</label>
|
||||||
|
<input type="text" id="organPlaying" v-model="worshipData.organPlaying">
|
||||||
|
|
||||||
<label for="address">Adresse:</label>
|
<label for="address">Adresse:</label>
|
||||||
<input type="text" id="address" v-model="worshipData.address">
|
<input type="text" id="address" v-model="worshipData.address">
|
||||||
|
|
||||||
@@ -367,6 +370,7 @@ export default {
|
|||||||
title: '',
|
title: '',
|
||||||
organizer: '',
|
organizer: '',
|
||||||
collection: '',
|
collection: '',
|
||||||
|
organPlaying: '',
|
||||||
address: '',
|
address: '',
|
||||||
selfInformation: false,
|
selfInformation: false,
|
||||||
highlightTime: false,
|
highlightTime: false,
|
||||||
@@ -838,6 +842,7 @@ export default {
|
|||||||
title: '',
|
title: '',
|
||||||
organizer: '',
|
organizer: '',
|
||||||
collection: '',
|
collection: '',
|
||||||
|
organPlaying: '',
|
||||||
address: '',
|
address: '',
|
||||||
selfInformation: false,
|
selfInformation: false,
|
||||||
highlightTime: false,
|
highlightTime: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user