mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:47:08 +00:00
Add ‘groups’ column to ProjectList table
This commit is contained in:
@@ -23,6 +23,13 @@
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<template v-slot:item.groups="{item, value}">
|
||||
<v-chip v-for="group in value"
|
||||
label
|
||||
small
|
||||
>{{ group }}</v-chip>
|
||||
</template>
|
||||
|
||||
<template v-slot:item.shots="{item}">
|
||||
{{ item.total ? (item.prime + item.other) : "" }}
|
||||
</template>
|
||||
@@ -118,6 +125,10 @@ export default {
|
||||
value: "name",
|
||||
text: "Name"
|
||||
},
|
||||
{
|
||||
value: "groups",
|
||||
text: "Groups"
|
||||
},
|
||||
{
|
||||
value: "lines",
|
||||
text: "Lines"
|
||||
|
||||
Reference in New Issue
Block a user