This commit is contained in:
2021-05-05 22:54:02 +00:00
parent c3f3d06caa
commit 61ff2d5acf

View File

@@ -63,6 +63,14 @@
>{{ item.status.name }}
</template>
</template>
<template v-slot:[`item.priority`]="{ item }">
<template v-if="item.priority.id != null">
<v-icon class="mr-3" :color="item.priority.color"
>$ayiFireAlt</v-icon
>{{ item.priority.name }}
</template>
</template>
</v-data-table>
</v-col>
</template>
@@ -493,7 +501,7 @@ and it's probably not a big list to fill anyway
this.pvm.languageName,
this.pvm.hour12
),
priority: prior.name,
priority: prior,
warranty: x.warrantyService,
tags: x.tags
};