+ Projekt
Spalten
router.push(`/projects/show/${i.id}`) "
:empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Projekte anzuzeigen' }"
>
{{getActivePhaseLabel(row)}}
{{dataStore.getCustomerById(row.customer) ? dataStore.getCustomerById(row.customer).name : ""}}
{{dataStore.getPlantById(row.plant) ? dataStore.getPlantById(row.plant).name : ""}}
{{row.users.map(i => dataStore.getProfileById(i).fullName).join(", ")}}