add more ticket state options

This commit is contained in:
j3d1 2024-01-19 21:13:04 +01:00
parent b28bd7b23b
commit 26ce3e23a4
3 changed files with 24 additions and 1 deletions

View file

@ -23,7 +23,7 @@
<CollapsableCards v-if="layout === 'tasks'" :items="tickets"
:columns="['id', 'name', 'last_activity', 'assigned_to']"
:keyName="'state'" :sections="['pending_new', 'pending_open','pending_shipping',
'pending_physical_confirmation','pending_return'].map(stateInfo)">
'pending_physical_confirmation','pending_return','pending_postponed'].map(stateInfo)">
<template #section_header="{index, section, count}">
{{ section.text }} <span class="badge badge-light ml-1">{{ count }}</span>
</template>