slug
This commit is contained in:
@@ -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')} />
|
||||
|
||||
Reference in New Issue
Block a user