+ Leistung
Spalten
router.push(`/services/show/${i.id}`) "
:empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Leistungen anzuzeigen' }"
>
{{row.name}}
{{row.name}}
{{row.sellingPrice ? Number(row.sellingPrice).toFixed(2) + " €" : ""}}
{{dataStore.units.find(unit => unit.id === row.unit) ? dataStore.units.find(unit => unit.id === row.unit).name : row.unit}}