forked from verdnatura/salix-front
fix: refs #7323 rollback
This commit is contained in:
parent
478d4695b8
commit
e827d3aabf
|
@ -84,11 +84,6 @@ const getLocale = (label) => {
|
|||
/>
|
||||
</QItemSection>
|
||||
</QItem>
|
||||
<QItem>
|
||||
<QItemSection>
|
||||
<VnInput :label="t('SSN')" v-model="params.SSN" is-outlined />
|
||||
</QItemSection>
|
||||
</QItem>
|
||||
<QItem>
|
||||
<QItemSection>
|
||||
<VnInput :label="t('Email')" v-model="params.email" is-outlined />
|
||||
|
|
|
@ -40,7 +40,7 @@ const columns = computed(() => [
|
|||
{
|
||||
align: 'left',
|
||||
name: 'firstName',
|
||||
label: t('tableColumns.name'),
|
||||
label: t('tableColumns.firstName'),
|
||||
isTitle: true,
|
||||
columnFilter: {
|
||||
name: 'firstName',
|
||||
|
@ -78,24 +78,6 @@ const columns = computed(() => [
|
|||
},
|
||||
format: (row, dashIfEmpty) => dashIfEmpty(row.department),
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
name: 'fi',
|
||||
label: t('tableColumns.fi'),
|
||||
isTitle: true,
|
||||
columnFilter: {
|
||||
name: 'fi',
|
||||
},
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
name: 'SSN',
|
||||
label: t('tableColumns.SSN'),
|
||||
isTitle: true,
|
||||
columnFilter: {
|
||||
name: 'SSN',
|
||||
},
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
name: 'email',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
passwordRequirements: 'The password must have at least { length } length characters, {nAlpha} alphabetic characters, {nUpper} capital letters, {nDigits} digits and {nPunct} symbols (Ex: $%&.)\n'
|
||||
tableColumns:
|
||||
id: ID
|
||||
name: Name
|
||||
firstName: First name
|
||||
lastName: Last Name
|
||||
userName: User Name
|
||||
department: Department
|
||||
|
|
|
@ -6,7 +6,7 @@ External: Externo
|
|||
passwordRequirements: 'La contraseña debe tener al menos { length } caracteres de longitud, {nAlpha} caracteres alfabéticos, {nUpper} letras mayúsculas, {nDigits} dígitos y {nPunct} símbolos (Ej: $%&.)'
|
||||
tableColumns:
|
||||
id: ID
|
||||
name: Nombre
|
||||
firstName: Nombre
|
||||
lastName: Apellidos
|
||||
userName: Nombre de usuario
|
||||
department: Departamento
|
||||
|
|
Loading…
Reference in New Issue