fixed workorder civil engineering

This commit is contained in:
Luca Haid
2026-01-27 16:09:10 +01:00
parent dc388b07ab
commit 4bfd0eddce
3 changed files with 99 additions and 20 deletions
@@ -90,8 +90,8 @@ Vue.component('workorder-admin', {
<template v-slot:appointmentdate="{ row }">{{ formatDate(row.appointmentDate, true) }}</template>
<template v-slot:expandedRow="{ row }">
<civil-engineering-manager v-if="row.status === 'civil_engineering_required'" :workorder-id="row.id" :is-admin="true"/>
<workorder-details-manager v-else :workorder-id="row.id" :is-admin="true"
<civil-engineering-manager v-if="row.status === 'civil_engineering_required'" :workorder-id="row.id" :is-admin="true" class="mb-3"/>
<workorder-details-manager :workorder-id="row.id" :is-admin="true"
@workorder-completed="$refs.table.$refs.table.refreshTable()"
@accept-documentation="acceptDocumentation(row.id)"/>
</template>