service ticket

This commit is contained in:
hamid zarghami
2025-02-22 12:45:54 +03:30
parent 737d41e657
commit d9df430336
3 changed files with 21 additions and 2 deletions
+3 -1
View File
@@ -71,7 +71,8 @@ const TicketList: FC = () => {
<tr>
<Td text={t('ticket.number')} />
<Td text={t('ticket.title')} />
<Td text={t('ticket.team')} />
<Td text={t('ticket.category')} />
<Td text={t('ticket.service')} />
<Td text={t('ticket.date')} />
<Td text={t('ticket.status')} />
<Td text={t('ticket.priority')} />
@@ -86,6 +87,7 @@ const TicketList: FC = () => {
<Td text={item.numericId + ''} />
<Td text={item.subject} />
<Td text={item?.category?.title} />
<Td text={item?.danakService?.name} />
<Td text={''}>
<div className='dltr text-right'>
{moment(item.updatedAt).format('jYYYY-jMM-jDD HH:mm')}