data creation forms and centralization

This commit is contained in:
Julian Krauser 2025-04-28 12:29:44 +02:00
parent 835e6ef8db
commit 6ad2da1c16
26 changed files with 1077 additions and 348 deletions

View file

@ -4,12 +4,10 @@
class="flex flex-col h-fit w-full border border-primary rounded-md"
>
<div class="bg-primary p-2 text-white flex flex-row justify-between items-center">
<p>
{{ inspectionPlan.title }}
</p>
<p>{{ inspectionPlan.title }} - {{ inspectionPlan.equipmentType.type }}</p>
</div>
<div class="p-2">
<p v-if="inspectionPlan">Code: {{ inspectionPlan }}</p>
<p>Interval: {{ inspectionPlan.inspectionInterval }}</p>
</div>
</RouterLink>
</template>