This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user