fixes: vehicles & proposals
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
const auth = useAuthStore()
|
||||
const company = useCompanyStore();
|
||||
const { user } = storeToRefs(auth);
|
||||
const { t } = useI18n()
|
||||
const { t, locale } = useI18n()
|
||||
|
||||
onMounted(() => {
|
||||
if(user.value) {
|
||||
@@ -61,7 +61,7 @@
|
||||
</div> -->
|
||||
<div class="item-company">
|
||||
<span class="font-weight-bold">{{ t('labels.typeCompany') }}: </span>
|
||||
{{getTypeCompany(company.company?.company_type)}}
|
||||
{{getTypeCompany(company.company?.company_type, locale)}}
|
||||
</div>
|
||||
<div class="item-company">
|
||||
<span class="font-weight-bold">{{ t('labels.codeId') }}: </span>
|
||||
@@ -69,7 +69,7 @@
|
||||
</div>
|
||||
<div class="item-company">
|
||||
<span class="font-weight-bold">{{ t('labels.dateMembership') }}: </span>
|
||||
{{getDateMonthDay(company.company?.createAt)}}
|
||||
{{getDateMonthDay(company.company?.createdAt)}}
|
||||
</div>
|
||||
<div class="item-company">
|
||||
<span class="font-weight-bold">{{ t('labels.segmentsCompany') }}: </span>
|
||||
|
||||
Reference in New Issue
Block a user