update customer and update service category and ...

This commit is contained in:
hamid zarghami
2025-03-06 11:49:31 +03:30
parent 55e7cb6e77
commit 2fb3a64eb1
13 changed files with 600 additions and 29 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ const CustomerList: FC = () => {
</Link>
</Td>
<Td text={''}>
<Link to={Pages.ticket.detail + '1'}>
<Link to={Pages.customer.update + item.id}>
<Eye size={20} color='#8C90A3' />
</Link>
</Td>