This commit is contained in:
@@ -63,6 +63,14 @@
|
|||||||
>{{ item.status.name }}
|
>{{ item.status.name }}
|
||||||
</template>
|
</template>
|
||||||
</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-data-table>
|
||||||
</v-col>
|
</v-col>
|
||||||
</template>
|
</template>
|
||||||
@@ -493,7 +501,7 @@ and it's probably not a big list to fill anyway
|
|||||||
this.pvm.languageName,
|
this.pvm.languageName,
|
||||||
this.pvm.hour12
|
this.pvm.hour12
|
||||||
),
|
),
|
||||||
priority: prior.name,
|
priority: prior,
|
||||||
warranty: x.warrantyService,
|
warranty: x.warrantyService,
|
||||||
tags: x.tags
|
tags: x.tags
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user