fix: missing i18n

This commit is contained in:
Methapon2001 2024-08-27 21:02:43 +07:00
parent eaae60092a
commit 4fcd202832
5 changed files with 29 additions and 12 deletions

View file

@ -163,12 +163,12 @@ const dialogEmployeeImageUpload = ref<InstanceType<typeof ImageUploadDialog>>();
const dialogCreateCustomerItem = [
{
icon: 'mdi:office-building',
text: 'customerLegalEntity',
text: 'customer.employerLegalEntity',
color: 'var(--purple-8)',
},
{
icon: 'heroicons:user-solid',
text: 'customerNaturalPerson',
text: 'customer.employerNaturalPerson',
color: 'var(--green-9)',
},
];