This commit is contained in:
2024-10-08 13:08:13 +02:00
parent 856628bce6
commit 16932ad71c
7 changed files with 161 additions and 116 deletions

View File

@@ -53,6 +53,9 @@
<template #project-data="{row}">
{{row.project ? dataStore.getProjectById(row.project).name: ""}}
</template>
<template #resources-data="{row}">
{{row.resources ? row.resources.map(i => i.title).join(", ") : ""}}
</template>
</UTable>
</template>