updated rimo type map

This commit is contained in:
2025-09-17 14:44:48 +02:00
parent afe533bf4f
commit f835bfbfdd
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ Vue.component('PreorderRimoTypeMap', {
{ value: 'building_type', text: 'Gebäudetyp ist falsch' },
{ value: 'home_count', text: 'Anzahl der Wohneinheiten ist falsch' },
{ value: 'not_existent', text: 'Gebäude existiert nicht' },
{ value: 'other', text: 'Sonstiges' }
{ value: 'other', text: 'Sonstiges/Bemerkung' }
],
rimoTypeDefs: {
greenfield: { text: 'Greenfield', icon: 'fas fa-tree', color: '#28a745' },
@@ -536,7 +536,7 @@ Vue.component('PreorderRimoTypeMap', {
<div v-if="!fault.done" class="mt-1">
<ul class="mb-0 small pl-3 text-danger font-weight-bold">
<li v-for="reason in fault.translated_reasons" :key="reason">{{ reason }}</li>
<li v-if="fault.other">Sonstiges: <span class="font-weight-normal">{{ fault.other }}</span></li>
<li v-if="fault.other">Bemerkung: <span class="font-weight-normal">{{ fault.other }}</span></li>
</ul>
</div>
</div>