This commit is contained in:
hamid zarghami
2025-05-04 14:47:32 +03:30
parent 406043be1e
commit db0be2d4d7
7 changed files with 30 additions and 4 deletions
+2
View File
@@ -105,6 +105,7 @@ const ListService: FC = () => {
<tr>
<Td text='' />
<Td text={t('service.title')} />
<Td text={t('service.slug')} />
<Td text={t('service.company_developed')} />
<Td text={t('service.category')} />
<Td text={t('service.publish_date')} />
@@ -126,6 +127,7 @@ const ListService: FC = () => {
</div>
</Td>
<Td text={item.name} />
<Td text={item.slug} />
<Td text={item.author} />
<Td text={item.category?.title} />
<Td text={moment(item.createDate, 'jYYYY-jMM-jDD').format('jYYYY-jMM-jDD')} />