added rimo deleted to ADBWohneinheit Checks

This commit is contained in:
Luca Haid
2025-06-03 13:00:46 +02:00
parent a2b806b2e5
commit 83d297bb5a
3 changed files with 69 additions and 2 deletions
@@ -73,7 +73,8 @@ Vue.component('a-d-b-wohneinheit-duplicate', {
{text: 'HomeID | OAID', key: 'extref', sortable: true, class: 'text-nowrap', priority: 10},
{text: 'Duplicate Type', key: 'duplicateType', sortable: true, class: 'text-nowrap', priority: 9, filter: 'select', filterOptions: [
{text: 'HomeID', value: 'extref'},
{text: 'OAID', value: 'oaid'},
{text: 'OAID', value: 'oaid'},
{text: 'RIMO gelöscht', value: 'rimo_deleted'},
]},
{text: 'Anzahl gleicher HomeIDs', key: 'count', sortable: true, class: 'text-center', priority: 8},
{