added new street filter
This commit is contained in:
+4
-1
@@ -34,8 +34,11 @@ Vue.component('construction-consent-faulty-entries', {
|
||||
|
||||
<template v-slot:address_info="{ row }">
|
||||
<div>
|
||||
<div>
|
||||
<div :class="{'text-danger': row.errors.includes('street')}">
|
||||
<strong>Straße:</strong> {{ row.street || 'N/A' }}
|
||||
<span v-if="row.errors.includes('street')" class="badge badge-warning">
|
||||
Ungültige Straße
|
||||
</span>
|
||||
</div>
|
||||
<div :class="{'text-danger': row.errors.includes('zip')}">
|
||||
<strong>PLZ:</strong> {{ row.zip || '⚠️ Fehlt' }}
|
||||
|
||||
Reference in New Issue
Block a user