feat: remove text fields from MyE&P for the time being
This commit is contained in:
@@ -53,12 +53,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</panel>
|
</panel>
|
||||||
<panel title="Anmerkungen" :body="true">
|
|
||||||
<textarea class="border-zinc-400 focus:border-zinc-800 ring-0 focus:ring-0 mt-1 w-full"
|
|
||||||
rows="2"
|
|
||||||
v-model="bookingData.remarks"
|
|
||||||
@change="dirty = true"/>
|
|
||||||
</panel>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="py-4 lg:flex lg:justify-between space-y-1 lg:space-y-0" v-show="!loading" v-if="initialized">
|
<div class="py-4 lg:flex lg:justify-between space-y-1 lg:space-y-0" v-show="!loading" v-if="initialized">
|
||||||
@@ -151,11 +145,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<textarea rows="2" class="border-zinc-400 focus:border-zinc-800 ring-0 focus:ring-0 mt-1 w-full"
|
|
||||||
v-model="participant.data.additionRequest"
|
|
||||||
@change="dirty = true"
|
|
||||||
placeholder="Sonstiges (z. B. Allergien)"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</collapsible-panel>
|
</collapsible-panel>
|
||||||
|
|||||||
Reference in New Issue
Block a user